Constructs symbol.
Requested symbol name. Will be converted to ECMAScript-safe identifier.
Initialization options.
Requested symbol name.
Always ECMAScript-safe identifier.
Always refers to itself.
Declares symbol in the most generic way.
The symbol can be used after that.
Symbol declaration request.
Symbol's declaration statement.
Emits the name of the symbol visible to emission namespace.
Code emission scope.
Emission result.
Adjusts this symbol resolution when it is referred.
Automatically declares the symbol if automatic declaration requested, or does nothing otherwise.
Symbol resolution.
Referring namespace.
Adjusted resolution.
Generated using TypeDoc
Program symbol.
Requests a name within program. The actual name, however, may differ to avoid naming conflicts. In order to receive an actual name, the symbol has to be named first. Then, the symbol becomes visible under its actual name in target namespace and its nested namespaces.