react/scripts/rollup
Andrew Clark 93c10dfa6b
flushSync: Exhaust queue even if something throws (#26366)
If something throws as a result of `flushSync`, and there's remaining
work left in the queue, React should keep working until all the work is
complete.

If multiple errors are thrown, React will combine them into an
AggregateError object and throw that. In environments where
AggregateError is not available, React will rethrow in an async task.
(All the evergreen runtimes support AggregateError.)

The scenario where this happens is relatively rare, because `flushSync`
will only throw if there's no error boundary to capture the error.
2023-03-10 17:21:34 -05:00
..
plugins Split out Edge and Node implementations of the Flight Client (#26187) 2023-02-21 13:18:24 -05:00
shims Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
validate flushSync: Exhaust queue even if something throws (#26366) 2023-03-10 17:21:34 -05:00
wrappers Fix module-boundary wrappers (#22688) 2021-11-04 10:40:35 -04:00
build-all-release-channels.js Use content hash for facebook-www builds (#26331) 2023-03-06 17:13:17 -05:00
build.js Split out Edge and Node implementations of the Flight Client (#26187) 2023-02-21 13:18:24 -05:00
bundles.js Split out Edge and Node implementations of the Flight Client (#26187) 2023-02-21 13:18:24 -05:00
forks.js Revert "Fork ReactDOMSharedInternals for www (#25791)" (#25864) 2022-12-12 09:39:57 -08:00
generate-inline-fizz-runtime.js Update Closure Compiler (#26205) 2023-02-20 13:27:13 -05:00
modules.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
packaging.js Split out Edge and Node implementations of the Flight Client (#26187) 2023-02-21 13:18:24 -05: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 Fixed broken build script --unsafe-partial flag (#22324) 2021-09-15 13:32:09 -04:00
wrappers.js Split out Edge and Node implementations of the Flight Client (#26187) 2023-02-21 13:18:24 -05:00