xpressions / parse
parse
Functions
parse()
parse(
input
):Nodes
Parse and validate an templated expression string
Parameters
Parameter | Type |
---|---|
input | string |
Returns
the parsed ast
Source
parseExpression()
parseExpression(
input
,startPosition
,isInTemplate
):ExpressionNode
Parse and validate an expression
Parameters
Parameter | Type | Default value |
---|---|---|
input | string | undefined |
startPosition | number | 0 |
isInTemplate | boolean | false |
Returns
return the parsed expression