Home / File/ RuntimeDiagnosticConstants.ts — react Source File

RuntimeDiagnosticConstants.ts — react Source File

Architecture documentation for RuntimeDiagnosticConstants.ts, a typescript file in the react codebase. 0 imports, 1 dependents.

Entity Profile

Dependency Diagram

graph LR
  79ede9a5_eb6b_feae_421c_4aada451c4c6["RuntimeDiagnosticConstants.ts"]
  dc7f10c2_c914_a162_d02b_a10a15c64a5f["CodegenReactiveFunction.ts"]
  dc7f10c2_c914_a162_d02b_a10a15c64a5f --> 79ede9a5_eb6b_feae_421c_4aada451c4c6
  style 79ede9a5_eb6b_feae_421c_4aada451c4c6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

// WARNING: ensure this is synced with enum values in react-compiler-runtime:GuardKind
export enum GuardKind {
  PushHookGuard = 0,
  PopHookGuard = 1,
  AllowHook = 2,
  DisallowHook = 3,
}

Domain

Types

Frequently Asked Questions

What does RuntimeDiagnosticConstants.ts do?
RuntimeDiagnosticConstants.ts is a source file in the react codebase, written in typescript. It belongs to the BabelCompiler domain.
What files import RuntimeDiagnosticConstants.ts?
RuntimeDiagnosticConstants.ts is imported by 1 file(s): CodegenReactiveFunction.ts.
Where is RuntimeDiagnosticConstants.ts in the architecture?
RuntimeDiagnosticConstants.ts is located at compiler/packages/babel-plugin-react-compiler/src/Utils/RuntimeDiagnosticConstants.ts (domain: BabelCompiler, directory: compiler/packages/babel-plugin-react-compiler/src/Utils).

Analyze Your Own Codebase

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

Try Supermodel Free