File tree Expand file tree Collapse file tree 2 files changed +0
-118
lines changed
compiler/packages/babel-plugin-react-compiler/src Expand file tree Collapse file tree 2 files changed +0
-118
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ import {
9292} from '../Validation' ;
9393import { validateLocalsNotReassignedAfterRender } from '../Validation/ValidateLocalsNotReassignedAfterRender' ;
9494import { outlineFunctions } from '../Optimization/OutlineFunctions' ;
95- import { propagatePhiTypes } from '../TypeInference/PropagatePhiTypes' ;
9695import { lowerContextAccess } from '../Optimization/LowerContextAccess' ;
9796import { validateNoSetStateInEffects } from '../Validation/ValidateNoSetStateInEffects' ;
9897import { validateNoJSXInTryStatement } from '../Validation/ValidateNoJSXInTryStatement' ;
@@ -327,13 +326,6 @@ function runWithEnvironment(
327326 value : hir ,
328327 } ) ;
329328
330- propagatePhiTypes ( hir ) ;
331- log ( {
332- kind : 'hir' ,
333- name : 'PropagatePhiTypes' ,
334- value : hir ,
335- } ) ;
336-
337329 if ( env . isInferredMemoEnabled ) {
338330 if ( env . config . validateStaticComponents ) {
339331 env . logErrors ( validateStaticComponents ( hir ) ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments