UNPKG

prepack

Version:

Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.

28 lines (25 loc) 1.33 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultOptions = exports.ReactOutputValues = exports.DiagnosticSeverityValues = exports.InvariantModeValues = exports.CompatibilityValues = void 0; /** * Copyright (c) 2017-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ /* strict-local */ const CompatibilityValues = ["browser", "jsc-600-1-4-17", "mobile", "node-source-maps", "fb-www", "node-react"]; exports.CompatibilityValues = CompatibilityValues; const InvariantModeValues = ["throw", "console.info", "console.warn", "console.error", "nativeLoggingHook+0", "nativeLoggingHook+1", "nativeLoggingHook+2", "nativeLoggingHook+3"]; exports.InvariantModeValues = InvariantModeValues; const DiagnosticSeverityValues = ["FatalError", "RecoverableError", "Warning", "Information"]; exports.DiagnosticSeverityValues = DiagnosticSeverityValues; const ReactOutputValues = ["create-element", "jsx", "bytecode"]; exports.ReactOutputValues = ReactOutputValues; const defaultOptions = {}; exports.defaultOptions = defaultOptions; //# sourceMappingURL=options.js.map