Readonly
symbolReferred symbol.
Emits the code containing symbol name.
Code emission scope.
Code emission result.
Obtains immediately available naming of the symbol.
Fails if the symbol is not named yet. Alternatively, it is possible to wait for naming.
Symbol naming
ReferenceError if symbol is unnamed or invisible to target namespace.
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.
Promise resolved to symbol naming, or rejected if symbol is not named after some timeout.
Generated using TypeDoc
Resolution of referred symbol.