angular-docs-cn/packages/compiler/src/expression_parser
Kristiyan Kostadinov dc6d40e5bc fix(compiler): handle strings inside bindings that contain binding characters (#39826)
Currently the compiler treats something like `{{  '{{a}}' }}` as a nested
binding and throws an error, because it doesn't account for quotes
when it looks for binding characters. These changes add a bit of
logic to skip over text inside quotes when parsing.

Fixes #39601.

PR Close #39826
2020-12-10 11:11:21 -08:00
..
ast.ts refactor(compiler-cli): add keySpan to parsed events (#39609) 2020-11-12 15:09:17 -08:00
lexer.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
parser.ts fix(compiler): handle strings inside bindings that contain binding characters (#39826) 2020-12-10 11:11:21 -08:00