68 lines
1.9 KiB
JavaScript
68 lines
1.9 KiB
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.setCreate = setCreate;
|
|
exports.setEnvironment = setEnvironment;
|
|
exports.setFunctions = setFunctions;
|
|
exports.setJoin = setJoin;
|
|
exports.setLeak = setLeak;
|
|
exports.setPath = setPath;
|
|
exports.setProperties = setProperties;
|
|
exports.setTo = setTo;
|
|
exports.setWiden = setWiden;
|
|
var Create = exports.Create = null; /**
|
|
* 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.
|
|
*/
|
|
|
|
var Environment = exports.Environment = null;
|
|
var Functions = exports.Functions = null;
|
|
var Join = exports.Join = null;
|
|
var Leak = exports.Leak = null;
|
|
var Path = exports.Path = null;
|
|
var Properties = exports.Properties = null;
|
|
var To = exports.To = null;
|
|
var Widen = exports.Widen = null;
|
|
|
|
function setCreate(singleton) {
|
|
exports.Create = Create = singleton;
|
|
}
|
|
|
|
function setEnvironment(singleton) {
|
|
exports.Environment = Environment = singleton;
|
|
}
|
|
|
|
function setFunctions(singleton) {
|
|
exports.Functions = Functions = singleton;
|
|
}
|
|
|
|
function setJoin(singleton) {
|
|
exports.Join = Join = singleton;
|
|
}
|
|
|
|
function setLeak(singleton) {
|
|
exports.Leak = Leak = singleton;
|
|
}
|
|
|
|
function setPath(singleton) {
|
|
exports.Path = Path = singleton;
|
|
}
|
|
|
|
function setProperties(singleton) {
|
|
exports.Properties = Properties = singleton;
|
|
}
|
|
|
|
function setTo(singleton) {
|
|
exports.To = To = singleton;
|
|
}
|
|
|
|
function setWiden(singleton) {
|
|
exports.Widen = Widen = singleton;
|
|
}
|
|
//# sourceMappingURL=singletons.js.map
|