main
js 12 lines 543 Bytes
Raw
1 /**
2 * Copyright (c) Meta Platforms, Inc. and affiliates.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
6 */
7
8 // This is only used by bundle tests so they can *read* the default feature flags.
9 // It lets us determine whether we're running in Fire mode without making tests internal.
10 const ReactFeatureFlags = require('../ReactFeatureFlags');
11 // Forbid writes because this wouldn't work with bundle tests.
12 module.exports = Object.freeze({...ReactFeatureFlags});