angular/packages/compiler/test/ml_parser
Pete Bacon Darwin 8a54896a91 refactor(compiler): expose token parts in Text nodes (#42062)
When it was tokenized, text content is split into parts that can include
interpolations and encoded entities tokens.

To make this information available to downstream processing, this commit
adds these tokens to the `Text` AST nodes, with suitable processing.

PR Close #42062
2021-08-02 09:53:13 -07:00
..
util build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
ast_serializer_spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
ast_spec_utils.ts refactor(compiler): expose token parts in Text nodes (#42062) 2021-08-02 09:53:13 -07:00
BUILD.bazel build: derive ts_library dep from jasmine_node_test boostrap label if it ends in _es5 (#34736) 2020-01-15 14:58:07 -05:00
html_parser_spec.ts refactor(compiler): expose token parts in Text nodes (#42062) 2021-08-02 09:53:13 -07:00
html_whitespaces_spec.ts refactor(compiler): expose token parts in Text nodes (#42062) 2021-08-02 09:53:13 -07:00
icu_ast_expander_spec.ts refactor(compiler): expose token parts in Text nodes (#42062) 2021-08-02 09:53:13 -07:00
lexer_spec.ts refactor(compiler): support encoded entity tokens when lexing markup (#42062) 2021-08-02 09:53:13 -07:00