uncond-subpath-order2.js — react Source File
Architecture documentation for uncond-subpath-order2.js, a javascript file in the react codebase.
Entity Profile
Relationship Graph
Source Code
// Determine that we only need to track p.a here
// Ordering of access should not matter
function TestDepsSubpathOrder2(props) {
let x = {};
x.a = props.a;
x.b = props.a.b;
x.c = props.a.b.c;
return x;
}
export const FIXTURE_ENTRYPOINT = {
fn: TestDepsSubpathOrder2,
params: [{a: {b: {c: 2}}}],
};
Domain
Subdomains
Functions
Source
Frequently Asked Questions
What does uncond-subpath-order2.js do?
uncond-subpath-order2.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 uncond-subpath-order2.js?
uncond-subpath-order2.js defines 1 function(s): TestDepsSubpathOrder2.
Where is uncond-subpath-order2.js in the architecture?
uncond-subpath-order2.js is located at compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/reduce-reactive-deps/uncond-subpath-order2.js (domain: TestingUtilities, subdomain: Fixtures, directory: compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/reduce-reactive-deps).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free