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] no-unused-modules: make import { name as otherName } work #1340

Merged
merged 1 commit into from
Apr 21, 2019

Conversation

rfermann
Copy link
Contributor

Fixes #1339

Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks :-)

@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.983% when pulling 174afbb on rfermann:1339 into 12bbfca on benmosher:master.

@ljharb ljharb merged commit 174afbb into import-js:master Apr 21, 2019
@ehmicky
Copy link

ehmicky commented Apr 21, 2019

Thanks for this PR! However I think this might not solve the original issue. See this.

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.

[BUG] import/no-unused-modules does not work with import { name as otherName }
4 participants