mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
72a17afaf3
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.