Interface EsModuleImports

Collection of imports from module to particular bundle.

Created once per bundle.

Hierarchy

Methods

  • Adds new import from this module.

    Type Parameters

    • TNaming extends EsNaming

      Import naming type.

    Parameters

    • symbol: EsImportSymbol<TNaming>

      Imported symbol.

    • naming: TNaming

      Naming of imported symbol within namespace.

    Returns void

  • Searches for the import of the symbol.

    Type Parameters

    • TNaming extends EsNaming

      Import naming type.

    Parameters

    Returns undefined | null | TNaming

    Either previously added symbol naming, or falsy value if the import not added yet.

Generated using TypeDoc