Class EsModuleAbstract

Module is a source of imported symbols.

Hierarchy

Constructors

Accessors

Methods

Constructors

Accessors

  • get moduleId(): unknown
  • Unique module identifier.

    Imports from the modules with the same identifier are combined.

    Returns unknown

    Default Value

    this instance.

Methods

  • Starts imports from this module to the given collection of import declarations.

    Called at most once per bundle when first import added.

    Parameters

    • imports: EsImports

      Target collection of import declaration.

    Returns EsModuleImports

    Collection of imports from this module to the given collection of import declarations.

Generated using TypeDoc