angular/packages/compiler/test/render3
Andrew Kushnir b30bc4531a refactor(compiler): create an internal util method to detect matching directives and pipes (#57466)
This commit adds an internal util method that allows to detect:

* which selectors are matching nodes in a template
* which pipes are present in a template

Both directives and pipes are split into 2 buckets: eagerly used and the ones that might potentially be defer-loaded.

PR Close #57466
2024-08-22 09:04:04 -07:00
..
util refactor(compiler): implement let declarations in render3 ast (#55848) 2024-05-30 14:55:36 +00:00
view refactor(compiler): create an internal util method to detect matching directives and pipes (#57466) 2024-08-22 09:04:04 -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.