Home / Type/ ValueBlockNode Type — react Architecture

ValueBlockNode Type — react Architecture

Architecture documentation for the ValueBlockNode type/interface in AlignReactiveScopesToBlockScopesHIR.ts from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  4b7a97cc_a753_2360_d573_c7016dde855a["ValueBlockNode"]
  7be237a7_8abd_01cf_0fb0_fb02f23a8086["AlignReactiveScopesToBlockScopesHIR.ts"]
  4b7a97cc_a753_2360_d573_c7016dde855a -->|defined in| 7be237a7_8abd_01cf_0fb0_fb02f23a8086
  style 4b7a97cc_a753_2360_d573_c7016dde855a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/AlignReactiveScopesToBlockScopesHIR.ts lines 286–291

type ValueBlockNode = {
  kind: 'node';
  id: InstructionId;
  valueRange: MutableRange;
  children: Array<ValueBlockNode | ReactiveScopeNode>;
};

Frequently Asked Questions

What is the ValueBlockNode type?
ValueBlockNode is a type/interface in the react codebase, defined in compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/AlignReactiveScopesToBlockScopesHIR.ts.
Where is ValueBlockNode defined?
ValueBlockNode is defined in compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/AlignReactiveScopesToBlockScopesHIR.ts at line 286.

Analyze Your Own Codebase

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

Try Supermodel Free