Skip to content

MapOutAstNode

MapOutAstNode = object

Defined in: ast.ts:150

AST node representing an output transformation. Applied after emit to structurally transform the output.

readonly id: NodeId

Defined in: ast.ts:152

Unique node identifier


readonly kind: "mapOut"

Defined in: ast.ts:154

Discriminator for node type


readonly transforms: readonly OutputTransformSpec[]

Defined in: ast.ts:156

Output transform specifications to apply sequentially