UNPKG

1.14 kBJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.defaultOptions = exports.ReactOutputValues = exports.InvariantModeValues = exports.CompatibilityValues = void 0;
7
8/**
9 * Copyright (c) 2017-present, Facebook, Inc.
10 * All rights reserved.
11 *
12 * This source code is licensed under the BSD-style license found in the
13 * LICENSE file in the root directory of this source tree. An additional grant
14 * of patent rights can be found in the PATENTS file in the same directory.
15 */
16
17/* strict-local */
18const CompatibilityValues = ["browser", "jsc-600-1-4-17", "mobile", "node-source-maps", "fb-www", "node-react"];
19exports.CompatibilityValues = CompatibilityValues;
20const InvariantModeValues = ["throw", "console.info", "console.warn", "console.error", "nativeLoggingHook+0", "nativeLoggingHook+1", "nativeLoggingHook+2", "nativeLoggingHook+3"];
21exports.InvariantModeValues = InvariantModeValues;
22const ReactOutputValues = ["create-element", "jsx", "bytecode"];
23exports.ReactOutputValues = ReactOutputValues;
24const defaultOptions = {};
25exports.defaultOptions = defaultOptions;
26//# sourceMappingURL=options.js.map
\No newline at end of file