Home / File/ option-enable-change-variable-codegen.js — react Source File

option-enable-change-variable-codegen.js — react Source File

Architecture documentation for option-enable-change-variable-codegen.js, a javascript file in the react codebase.

Entity Profile

Relationship Graph

Source Code

// @enableChangeVariableCodegen
function Component(props) {
  const c_0 = [props.a, props.b.c];
  return c_0;
}

export const FIXTURE_ENTRYPOINT = {
  fn: Component,
  params: [{a: 3.14, b: {c: true}}],
};

Subdomains

Functions

Frequently Asked Questions

What does option-enable-change-variable-codegen.js do?
option-enable-change-variable-codegen.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 option-enable-change-variable-codegen.js?
option-enable-change-variable-codegen.js defines 1 function(s): Component.
Where is option-enable-change-variable-codegen.js in the architecture?
option-enable-change-variable-codegen.js is located at compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/option-enable-change-variable-codegen.js (domain: TestingUtilities, subdomain: Fixtures, 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