angular/packages/compiler/test/expression_parser
Kristiyan Kostadinov f05d08f432 refactor(compiler): add arrow function parsing
Updates the expression parser to handle arrow functions. Since arrow functions share syntax with other AST nodes, we have to detect them by looking ahead and then potentially jumping backwards depending on what we see.
2026-01-09 10:35:37 -08:00
..
utils refactor(compiler): add AST nodes for arrow functions 2026-01-09 10:35:37 -08:00
ast_spec.ts refactor(compiler): consolidate error classes (#62160) 2025-06-23 14:25:28 +02:00
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
lexer_spec.ts refactor(compiler): tokenize => 2026-01-09 10:35:37 -08:00
parser_spec.ts refactor(compiler): add arrow function parsing 2026-01-09 10:35:37 -08:00
serializer_spec.ts refactor(compiler): consolidate error classes (#62160) 2025-06-23 14:25:28 +02:00