Home / File/ PluginModuleType.js — react Source File

PluginModuleType.js — react Source File

Architecture documentation for PluginModuleType.js, a javascript file in the react codebase. 0 imports, 11 dependents.

File javascript BabelCompiler 11 dependents

Entity Profile

Dependency Diagram

graph LR
  441cc620_4cb4_9cec_2f7a_93b0594f4707["PluginModuleType.js"]
  cb8ebc91_809b_31af_5fb0_324ffb570303["CurrentReplayingEvent.js"]
  cb8ebc91_809b_31af_5fb0_324ffb570303 --> 441cc620_4cb4_9cec_2f7a_93b0594f4707
  816b54e5_c63c_f8b2_68e8_0c637e281f03["DOMPluginEventSystem.js"]
  816b54e5_c63c_f8b2_68e8_0c637e281f03 --> 441cc620_4cb4_9cec_2f7a_93b0594f4707
  59469541_eb24_2e4d_9b1d_8719abe8ae49["ReactDOMEventListener.js"]
  59469541_eb24_2e4d_9b1d_8719abe8ae49 --> 441cc620_4cb4_9cec_2f7a_93b0594f4707
  2d4946a3_3487_598a_390d_fcf4897abb9b["ReactDOMEventReplaying.js"]
  2d4946a3_3487_598a_390d_fcf4897abb9b --> 441cc620_4cb4_9cec_2f7a_93b0594f4707
  a235366c_1abe_162c_b9bf_7fbbfb597584["BeforeInputEventPlugin.js"]
  a235366c_1abe_162c_b9bf_7fbbfb597584 --> 441cc620_4cb4_9cec_2f7a_93b0594f4707
  ddc0fe5b_559e_c0f1_b50a_2b1305b3c3d7["ChangeEventPlugin.js"]
  ddc0fe5b_559e_c0f1_b50a_2b1305b3c3d7 --> 441cc620_4cb4_9cec_2f7a_93b0594f4707
  5c7e27b3_eb27_811d_04b8_b882f63e7494["EnterLeaveEventPlugin.js"]
  5c7e27b3_eb27_811d_04b8_b882f63e7494 --> 441cc620_4cb4_9cec_2f7a_93b0594f4707
  fa31fc00_cb0d_ab89_d37c_e55788d531b6["FormActionEventPlugin.js"]
  fa31fc00_cb0d_ab89_d37c_e55788d531b6 --> 441cc620_4cb4_9cec_2f7a_93b0594f4707
  f81462d0_b06e_fbf9_f1b8_93352f59d5eb["ScrollEndEventPlugin.js"]
  f81462d0_b06e_fbf9_f1b8_93352f59d5eb --> 441cc620_4cb4_9cec_2f7a_93b0594f4707
  b8a5c95d_02fb_4719_0efd_4463f2546996["SelectEventPlugin.js"]
  b8a5c95d_02fb_4719_0efd_4463f2546996 --> 441cc620_4cb4_9cec_2f7a_93b0594f4707
  43bccccc_6fb9_1e3f_9c97_ea90d6d01475["SimpleEventPlugin.js"]
  43bccccc_6fb9_1e3f_9c97_ea90d6d01475 --> 441cc620_4cb4_9cec_2f7a_93b0594f4707
  style 441cc620_4cb4_9cec_2f7a_93b0594f4707 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * @flow
 */

export type AnyNativeEvent = Event | KeyboardEvent | MouseEvent | TouchEvent;

export type PluginName = string;

export type EventSystemFlags = number;

Domain

Frequently Asked Questions

What does PluginModuleType.js do?
PluginModuleType.js is a source file in the react codebase, written in javascript. It belongs to the BabelCompiler domain.
What files import PluginModuleType.js?
PluginModuleType.js is imported by 11 file(s): BeforeInputEventPlugin.js, ChangeEventPlugin.js, CurrentReplayingEvent.js, DOMPluginEventSystem.js, EnterLeaveEventPlugin.js, FormActionEventPlugin.js, ReactDOMEventListener.js, ReactDOMEventReplaying.js, and 3 more.
Where is PluginModuleType.js in the architecture?
PluginModuleType.js is located at packages/react-dom-bindings/src/events/PluginModuleType.js (domain: BabelCompiler, directory: packages/react-dom-bindings/src/events).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free