Home / File/ DevToolsFeatureFlags.extension-fb.js — react Source File

DevToolsFeatureFlags.extension-fb.js — react Source File

Architecture documentation for DevToolsFeatureFlags.extension-fb.js, a javascript file in the react codebase. 2 imports, 1 dependents.

File javascript BabelCompiler 2 imports 1 dependents

Entity Profile

Dependency Diagram

graph LR
  577a0aed_ce2f_67a2_b285_cace55597431["DevToolsFeatureFlags.extension-fb.js"]
  44ca6153_38da_c966_57fd_5ce94523646b["DevToolsFeatureFlags.default.js"]
  577a0aed_ce2f_67a2_b285_cace55597431 --> 44ca6153_38da_c966_57fd_5ce94523646b
  577a0aed_ce2f_67a2_b285_cace55597431["DevToolsFeatureFlags.extension-fb.js"]
  577a0aed_ce2f_67a2_b285_cace55597431 --> 577a0aed_ce2f_67a2_b285_cace55597431
  577a0aed_ce2f_67a2_b285_cace55597431["DevToolsFeatureFlags.extension-fb.js"]
  577a0aed_ce2f_67a2_b285_cace55597431 --> 577a0aed_ce2f_67a2_b285_cace55597431
  style 577a0aed_ce2f_67a2_b285_cace55597431 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.
 *
 * @flow
 */

/************************************************************************
 * This file is forked between different DevTools implementations.
 * It should never be imported directly!
 * It should always be imported from "react-devtools-feature-flags".
 ************************************************************************/

export const enableActivitySlices: boolean = false;
export const enableLogger: boolean = true;
export const enableStyleXFeatures: boolean = true;
export const isInternalFacebookBuild: boolean = true;

/************************************************************************
 * Do not edit the code below.
 * It ensures this fork exports the same types as the default flags file.
 ************************************************************************/

import typeof * as FeatureFlagsType from './DevToolsFeatureFlags.default';
import typeof * as ExportsType from './DevToolsFeatureFlags.extension-fb';

// Flow magic to verify the exports of this file match the original version.
((((null: any): ExportsType): FeatureFlagsType): ExportsType);

Domain

Frequently Asked Questions

What does DevToolsFeatureFlags.extension-fb.js do?
DevToolsFeatureFlags.extension-fb.js is a source file in the react codebase, written in javascript. It belongs to the BabelCompiler domain.
What does DevToolsFeatureFlags.extension-fb.js depend on?
DevToolsFeatureFlags.extension-fb.js imports 2 module(s): DevToolsFeatureFlags.default.js, DevToolsFeatureFlags.extension-fb.js.
What files import DevToolsFeatureFlags.extension-fb.js?
DevToolsFeatureFlags.extension-fb.js is imported by 1 file(s): DevToolsFeatureFlags.extension-fb.js.
Where is DevToolsFeatureFlags.extension-fb.js in the architecture?
DevToolsFeatureFlags.extension-fb.js is located at packages/react-devtools-shared/src/config/DevToolsFeatureFlags.extension-fb.js (domain: BabelCompiler, directory: packages/react-devtools-shared/src/config).

Analyze Your Own Codebase

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

Try Supermodel Free