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

Unused imported modules #4

Open
wgrabowski opened this issue Aug 9, 2021 · 0 comments
Open

Unused imported modules #4

wgrabowski opened this issue Aug 9, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@wgrabowski
Copy link
Owner

Add new command for checking if for given module class anything from what this module import is used in this module files.

  • for given module class get all imported modules (that are not from node_modules, since source code is analyzed)
  • for each imported module get its exports and providers
  • for each exported and provided class from imported modules look for usages in analyzed module declarations and providers
@wgrabowski wgrabowski added the enhancement New feature or request label Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant