angular/packages/compiler/src/template_parser
Kristiyan Kostadinov 5e9707dc84 refactor(compiler): consolidate error classes (#62160)
Currently we have a `ParserError` that is used for the expression parser and a `ParseError` that is used everywhere else. These changes consolidate them into the `ParseError` to avoid confusion and make it easier to add more context in the future.

PR Close #62160
2025-06-23 14:25:28 +02:00
..
binding_parser.ts refactor(compiler): consolidate error classes (#62160) 2025-06-23 14:25:28 +02:00
template_preparser.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00