Home / File/ capturing-func-mutate-3.js — react Source File

capturing-func-mutate-3.js — react Source File

Architecture documentation for capturing-func-mutate-3.js, a javascript file in the react codebase.

Entity Profile

Relationship Graph

Source Code

function component(a, b) {
  let y = {b};
  let z = {a};
  let x = function () {
    z.a = 2;
    y.b;
  };
  return z;
}

export const FIXTURE_ENTRYPOINT = {
  fn: component,
  params: ['TodoAdd'],
  isComponent: 'TodoAdd',
};

Domain

Subdomains

Functions

Frequently Asked Questions

What does capturing-func-mutate-3.js do?
capturing-func-mutate-3.js is a source file in the react codebase, written in javascript. It belongs to the CompilerCore domain, BabelIntegration subdomain.
What functions are defined in capturing-func-mutate-3.js?
capturing-func-mutate-3.js defines 1 function(s): component.
Where is capturing-func-mutate-3.js in the architecture?
capturing-func-mutate-3.js is located at compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/capturing-func-mutate-3.js (domain: CompilerCore, subdomain: BabelIntegration, directory: compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler).

Analyze Your Own Codebase

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

Try Supermodel Free