angular-cn/packages/compiler/test/template_parser
Kristiyan Kostadinov ba084857ea feat(compiler): support safe keyed read expressions (#41911)
Currently we support safe property (`a?.b`) and method (`a?.b()`) accesses, but we don't handle safe keyed reads (`a?.[0]`) which is inconsistent. These changes expand the compiler in order to support safe key read expressions as well.

PR Close #41911
2021-06-03 13:22:41 -07:00
..
util feat(compiler): support safe keyed read expressions (#41911) 2021-06-03 13:22:41 -07:00
binding_parser_spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
template_parser_absolute_span_spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
template_parser_spec.ts fix(compiler): unclear lexer error when using private identifier in expressions (#42027) 2021-05-18 10:15:12 -07:00
template_preparser_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00