-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
exportsandproviders - for each exported and provided class from imported modules look for usages in analyzed module
declarationsandproviders
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request