angular/packages/compiler/test/expression_parser
Matthieu Riegler 786ef8261f fix(compiler): throw on invalid in expressions
`{{in}}` are not interpreted as `'in'` string expressions anymore.

```
<input #in /> // OK
{{in}} // throws
```

fixes #65244

BREAKING CHANGE: `in` variables will throw in template expressions.
2026-02-23 13:35:07 -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 refactor(compiler): remove zone-based testing utilities 2026-02-09 07:55:12 -08:00
lexer_spec.ts feat(compiler): Add support for the instanceof binary operator 2026-01-13 08:33:12 -08:00
parser_spec.ts fix(compiler): throw on invalid in expressions 2026-02-23 13:35:07 -08:00
serializer_spec.ts feat(compiler): Add support for the instanceof binary operator 2026-01-13 08:33:12 -08:00