gating-use-before-decl-ref.js — react Source File
Architecture documentation for gating-use-before-decl-ref.js, a javascript file in the react codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR b73e9e31_4287_0b5b_faf1_5ccd00bed5f4["gating-use-before-decl-ref.js"] ac587885_e294_a1e9_b13f_5e7b920fdb42["react"] b73e9e31_4287_0b5b_faf1_5ccd00bed5f4 --> ac587885_e294_a1e9_b13f_5e7b920fdb42 006eec3d_77a9_4a47_e6c1_a96d7a6c9c05["shared-runtime"] b73e9e31_4287_0b5b_faf1_5ccd00bed5f4 --> 006eec3d_77a9_4a47_e6c1_a96d7a6c9c05 style b73e9e31_4287_0b5b_faf1_5ccd00bed5f4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
// @gating
import {createRef, forwardRef} from 'react';
import {Stringify} from 'shared-runtime';
const Foo = forwardRef(Foo_withRef);
function Foo_withRef(props, ref) {
return <Stringify ref={ref} {...props} />;
}
export const FIXTURE_ENTRYPOINT = {
fn: eval('(...args) => React.createElement(Foo, args)'),
params: [{prop1: 1, prop2: 2, ref: createRef()}],
};
Domain
Subdomains
Functions
Dependencies
- react
- shared-runtime
Source
Frequently Asked Questions
What does gating-use-before-decl-ref.js do?
gating-use-before-decl-ref.js is a source file in the react codebase, written in javascript. It belongs to the TestingUtilities domain, Fixtures subdomain.
What functions are defined in gating-use-before-decl-ref.js?
gating-use-before-decl-ref.js defines 1 function(s): Foo_withRef.
What does gating-use-before-decl-ref.js depend on?
gating-use-before-decl-ref.js imports 2 module(s): react, shared-runtime.
Where is gating-use-before-decl-ref.js in the architecture?
gating-use-before-decl-ref.js is located at compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/gating/gating-use-before-decl-ref.js (domain: TestingUtilities, subdomain: Fixtures, directory: compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/gating).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free