angular/packages/compiler/test/render3
Kristiyan Kostadinov eae1083a54 refactor(compiler): indicate in AST if node is self-closing (#61307)
Follow-up from https://github.com/angular/angular/pull/61240#discussion_r2084445328. Adds a `isSelfClosing` property on element-like AST nodes so consumers can easily determine if it's self-closing, rather than having to look at the spans. This is useful for migrations and in the language service.

PR Close #61307
2025-05-14 11:06:22 +02:00
..
util refactor(compiler): integrate new AST nodes into visitors (#60724) 2025-04-04 11:28:47 -07:00
view refactor(compiler): element references not resolved when selectorless matcher is passed in (#61100) 2025-05-05 14:38:13 -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(compiler): convert scripts within packages/compiler to relative imports (#60625) 2025-04-01 11:57:53 +00:00
r3_ast_spans_spec.ts refactor(compiler): produce selectorless ASTs (#60724) 2025-04-04 11:28:47 -07:00
r3_template_transform_spec.ts refactor(compiler): indicate in AST if node is self-closing (#61307) 2025-05-14 11:06:22 +02:00
README.md feat(compiler): implement "enableIvy" compiler option (#21427) 2018-01-18 18:22:44 -06:00
style_parser_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00

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