angular/packages/compiler/test/render3
Kristiyan Kostadinov 9eef041211 refactor(compiler): implement let declarations in render3 ast (#55848)
Introduces a new `LetDeclaration` into the Render3 AST, simiarly to the HTML AST, and adds an initial integration into the various visitors.

PR Close #55848
2024-05-30 14:55:36 +00:00
..
util refactor(compiler): implement let declarations in render3 ast (#55848) 2024-05-30 14:55:36 +00:00
view refactor(compiler): implement let declarations in render3 ast (#55848) 2024-05-30 14:55:36 +00:00
BUILD.bazel build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
r3_ast_absolute_span_spec.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
r3_ast_spans_spec.ts refactor(compiler): implement let declarations in render3 ast (#55848) 2024-05-30 14:55:36 +00:00
r3_template_transform_spec.ts refactor(compiler): implement let declarations in render3 ast (#55848) 2024-05-30 14:55:36 +00:00
README.md feat(compiler): implement "enableIvy" compiler option (#21427) 2018-01-18 18:22:44 -06:00
style_parser_spec.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00

Tests in this directory are excluded from running in the browser and only run in node.