react/packages/shared
Andrew Clark 3ba5c87377
Remove Scheduler indirection (#21107)
* Bump version number

* Remove Scheduler indirection

I originally kept the React PriorityLevel and Scheduler PriorityLevel
types separate in case there was a versioning mismatch between the two
modules. However, it looks like we're going to keep the Scheduler module
private in the short to medium term, and longer term the public
interface will match postTask. So, I've removed the extra indirection
(the switch statements that convert between the two types).
2021-03-28 14:13:38 -07:00
..
__tests__ Refactor SchedulerHostConfigs (#20025) 2020-11-02 12:46:58 -05:00
forks Delete enableDiscreteEventFlushingChange (#21110) 2021-03-25 22:05:59 -07:00
ConsolePatchingDev.js Add console group methods to dev disabled groups (#19069) 2020-07-08 17:28:49 +01:00
ExecutionEnvironment.js give `canUseDOM` with a possibility to be a constant (#14194) 2019-04-25 11:28:53 +01:00
ReactComponentStackFrame.js Add disableNativeComponentFrames flag (#20364) 2020-12-02 16:25:55 +01:00
ReactElementType.js Update Flow to 0.84 (#17805) 2020-01-09 14:50:44 +00:00
ReactErrorUtils.js Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
ReactFeatureFlags.js Delete enableDiscreteEventFlushingChange (#21110) 2021-03-25 22:05:59 -07:00
ReactInstanceMap.js Rename internal fields (#18377) 2020-03-24 18:19:20 +00:00
ReactSharedInternals.js Don't support older isomorphic React with newer renderers (#18329) 2020-03-17 19:30:10 +00:00
ReactSymbols.js Remove the Fundamental internals (#20745) 2021-02-05 20:36:55 +00:00
ReactTypes.js Remove unstable_changedBits (#20953) 2021-03-19 15:36:51 -07:00
ReactVersion.js Remove Scheduler indirection (#21107) 2021-03-28 14:13:38 -07:00
checkPropTypes.js Only prepare extra stack frames if needed (#19014) 2020-05-27 08:43:50 -07:00
consoleWithStackDev.js Remove unnecessary throw catch (#19044) 2020-05-29 11:25:48 -07:00
enqueueTask.js Fix requiring timers module with non standard require (#18632) 2020-04-16 12:36:09 +01:00
formatProdErrorMessage.js Pass prod error messages directly to constructor (#17063) 2019-10-11 09:10:40 -07:00
getComponentNameFromType.js Split getComponentName into getComponentNameFromFiber and getComponentNameFromType (#20940) 2021-03-05 16:02:02 -05:00
invariant.js Compile invariant directly to throw expressions (#15071) 2019-03-18 13:58:03 -07:00
invokeGuardedCallbackImpl.js Update outdated links and fix two broken links (#19985) 2020-10-09 02:56:30 +01:00
isValidElementType.js Remove the Fundamental internals (#20745) 2021-02-05 20:36:55 +00:00
objectIs.js Update to flow 0.97 (#17892) 2020-01-24 10:52:38 -08:00
package.json Drop Haste (#11303) 2017-10-25 02:55:00 +03:00
shallowEqual.js Separate Object.is polyfill (#14334) 2019-01-08 14:21:12 +00:00