mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d74ee6e343
Instead of maintaining individual transforms for `input`, `output`, `model` etc. we are grouping them directly and the first one matching, will execute. This reduces needed traversal through AST and also makes it a little more clean to write new initializer API metadata transforms. Note: The Angular JIT transform is now also moving from `tooling.ts` directly into `/transformers` for more local placement of transformer logic. PR Close #54200
1.2 KiB
1.2 KiB