prepack
Version:
Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.
44 lines (33 loc) • 893 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ElementSize = undefined;
var _index = require("./values/index.js");
var _completions = require("./completions.js");
var _environment = require("./environment.js");
var _generator = require("./utils/generator.js");
/**
* 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.
*/
const ElementSize = exports.ElementSize = {
Float32: 4,
Float64: 8,
Int8: 1,
Int16: 2,
Int32: 4,
Uint8: 1,
Uint16: 2,
Uint32: 4,
Uint8Clamped: 1
};
//
//
//
// TODO #26 #712: Promises. All kinds of iterators. Generators.
//# sourceMappingURL=types.js.map