mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Leading trivia, such as whitespace or comments, is confusing for developers looking at source-mapped templates, since they expect the source-map segment to start after the trivia. This commit adds skipping trivial characters to the lexer; and then implements that in the template parser. PR Close #30095 |
||
|---|---|---|
| .. | ||
| ast.ts | ||
| html_parser.ts | ||
| html_tags.ts | ||
| html_whitespaces.ts | ||
| icu_ast_expander.ts | ||
| interpolation_config.ts | ||
| lexer.ts | ||
| parser.ts | ||
| tags.ts | ||
| xml_parser.ts | ||
| xml_tags.ts | ||