react/scripts/flow
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
..
config Upgrade Flow to 0.201 (#26326) 2023-03-06 10:33:22 -05:00
createFlowConfigs.js [flow] enable enforce_local_inference_annotations (#25921) 2023-01-09 15:46:48 -05:00
environment.js flushSync: Exhaust queue even if something throws (#26366) 2023-03-10 17:21:34 -05:00
react-devtools.js ESLint upgrade to use hermes-eslint (#25915) 2022-12-20 14:27:01 -05:00
react-native-host-hooks.js Removed unused imperative events implementation from React Native renderer (#26282) 2023-03-02 15:54:51 +00:00
react-relay-hooks.js Enable passing Server References from Server to Client (#26124) 2023-02-09 19:45:05 -05:00
runFlow.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
xplat.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00