mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b1f3d2eab8
Similarly to the previous change to the expression AST, these changes replace the `WriteVarExpr`, `WriteKeyExpr` and `WritePropExpr` from the output AST with a binary expression. This is closer aligned to TypeScript and makes it easier to translate code between the two. PR Close #61682