mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently when there's a parser error in interpolated text, the compiler reports an error on the entire text node. This can be really noisy in long strings. These changes switch to reporting the errors on the specific expressions that caused them. PR Close #62258 |
||
|---|---|---|
| .. | ||
| util | ||
| view | ||
| BUILD.bazel | ||
| r3_ast_absolute_span_spec.ts | ||
| r3_ast_spans_spec.ts | ||
| r3_template_transform_spec.ts | ||
| README.md | ||
| style_parser_spec.ts | ||
Tests in this directory are excluded from running in the browser and only run in node.