OutputDeclarationSpace
A symbol table attached to an OutputScope. Holds lexical declarations visible within that scope (e.g., “types” or “values” in a TypeScript module).
Members
Section titled “Members”Extends SymbolTable
| [inspect.custom] | () => string | |
| constructor | (scope: OutputScope, key: string, binder: Binder) | Constructs a new instance of the OutputDeclarationSpace class |
| scope | OutputScope | The scope this declaration space belongs to. |