Home / Type/ BlockInfo Type — react Architecture

BlockInfo Type — react Architecture

Architecture documentation for the BlockInfo type/interface in CollectHoistablePropertyLoads.ts from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  a6a94748_ceb1_4b68_7455_765f74e7fc51["BlockInfo"]
  53e05ed1_ffb1_8db2_8573_ef5a3fb99c72["CollectHoistablePropertyLoads.ts"]
  a6a94748_ceb1_4b68_7455_765f74e7fc51 -->|defined in| 53e05ed1_ffb1_8db2_8573_ef5a3fb99c72
  style a6a94748_ceb1_4b68_7455_765f74e7fc51 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

compiler/packages/babel-plugin-react-compiler/src/HIR/CollectHoistablePropertyLoads.ts lines 212–215

export type BlockInfo = {
  block: BasicBlock;
  assumedNonNullObjects: ReadonlySet<PropertyPathNode>;
};

Frequently Asked Questions

What is the BlockInfo type?
BlockInfo is a type/interface in the react codebase, defined in compiler/packages/babel-plugin-react-compiler/src/HIR/CollectHoistablePropertyLoads.ts.
Where is BlockInfo defined?
BlockInfo is defined in compiler/packages/babel-plugin-react-compiler/src/HIR/CollectHoistablePropertyLoads.ts at line 212.

Analyze Your Own Codebase

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

Try Supermodel Free