Files
react/packages/react-devtools-shared/src/devtools
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
..
2020-03-03 12:46:24 -08:00
2019-08-27 10:54:01 -07:00
2019-08-27 10:54:01 -07:00
2020-01-09 13:54:11 +00:00