mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1df1697c6e
RecursiveVisitor.visitIfBlockBranch was permanently mutating the children array by pushing the expressionAlias into it. This change clones the array before pushing to avoid this side effect.
(cherry picked from commit 72a17afaf3)