react/scripts
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
..
babel Fix "missing flag" error for non-boolean types (#18592) 2020-04-13 12:57:31 -07:00
bench make link https (#19147) 2020-06-30 12:43:52 +01:00
circleci Remove /dist/ UMD builds (#18473) 2020-04-02 17:52:32 -07:00
error-codes Remove the deprecated React Flare event system (#19520) 2020-08-05 15:13:29 +01:00
eslint Revert autofix lint (#19040) 2020-05-28 20:32:34 -07:00
eslint-rules Land Lanes implementation in old fork (#19108) 2020-06-11 20:05:15 -07:00
flow Fork legacy-events folder into react-dom and react-native (#19228) 2020-07-01 16:37:13 +01:00
git Remove leftover env variable logic in pre-commit hook 2015-09-01 14:35:47 -07:00
jest Parallelize Jest in CI (#19552) 2020-08-07 16:32:59 -04:00
merge-fork Land Lanes implementation in old fork (#19108) 2020-06-11 20:05:15 -07:00
perf-counters Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
prettier Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
print-warnings Update Flow to 0.84 (#17805) 2020-01-09 14:50:44 +00:00
release Indent a command 2020-08-07 19:24:49 +01:00
rollup [Scheduler] Call postTask directly (#19551) 2020-08-12 08:39:47 -05:00
shared Fork legacy-events folder into react-dom and react-native (#19228) 2020-07-01 16:37:13 +01:00
tasks Change ReactVersion from CJS to ES module (#18181) 2020-02-28 13:09:02 -08:00
yarn chore: upgrade to jest 24 (#15778) 2019-10-03 22:44:18 +05:30
authors AUTHORS 2013-09-09 23:42:54 -07:00