AstNode
AstNode =
SourceAstNode|TransformAstNode|MatchAstNode|MergeAstNode|EmitAstNode|MapOutAstNode
Defined in: ast.ts:163
Union of all AST node types.
Each node type has a kind discriminator for pattern matching.
AstNode =
SourceAstNode|TransformAstNode|MatchAstNode|MergeAstNode|EmitAstNode|MapOutAstNode
Defined in: ast.ts:163
Union of all AST node types.
Each node type has a kind discriminator for pattern matching.