dillon1000/react
Commit
Browse files Make event plugin injection statically resolvable (#19234)
* Make plugins ESM * Resolve extractEvents statically * Resolve eventTypes statically * Fix flow types and inconsistent naming * Move injection into the plugin system itself * Fix Flow
Changed paths11 files
First-parent comparisonpackages/react-dom/src/client/ReactDOMComponent.js ModifiedM packages/react-dom/src/events/DOMEventProperties.js ModifiedM packages/react-dom/src/events/DOMModernPluginEventSystem.js ModifiedM packages/react-dom/src/events/EventPluginRegistry.js ModifiedM packages/react-dom/src/events/PluginModuleType.js ModifiedM packages/react-dom/src/events/plugins/ModernBeforeInputEventPlugin.js ModifiedM packages/react-dom/src/events/plugins/ModernChangeEventPlugin.js ModifiedM packages/react-dom/src/events/plugins/ModernEnterLeaveEventPlugin.js ModifiedM packages/react-dom/src/events/plugins/ModernSelectEventPlugin.js ModifiedM packages/react-dom/src/events/plugins/ModernSimpleEventPlugin.js ModifiedM packages/react-dom/src/shared/ReactDOMUnknownPropertyHook.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…