angular/packages/compiler/src/ml_parser
Matthieu Riegler 95b3f37d4a feat(compiler): Exhaustive checks for switch blocks
`@switch` blocks can now enable exhaustive typechecking by adding `@default(never);` at the end of a `@switch` block.
2026-02-17 10:25:31 -08:00
..
ast.ts refactor(compiler): indicate whether element is void at AST level (#62648) 2025-07-16 12:40:25 +02:00
entities.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
html_parser.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
html_tags.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
html_whitespaces.ts refactor(compiler): indicate whether element is void at AST level (#62648) 2025-07-16 12:40:25 +02:00
lexer.ts feat(compiler): Exhaustive checks for switch blocks 2026-02-17 10:25:31 -08:00
parser.ts refactor(compiler): Add info about unclosed element. 2026-02-13 09:41:37 -08:00
tags.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
tokens.ts refactor(compiler): add experimental tokenization of directives (#60724) 2025-04-04 11:28:46 -07:00
xml_parser.ts refactor(compiler): add experimental tokenization of components (#60724) 2025-04-04 11:28:46 -07:00
xml_tags.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00