Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] allow using rest operator in named export #1878

Merged
merged 1 commit into from Aug 14, 2020
Merged

[Fix] allow using rest operator in named export #1878

merged 1 commit into from Aug 14, 2020

Conversation

foray1010
Copy link
Contributor

Named export supports rest operator, but when using with eslint-plugin-import, it throws TypeError: Cannot read property 'type' of undefined because RestElement is not handled and the value is treated as a ObjectProperty type

@coveralls
Copy link

coveralls commented Aug 14, 2020

Coverage Status

Coverage increased (+0.05%) to 97.905% when pulling 5fe14e3 on foray1010:master into 3e65a70 on benmosher:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants