angular/packages/compiler/test/ml_parser
Kristiyan Kostadinov d44c8ee98c refactor(compiler): implement let declarations in html ast (#55848)
Adds a new `LetDeclaration` node to the AST that captures the `LetStart`, `LetValue` and `LetEnd` tokens into a single node.

PR Close #55848
2024-05-30 14:55:37 +00:00
..
util refactor(compiler): implement let declarations in html ast (#55848) 2024-05-30 14:55:37 +00:00
ast_serializer_spec.ts test(core): clean up unnecessary nesting in old tests (#52239) 2023-10-19 09:26:15 -07:00
ast_spec_utils.ts refactor(compiler): implement let declarations in html ast (#55848) 2024-05-30 14:55:37 +00:00
BUILD.bazel build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
html_parser_spec.ts refactor(compiler): implement let declarations in html ast (#55848) 2024-05-30 14:55:37 +00:00
html_whitespaces_spec.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
icu_ast_expander_spec.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
lexer_spec.ts refactor(compiler): add support for tokenizing let declarations (#55848) 2024-05-30 14:55:37 +00:00