Function: interpolateAST()¶
interpolateAST(
ast,ctx):Program
Defined in: core/src/template.ts:343
Interpolate the entire AST with template parameters.
Parameters¶
ast¶
The AST to interpolate
ctx¶
Template context with bound parameters
Returns¶
A new AST with all template variables interpolated