A tool that dumps the import graph of the given compilation unit.

Hierarchy (view full)

  • Tool<DumpImportGraphOptions>
    • DumpImports

Constructors

Properties

options: DumpImportGraphOptions

User-defined options for the tool merged with the default options.

Accessors

  • get defaultOptions(): DumpImportGraphOptions
  • The default options for the tool.

    Returns DumpImportGraphOptions

  • get id(): string
  • The unique identifier of the tool.

    Returns string

Methods