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

Imports modules that are already imported (rxjs/<module> vs rxjs/Rx) #36

Open
Methodician opened this issue Nov 19, 2016 · 1 comment
Open

Comments

@Methodician
Copy link

Methodician commented Nov 19, 2016

I keep having to remove duplicate imports. This is specifically with rxjs but I assume will happen with other libraries.

Here's an example:

I already have an import statement such as:

import { Observable } from 'rxjs/Rx';

Then I go try to use the "Observable" class and I get a new import statement like:

import { Observable } from 'rxjs/Observable';

At first it seemed like a minor price to pay for the power of this tool but as it kept happening I realized I should report it.

@soates
Copy link
Owner

soates commented Nov 20, 2016

Thanks for the feedback - I have been away from this project for a few weeks now but I am back and looking at as many issues as I can.

Thanks for using it :)

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