A tool that dumps the AST of the given compilation unit.

Hierarchy (view full)

  • Tool<DumpAstOptions>
    • DumpAst

Constructors

Properties

options: DumpAstOptions

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

Accessors

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

    Returns DumpAstOptions

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

    Returns string

Methods