AstMode
ts
type AstMode = "index" | "property";Defined in: ast.ts:43
Specifies the mode of an AST. When the first template variable is {0} (index-based), every following template variable must be index-based. Same applies to {property} (property-based). This result in only having one mode for the ast to work with.
Since
1.0.0
Author
Simon Kovtyk