react/scripts/rollup
Andrew Clark b8ed6a1aa5
[Scheduler] Call postTask directly (#19551)
This updates the experimental Scheduler postTask build to call postTask
directly, instead of managing our own custom queue and work loop.

We still use a deadline 5ms mechanism to implement `shouldYield`.

The main thing that postTask is currently missing is the continuation
feature — when yielding to the main thread, the yielding task is sent
to the back of the queue, instead of maintaining its position.

While this would be nice to have, even without it, postTask may be good
enough to replace our userspace implementation.

We'll run some tests to see.
2020-08-12 08:39:47 -05:00
..
plugins Upgrade Closure Compiler (#19041) 2020-05-29 09:17:14 -07:00
shims [Native] Enable and remove targetAsInstance feature flag. (#18182) 2020-02-28 13:45:42 -08:00
validate [Scheduler] Call postTask directly (#19551) 2020-08-12 08:39:47 -05:00
build.js Remove the deprecated React Flare event system (#19520) 2020-08-05 15:13:29 +01:00
bundles.js Remove the deprecated React Flare event system (#19520) 2020-08-05 15:13:29 +01:00
consolidateBundleSizes.js Fix sizebot (#15771) 2019-05-29 21:30:16 -07:00
forks.js [Scheduler] Call postTask directly (#19551) 2020-08-12 08:39:47 -05:00
modules.js Remove React Flare Keyboard responder (#19222) 2020-07-01 15:43:16 +01:00
packaging.js Build FB specific Isomorphic Bundles (#19049) 2020-05-29 15:32:38 -07:00
stats.js Fix sizebot (#15771) 2019-05-29 21:30:16 -07:00
sync.js Fork React Native renderer into FB and OSS bundles (#12625) 2018-04-18 13:16:50 -07:00
utils.js Refactor the build scripts (#11787) 2017-12-06 20:11:32 +00:00
wrappers.js Add simple Node build (#19022) 2020-05-28 15:56:34 -07:00