angular/packages/compiler/src/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
..
ast.ts feat(compiler): Add support for the instanceof binary operator 2026-01-13 08:33:12 -08:00
lexer.ts feat(compiler): Add support for the instanceof binary operator 2026-01-13 08:33:12 -08:00
parser.ts fix(compiler): throw on invalid in expressions 2026-02-23 13:35:07 -08:00
serializer.ts refactor(compiler): add AST nodes for arrow functions 2026-01-09 10:35:37 -08:00