Commit 1c2a4fc
committed
refactor(@angular/build): check isAlreadyEdited before linker in CallExpression
Move statement-level adjustments (enum/static class member wrapping) to Program:exit and BlockStatement:exit visitors so child node traversal runs prior to statement wrapping. This allows CallExpression to check isAlreadyEdited before invoking the linker, preventing redundant work on wrapped or modified nodes.1 parent 6f022a0 commit 1c2a4fc
2 files changed
Lines changed: 7 additions & 7 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
666 | | - | |
| 666 | + | |
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
672 | | - | |
| 672 | + | |
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
679 | 683 | | |
680 | 684 | | |
681 | 685 | | |
| |||
686 | 690 | | |
687 | 691 | | |
688 | 692 | | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
| |||
0 commit comments