Expand description
Expression-related AST nodes.
Structs§
- Expression
- Represents a TypeScript expression.
Enums§
- Expression
Kind - Represents the different kinds of expressions in TypeScript.
- Literal
Type - Represents a literal type.
- Object
Property - Represents a property in an object literal.