angular/packages/compiler/test/expression_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
..
utils refactor(compiler): consolidate error classes (#62160) 2025-06-23 14:25:28 +02:00
ast_spec.ts refactor(compiler): consolidate error classes (#62160) 2025-06-23 14:25:28 +02:00
BUILD.bazel build: migrate to using new jasmine_test (#62086) 2025-06-18 08:27:26 +02:00
lexer_spec.ts refactor(compiler): support more assignment operators in lexer (#62064) 2025-06-23 14:23:28 +02:00
parser_spec.ts refactor(compiler): consolidate error classes (#62160) 2025-06-23 14:25:28 +02:00
serializer_spec.ts refactor(compiler): consolidate error classes (#62160) 2025-06-23 14:25:28 +02:00