Home / File/ gating-preserves-function-properties.tsx — react Source File

gating-preserves-function-properties.tsx — react Source File

Architecture documentation for gating-preserves-function-properties.tsx, a tsx file in the react codebase.

Entity Profile

Relationship Graph

Source Code

// @gating

export default function Component() {
  return <></>;
}

export function Component2() {
  return <></>;
}

Component.displayName = 'Component ONE';
Component2.displayName = 'Component TWO';

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

Subdomains

Frequently Asked Questions

What does gating-preserves-function-properties.tsx do?
gating-preserves-function-properties.tsx is a source file in the react codebase, written in tsx. It belongs to the TestingUtilities domain, Fixtures subdomain.
What functions are defined in gating-preserves-function-properties.tsx?
gating-preserves-function-properties.tsx defines 2 function(s): Component, Component2.
Where is gating-preserves-function-properties.tsx in the architecture?
gating-preserves-function-properties.tsx is located at compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/gating/gating-preserves-function-properties.tsx (domain: TestingUtilities, subdomain: Fixtures, directory: compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/gating).

Analyze Your Own Codebase

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

Try Supermodel Free