react/scripts/flow
Brian Vaughn bd5781962a
Inlined DevTools event emitter impl (#18378)
DevTools previously used the NPM events package for dispatching events. This package has an unfortunate flaw though- if a listener throws during event dispatch, no subsequent listeners are called. I've replaced that event dispatcher with my own implementation that ensures all listeners are called before it re-throws an error.

This commit replaces that event emitter with a custom implementation that calls all listeners before re-throwing an error.
2020-03-25 10:26:40 -07:00
..
config [Flight] Split Streaming from Relay Implemenation (#18260) 2020-03-10 14:55:04 -07:00
createFlowConfigs.js [Flight] Split Streaming from Relay Implemenation (#18260) 2020-03-10 14:55:04 -07:00
environment.js [Flight] Move bundler configs to use Suspense instead of returning thenable (#18367) 2020-03-21 22:28:36 -07:00
react-devtools.js Inlined DevTools event emitter impl (#18378) 2020-03-25 10:26:40 -07:00
react-native-host-hooks.js Revert "[React Native] Add getInspectorDataForViewAtPoint (#18233)" 2020-03-11 10:05:26 -07:00
react-relay-hooks.js [Flight] Integrate Blocks into Flight (#18371) 2020-03-23 17:53:45 -07:00
runFlow.js Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00