angular/packages/compiler/src/ml_parser
Kristiyan Kostadinov 982f90ff35 refactor(compiler): remove TokenError (#62160)
Replaces the `TokenError` class with `ParseError` to reduce the number of error classes we need to maintain.

PR Close #62160
2025-06-23 14:25:28 +02:00
..
ast.ts refactor(compiler): indicate in AST if node is self-closing (#61307) 2025-05-14 11:06:22 +02:00
defaults.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +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 in AST if node is self-closing (#61307) 2025-05-14 11:06:22 +02:00
lexer.ts refactor(compiler): remove TokenError (#62160) 2025-06-23 14:25:28 +02:00
parser.ts refactor(compiler): remove TokenError (#62160) 2025-06-23 14:25:28 +02: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