mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4e663297c5
Fixes an error that surfaced in #50580 where the compiler was throwing an error in JIT mode when reading the result of `compileDirectiveDeclaration`. It is caused by the fact that input transform functions were being passed around directly, instead of being wrapped in an AST node. PR Close #50600