UriTemplateExpression.parseUriTemplateExpression
Parse a single expression body (without braces) into an AST expression.
Parameters
exprStr | Expression body string. |
basePos | Byte offset in the original template, used for error reporting. |
Returns
The parsed
Throws
UriTemplateException on invalid syntax.