angular/packages/compiler/test/ml_parser
Matthieu Riegler e850643b1b feat(compiler): Support comments in html element.
```
      <div
        // comment 0
        /* comment 1 */
        attr1="value1"
        /*
           comment 2
           spanning multiple lines
        */
        attr2="value2"
      ></div>
```
2026-03-19 15:25:17 -07:00
..
util build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
ast_serializer_spec.ts refactor(compiler): convert scripts within packages/compiler to relative imports (#60625) 2025-04-01 11:57:53 +00:00
ast_spec_utils.ts refactor(compiler): indicate in AST if node is self-closing (#61307) 2025-05-14 11:06:22 +02:00
BUILD.bazel refactor(compiler): remove zone-based testing utilities 2026-02-09 07:55:12 -08:00
html_parser_spec.ts fix(compiler): parse named HTML entities containing digits 2026-03-17 13:54:41 -06:00
html_whitespaces_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
inline_comment_spec.ts feat(compiler): Support comments in html element. 2026-03-19 15:25:17 -07:00
lexer_spec.ts fix(compiler): parse named HTML entities containing digits 2026-03-17 13:54:41 -06:00