@tachybase/globals 1.3.15 → 1.3.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +5 -5
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -22,11 +22,11 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
22
22
|
var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
|
|
23
23
|
var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
|
|
24
24
|
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
25
|
-
var
|
|
26
|
-
__export(
|
|
27
|
-
default: () =>
|
|
25
|
+
var index_exports = {};
|
|
26
|
+
__export(index_exports, {
|
|
27
|
+
default: () => index_default
|
|
28
28
|
});
|
|
29
|
-
module.exports = __toCommonJS(
|
|
29
|
+
module.exports = __toCommonJS(index_exports);
|
|
30
30
|
var _id;
|
|
31
31
|
const _TachybaseGlobal = class _TachybaseGlobal {
|
|
32
32
|
// 私有构造函数,防止外部 new
|
|
@@ -73,4 +73,4 @@ const _TachybaseGlobal = class _TachybaseGlobal {
|
|
|
73
73
|
_id = new WeakMap();
|
|
74
74
|
__name(_TachybaseGlobal, "TachybaseGlobal");
|
|
75
75
|
let TachybaseGlobal = _TachybaseGlobal;
|
|
76
|
-
var
|
|
76
|
+
var index_default = TachybaseGlobal;
|