-
-
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/default] False positive when exporting a default value using destructuring #545
Comments
Wild. I could have sworn there was a test for this. Will check it out. |
Ah, yeah, maybe it is the A PR with a failing test would be much appreciated. 🤓 |
I tried but I can't understand the tests structure... I created a test that imports an unexististing file and it did pass anway... 😕 |
Fair enough, thanks for trying. (and yeah, the |
Ah, yeah, so this is the classic problem where deep checks don't properly respect ignore semantics. TL;DR: will fix, have a failing test case 😎 |
Exporting a default value using destructuring seems to cause a false positive. Example:
store.js
file.js
I'm using transform-export-extensions.
The text was updated successfully, but these errors were encountered: