Home / File/ allocating-logical-expression-instruction-scope.ts — react Source File

allocating-logical-expression-instruction-scope.ts — react Source File

Architecture documentation for allocating-logical-expression-instruction-scope.ts, a typescript file in the react codebase. 1 imports, 0 dependents.

File typescript TestingUtilities Fixtures 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  3db1c84e_90f3_50d6_90ad_ed10aa29e0a0["allocating-logical-expression-instruction-scope.ts"]
  006eec3d_77a9_4a47_e6c1_a96d7a6c9c05["shared-runtime"]
  3db1c84e_90f3_50d6_90ad_ed10aa29e0a0 --> 006eec3d_77a9_4a47_e6c1_a96d7a6c9c05
  style 3db1c84e_90f3_50d6_90ad_ed10aa29e0a0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

/**
 * This is a weird case as data has type `BuiltInMixedReadonly`.
 * The only scoped value we currently infer in this program is the
 * PropertyLoad `data?.toString`.
 */
import {useFragment} from 'shared-runtime';

function Foo() {
  const data = useFragment();
  return [data?.toString() || ''];
}

export const FIXTURE_ENTRYPOINT = {
  fn: Foo,
  params: [],
};

Subdomains

Functions

Dependencies

  • shared-runtime

Frequently Asked Questions

What does allocating-logical-expression-instruction-scope.ts do?
allocating-logical-expression-instruction-scope.ts is a source file in the react codebase, written in typescript. It belongs to the TestingUtilities domain, Fixtures subdomain.
What functions are defined in allocating-logical-expression-instruction-scope.ts?
allocating-logical-expression-instruction-scope.ts defines 1 function(s): Foo.
What does allocating-logical-expression-instruction-scope.ts depend on?
allocating-logical-expression-instruction-scope.ts imports 1 module(s): shared-runtime.
Where is allocating-logical-expression-instruction-scope.ts in the architecture?
allocating-logical-expression-instruction-scope.ts is located at compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/allocating-logical-expression-instruction-scope.ts (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