angular/packages/compiler/src/expression_parser
Kristiyan Kostadinov 814e6b07ac refactor(compiler): detect directly referenced pipes during parsing (#61158)
Moves the logic to detect directly referenced pipes into the compiler so that we don't have to do it ad-hoc.

PR Close #61158
2025-05-08 07:11:37 +02:00
..
ast.ts refactor(compiler): detect directly referenced pipes during parsing (#61158) 2025-05-08 07:11:37 +02:00
lexer.ts feat(compiler): support the in keyword in Binary expression (#58432) 2025-04-22 21:44:12 +02:00
parser.ts refactor(compiler): detect directly referenced pipes during parsing (#61158) 2025-05-08 07:11:37 +02:00
serializer.ts refactor(compiler-cli): handle parentheses in the template pipeline (#60169) 2025-03-10 09:53:10 -07:00