dillon1000/react
Commit
Browse files [compiler] Remove fallback compilation pipeline dead code (#35827)
Remove dead code left behind after the removal of retryCompileFunction, enableFire, and inferEffectDependencies: - Delete ValidateNoUntransformedReferences.ts (always a no-op) - Remove CompileProgramMetadata type and retryErrors from ProgramContext - Remove 'client-no-memo' output mode - Change compileProgram return type from CompileProgramMetadata | null to void
Changed paths6 files
First-parent comparisoncompiler/packages/babel-plugin-react-compiler/src/Babel/BabelPlugin.ts ModifiedM compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Imports.ts ModifiedM compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Options.ts ModifiedM compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Program.ts ModifiedD compiler/packages/babel-plugin-react-compiler/src/Entrypoint/ValidateNoUntransformedReferences.ts DeletedM compiler/packages/babel-plugin-react-compiler/src/HIR/Environment.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…