-
-
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
import/namespace doesn't work with export namespace statements #2161
Comments
I agree, this should be valid. |
Hmm, my test case passes for this one locally. Can you try v2.24.0? |
Hmm, it still is happening for me using v2.24.0. Repro repo: https://github.com/NickHeiner/repro-eslint-plugin-import-2161. Run |
That calls into |
🤦 AMATEUR HOUR OVER HERE. I updated the |
definitely can repro it with your repo; the exact same copy of eslint-plugin-import can't repro it yet in the tests :-( |
Ah, it's so tricky when that happens! |
Released in v2.24.1 |
There's a chance that I'm misunderstanding the syntax and everything is fine.
I believe that
middle.myName
is valid, and should not be flagged as an error.Using version 2.23.4.
The text was updated successfully, but these errors were encountered: