angular/packages/compiler/src/ml_parser
Georgii Dolzhykov 21f523699b refactor(compiler): stricter types for HTML AST (#41360)
A Node can only be an instance of one of the six classes.
This relation can be accurately expressed using a union type.

PR Close #41360
2021-05-06 17:34:55 -04:00
..
ast.ts refactor(compiler): stricter types for HTML AST (#41360) 2021-05-06 17:34:55 -04:00
html_parser.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
html_tags.ts fix(compiler): incorrectly inferring content type of SVG-specific title tag (#40259) 2021-01-11 15:35:23 -08:00
html_whitespaces.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
icu_ast_expander.ts refactor(compiler-cli): add keySpan to text attributes (#39613) 2020-11-12 14:19:00 -08:00
interpolation_config.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
lexer.ts fix(compiler): recover from an incomplete open tag at the end of a file (#41054) 2021-03-03 09:58:56 -08:00
parser.ts fix(compiler): exclude trailing whitespace from element source spans (#40513) 2021-01-28 08:53:02 -08:00
tags.ts fix(compiler): incorrectly inferring content type of SVG-specific title tag (#40259) 2021-01-11 15:35:23 -08:00
xml_parser.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
xml_tags.ts fix(compiler): incorrectly inferring content type of SVG-specific title tag (#40259) 2021-01-11 15:35:23 -08:00