angular/packages/compiler/src/expression_parser
Pete Bacon Darwin bf31ef29f6 refactor(compiler): capture interpolation source-spans in expression parser (#38645)
The expression parser will split the expression up at the interpolation markers
into expressions and static strings. This commit also captures the positions of
these strings in the expression to be used in source-mapping later.

PR Close #38645
2020-09-08 13:17:20 -07:00
..
ast.ts feat(compiler): support unary operators for more accurate type checking (#37918) 2020-08-21 12:25:53 -07:00
lexer.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
parser.ts refactor(compiler): capture interpolation source-spans in expression parser (#38645) 2020-09-08 13:17:20 -07:00