Skip to content

Commit e49023a

Browse files
committed
[compiler] Remove PropagatePhiTypes
ghstack-source-id: fe62eae Pull Request resolved: facebook/react#32284
1 parent 152bfe3 commit e49023a

File tree

2 files changed

+0
-117
lines changed

2 files changed

+0
-117
lines changed

compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Pipeline.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,6 @@ function runWithEnvironment(
273273
value: hir,
274274
});
275275

276-
propagatePhiTypes(hir);
277-
log({
278-
kind: 'hir',
279-
name: 'PropagatePhiTypes',
280-
value: hir,
281-
});
282-
283276
if (!env.config.enableMinimalTransformsForRetry) {
284277
inferReactiveScopeVariables(hir);
285278
log({kind: 'hir', name: 'InferReactiveScopeVariables', value: hir});

compiler/packages/babel-plugin-react-compiler/src/TypeInference/PropagatePhiTypes.ts

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)