react/packages/shared
Jan Kassens 420f0b7fa1
Remove Reconciler fork (1/2) (#25774)
We've heard from multiple contributors that the Reconciler forking
mechanism was confusing and/or annoying to deal with. Since it's
currently unused and there's no immediate plans to start using it again,
this removes the forking.

Fully removing the fork is split into 2 steps to preserve file history:

**This PR**
- remove `enableNewReconciler` feature flag.
- remove `unstable_isNewReconciler` export
- remove eslint rules for cross fork imports
- remove `*.new.js` files and update imports
- merge non-suffixed files into `*.old` files where both exist
(sometimes types were defined there)

**#25775**
- rename `*.old` files
2022-12-01 23:06:25 -05:00
..
__tests__ [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
forks Remove Reconciler fork (1/2) (#25774) 2022-12-01 23:06:25 -05:00
CheckStringCoercion.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ConsolePatchingDev.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ExecutionEnvironment.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactComponentStackFrame.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactDOMSharedInternals.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactElementType.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactErrorUtils.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactFeatureFlags.js Remove Reconciler fork (1/2) (#25774) 2022-12-01 23:06:25 -05:00
ReactInstanceMap.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactServerContextRegistry.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactSharedInternals.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactSymbols.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactTypes.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactVersion.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
assign.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
checkPropTypes.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
consoleWithStackDev.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
enqueueTask.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
formatProdErrorMessage.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
getComponentNameFromType.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
hasOwnProperty.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
invokeGuardedCallbackImpl.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
isArray.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
isValidElementType.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
objectIs.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
package.json Drop Haste (#11303) 2017-10-25 02:55:00 +03:00
shallowEqual.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00