angular/packages/compiler/test/render3
Andrew Kushnir 4f8c406664 refactor(compiler): extend directive mock to avoid failing at matching logic (#57537)
This commit updates a directive mock instance to include an extra field that a compiler code was expecting, which caused issues while processing elements with local refs and exported directives.

PR Close #57537
2024-08-27 13:23:30 -07:00
..
util refactor(compiler): implement let declarations in render3 ast (#55848) 2024-05-30 14:55:36 +00:00
view refactor(compiler): extend directive mock to avoid failing at matching logic (#57537) 2024-08-27 13:23:30 -07: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 feat(core): add support for let syntax (#56715) 2024-06-26 12:37:02 -07:00
r3_template_transform_spec.ts feat(core): add support for let syntax (#56715) 2024-06-26 12:37:02 -07: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.