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

feature(module view): show modules where the selected module is imported #91

Open
vik-13 opened this issue Jan 8, 2021 · 0 comments
Open

Comments

@vik-13
Copy link
Contributor

vik-13 commented Jan 8, 2021

It helps during refactoring and chunk size optimisation.
Would be great to see where the module is imported in case of:

  • it has providers;
  • it has many declarations and in some lazy-loaded module is used only one of them;
  • it's imported but not used anymore in that place or imported accidentally;

The main view contains similar info but it doesn't useful if it has 150+ nodes and 300+ edges (only modules without libs);

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

1 participant