createAstTemplateIndexNode()
ts
function createAstTemplateIndexNode(index): AstTemplateIndexNode;Defined in: ast.ts:130
Creates an AST node representing an indexed access expression.
Parameters
| Parameter | Type | Description |
|---|---|---|
index | number | The numeric index to access. |
Returns
A new AstTemplateIndexNode with the given index.
Since
1.0.0
Author
Simon Kovtyk