TSLexicalScope
A lexical scope for TypeScript, which contains declaration spaces for types and values. This scope is used to hold symbols for things like variable or interface declarations.
Members
Section titled “Members”Extends OutputScope
| declarationSpaces | string[] | |
| types | import(“@alloy-js/core”).OutputSpace | |
| values | import(“@alloy-js/core”).OutputSpace |