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

dynamic import false positive #4

Open
jdeniau opened this issue Feb 7, 2020 · 1 comment
Open

dynamic import false positive #4

jdeniau opened this issue Feb 7, 2020 · 1 comment

Comments

@jdeniau
Copy link
Contributor

jdeniau commented Feb 7, 2020

Hi,

First, thanks for your package !

Dynamic import are wrongly reported as unused:

import('./somefile.js').then(/* do stuff */)

The somefile.js export (default and named I think) will be detected as unused.

@tkirda
Copy link
Member

tkirda commented Feb 7, 2020

Good point. Will look into this.

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

No branches or pull requests

2 participants