Ast
ts
type Ast = object;Defined in: ast.ts:8
Represents an Abstract Syntax Tree (AST) for the template engine.
Since
1.0.0
Author
Simon Kovtyk
Properties
mode
ts
mode: AstMode;Defined in: ast.ts:15
The mode of the AST, indicating whether it uses index-based or property-based template variables.
Since
1.0.0
Author
Simon Kovtyk
nodes
ts
nodes: AstNodes;Defined in: ast.ts:22
The list of nodes that make up the AST.
Since
1.0.0
Author
Simon Kovtyk