Home / File/ unary-expr.js — react Source File

unary-expr.js — react Source File

Architecture documentation for unary-expr.js, a javascript file in the react codebase.

Entity Profile

Relationship Graph

Source Code

// @enablePreserveExistingMemoizationGuarantees:false
function component(a) {
  let t = {t: a};
  let z = +t.t;
  let q = -t.t;
  let p = void t.t;
  let n = delete t.t;
  let m = !t.t;
  let e = ~t.t;
  let f = typeof t.t;
  return {z, p, q, n, m, e, f};
}

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

Subdomains

Functions

Frequently Asked Questions

What does unary-expr.js do?
unary-expr.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 unary-expr.js?
unary-expr.js defines 1 function(s): component.
Where is unary-expr.js in the architecture?
unary-expr.js is located at compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/unary-expr.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