Skip to content

Unused imported modules #4

@wgrabowski

Description

@wgrabowski

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions