angular/packages/compiler/src/output
Matthieu Riegler 1b8e7ab9fe feat(compiler): support the in keyword in Binary expression (#58432)
This commit adds the support for the `in` keyword as a relational operator, with the same precedence as the other relational operators (<,>, <=, >=)

BREAKING CHANGE: 'in' in an expression now refers to the operator

PR Close #58432
2025-04-22 21:44:12 +02:00
..
abstract_emitter.ts feat(compiler): support the in keyword in Binary expression (#58432) 2025-04-22 21:44:12 +02:00
abstract_js_emitter.ts refactor(compiler): clean up tagged templates in output AST (#59230) 2025-01-21 12:04:52 -08:00
map_util.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
output_ast.ts feat(compiler): support the in keyword in Binary expression (#58432) 2025-04-22 21:44:12 +02:00
output_jit.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
output_jit_trusted_types.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
source_map.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00