mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
When tokenizing markup (e.g. HTML) element attributes can have quoted or unquoted values (e.g. `a=b` or `a="b"`). The `ATTR_VALUE` tokens were capturing the quotes, which was inconsistent and also affected source-mapping. Now the tokenizer captures additional `ATTR_QUOTE` tokens, which the HTML related parsers understand and factor into their token parsing. PR Close #28055 |
||
|---|---|---|
| .. | ||
| expression_diagnostics.ts | ||
| expression_type.ts | ||
| symbols.ts | ||
| translate_diagnostics.ts | ||
| typescript_symbols.ts | ||
| typescript_version.ts | ||