Interface EsResolution<TNaming, TSymbol>

Resolution of referred symbol.

Type Parameters

Hierarchy

Properties

Methods

Properties

symbol: TSymbol

Referred symbol.

Methods

  • Awaits for the symbol to be named.

    The naming may not be immediately available. This method allows to wait for it.

    This method won't wait infinitely though, and would fail if the symbol is not named for some time.

    Returns Promise<TNaming>

    Promise resolved to symbol naming, or rejected if symbol is not named after some timeout.

Generated using TypeDoc