Skip to content

Commit d73a374

Browse files
Revert "fix(compiler): reduce chance of conflicts between generated factory and local variables (angular#57181)" (angular#57230)
This reverts commit 67e0940. PR Close angular#57230
1 parent f125cd8 commit d73a374

56 files changed

Lines changed: 156 additions & 156 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MyOtherPipe.ɵfac = function MyOtherPipe_Factory(ɵt) { return new (ɵt || MyOtherPipe)($i0$.ɵɵdirectiveInject($i0$.ChangeDetectorRef, 24)); };
1+
MyOtherPipe.ɵfac = function MyOtherPipe_Factory(t) { return new (t || MyOtherPipe)($i0$.ɵɵdirectiveInject($i0$.ChangeDetectorRef, 24)); };
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MyPipe.ɵfac = function MyPipe_Factory(ɵt) { return new (ɵt || MyPipe)($i0$.ɵɵdirectiveInject($i0$.ChangeDetectorRef, 16)); };
1+
MyPipe.ɵfac = function MyPipe_Factory(t) { return new (t || MyPipe)($i0$.ɵɵdirectiveInject($i0$.ChangeDetectorRef, 16)); };
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MyPipe.ɵfac = function MyPipe_Factory(ɵt) { return new (ɵt || MyPipe)(); };
1+
MyPipe.ɵfac = function MyPipe_Factory(t) { return new (t || MyPipe)(); };
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MyPurePipe.ɵfac = function MyPurePipe_Factory(ɵt) { return new (ɵt || MyPurePipe)(); };
1+
MyPurePipe.ɵfac = function MyPurePipe_Factory(t) { return new (t || MyPurePipe)(); };
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ForOfDirective.ɵfac = function ForOfDirective_Factory(ɵt) {
2-
return new (ɵt || ForOfDirective)($r3$.ɵɵdirectiveInject($r3$.ViewContainerRef), $r3$.ɵɵdirectiveInject($r3$.TemplateRef));
1+
ForOfDirective.ɵfac = function ForOfDirective_Factory(t) {
2+
return new (t || ForOfDirective)($r3$.ɵɵdirectiveInject($r3$.ViewContainerRef), $r3$.ɵɵdirectiveInject($r3$.TemplateRef));
33
};
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
OtherDirective.ɵfac = function OtherDirective_Factory(ɵt) {return new (ɵt || OtherDirective)(); };
1+
OtherDirective.ɵfac = function OtherDirective_Factory(t) {return new (t || OtherDirective)(); };
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SomeDirective.ɵfac = function SomeDirective_Factory(ɵt) {return new (ɵt || SomeDirective)(); };
1+
SomeDirective.ɵfac = function SomeDirective_Factory(t) {return new (t || SomeDirective)(); };
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ChildComponent.ɵfac = function ChildComponent_Factory(ɵt) { return new (ɵt || ChildComponent)(); };
1+
ChildComponent.ɵfac = function ChildComponent_Factory(t) { return new (t || ChildComponent)(); };
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ChildComponent.ɵfac = function ChildComponent_Factory(ɵt) { return new (ɵt || ChildComponent)(); };
1+
ChildComponent.ɵfac = function ChildComponent_Factory(t) { return new (t || ChildComponent)(); };
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MyComponent.ɵfac = function MyComponent_Factory(ɵt) { return new (ɵt || MyComponent)(); };
1+
MyComponent.ɵfac = function MyComponent_Factory(t) { return new (t || MyComponent)(); };

0 commit comments

Comments
 (0)