-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Problem with using object rest and re-exports when rule import/namespace
enabled
#656
Closed
preco21 opened this issue
Nov 7, 2016
· 1 comment
· Fixed by Urigo/tortilla#68 · May be fixed by MaxMood96/eslint-plugin-import#28 or MaxMood96/eslint-plugin-import#35
Closed
Problem with using object rest and re-exports when rule import/namespace
enabled
#656
preco21 opened this issue
Nov 7, 2016
· 1 comment
· Fixed by Urigo/tortilla#68 · May be fixed by MaxMood96/eslint-plugin-import#28 or MaxMood96/eslint-plugin-import#35
Labels
Comments
preco21
added a commit
to preco21/eslint-config-legacy
that referenced
this issue
Nov 7, 2016
Until issue has been fixed: import-js/eslint-plugin-import#656
preco21
changed the title
Errored when using object rest and re-exports when rule
Problem with using object rest and re-exports when rule Nov 8, 2016
import/namespace
enabledimport/namespace
enabled
Seeing this too:
Same error, with Using latest |
preco21
added a commit
to preco21/eslint-plugin-import
that referenced
this issue
Mar 6, 2018
ljharb
added a commit
that referenced
this issue
Mar 7, 2018
#656: Fix crashes that caused when using object-rest properties in `namespace` rule
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I have some issue with re-exports.
I use
babel-eslint
parser for some experimental features. And I have usedobject rest
operator for destructuring module. Butre-export
(inindex.js
) andobject rest
operator seems causes some issue withimport/namespace
rule.When I enable
import/namespace
rule, then create few files below, after that run lint, it causes error:.eslintrc.yml
:index.js
:module.js
:test/spec.js
:Modules:
babel-eslint@7.1.0
eslint@3.9.1
eslint-plugin-import@2.1.0
eslint-plugin-babel@3.3.0
The text was updated successfully, but these errors were encountered: