Constructs variable 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 constant.
Optional
request: Omit<EsVarDeclarationRequest, "as">Variable declaration request.
Variable declaration statement.
Declares variable.
Variable declaration request.
Variable declaration statement.
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.
Declares variable with let
keyword.
Optional
request: Omit<EsVarDeclarationRequest, "as">Variable declaration request.
Variable declaration statement.
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.
Declares variable with var
keyword.
Optional
request: Omit<EsVarDeclarationRequest, "as">Variable declaration request.
Variable declaration statement.
Generated using TypeDoc
Variable symbol.