ReactDebugTools.js — react Source File
Architecture documentation for ReactDebugTools.js, a javascript file in the react codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR b4735f1a_aa65_2cba_e3bd_803f58fce600["ReactDebugTools.js"] cf3066ba_94d4_4ef1_0447_0db6cddc7fda["ReactDebugHooks.js"] b4735f1a_aa65_2cba_e3bd_803f58fce600 --> cf3066ba_94d4_4ef1_0447_0db6cddc7fda style b4735f1a_aa65_2cba_e3bd_803f58fce600 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
*/
import {inspectHooks, inspectHooksOfFiber} from './ReactDebugHooks';
export {inspectHooks, inspectHooksOfFiber};
Domain
Dependencies
Source
Frequently Asked Questions
What does ReactDebugTools.js do?
ReactDebugTools.js is a source file in the react codebase, written in javascript. It belongs to the BabelCompiler domain.
What does ReactDebugTools.js depend on?
ReactDebugTools.js imports 1 module(s): ReactDebugHooks.js.
Where is ReactDebugTools.js in the architecture?
ReactDebugTools.js is located at packages/react-debug-tools/src/ReactDebugTools.js (domain: BabelCompiler, directory: packages/react-debug-tools/src).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free