SchedulerFeatureFlags.www-dynamic.js — react Source File
Architecture documentation for SchedulerFeatureFlags.www-dynamic.js, a javascript file in the react codebase.
Entity Profile
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.
*/
// In www, these flags are controlled by GKs. Because most GKs have some
// population running in either mode, we should run our tests that way, too,
//
// Use __VARIANT__ to simulate a GK. The tests will be run twice: once
// with the __VARIANT__ set to `true`, and once set to `false`.
export const enableRequestPaint = __VARIANT__;
Source
Frequently Asked Questions
What does SchedulerFeatureFlags.www-dynamic.js do?
SchedulerFeatureFlags.www-dynamic.js is a source file in the react codebase, written in javascript.
Where is SchedulerFeatureFlags.www-dynamic.js in the architecture?
SchedulerFeatureFlags.www-dynamic.js is located at packages/scheduler/src/forks/SchedulerFeatureFlags.www-dynamic.js (directory: packages/scheduler/src/forks).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free