angular/packages/compiler/src/expression_parser
Kristiyan Kostadinov 3a56c1367f fix(compiler): produce accurate span for typeof and void expressions
Fixes that the `typeof` and `void` expressions were starting their spans from the expression start, rather than the keyword.

Fixes #66174.
2026-01-07 14:04:05 -05:00
..
ast.ts refactor(compiler): add spread elements to expression AST 2026-01-07 12:37:52 -05:00
lexer.ts refactor(compiler): handle spread operators in the lexer 2026-01-07 12:37:52 -05:00
parser.ts fix(compiler): produce accurate span for typeof and void expressions 2026-01-07 14:04:05 -05:00
serializer.ts refactor(compiler): add spread elements to expression AST 2026-01-07 12:37:52 -05:00