Home / File/ babel-repro-compact-negative-number.js — react Source File

babel-repro-compact-negative-number.js — react Source File

Architecture documentation for babel-repro-compact-negative-number.js, a javascript file in the react codebase. 1 imports, 0 dependents.

File javascript TestingUtilities Fixtures 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  bd0253fb_ab89_8bad_8a12_6bc50ce593e5["babel-repro-compact-negative-number.js"]
  006eec3d_77a9_4a47_e6c1_a96d7a6c9c05["shared-runtime"]
  bd0253fb_ab89_8bad_8a12_6bc50ce593e5 --> 006eec3d_77a9_4a47_e6c1_a96d7a6c9c05
  style bd0253fb_ab89_8bad_8a12_6bc50ce593e5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import {Stringify} from 'shared-runtime';

function Repro(props) {
  const MY_CONST = -2;
  return <Stringify>{props.arg - MY_CONST}</Stringify>;
}

export const FIXTURE_ENTRYPOINT = {
  fn: Repro,
  params: [
    {
      arg: 3,
    },
  ],
};

Subdomains

Functions

Dependencies

  • shared-runtime

Frequently Asked Questions

What does babel-repro-compact-negative-number.js do?
babel-repro-compact-negative-number.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 babel-repro-compact-negative-number.js?
babel-repro-compact-negative-number.js defines 1 function(s): Repro.
What does babel-repro-compact-negative-number.js depend on?
babel-repro-compact-negative-number.js imports 1 module(s): shared-runtime.
Where is babel-repro-compact-negative-number.js in the architecture?
babel-repro-compact-negative-number.js is located at compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/babel-repro-compact-negative-number.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