@embedder/embedder 2.0.28 → 2.0.29
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/assets/_commonjsHelpers-CSHRO93D.js +39 -0
- package/assets/cli-Cvo-V2B8.js +115084 -0
- package/assets/devtools-_-GLI3Xv.js +16719 -0
- package/assets/index-BCtIIzI8.js +835 -0
- package/assets/index-V_LktxGl.js +1234 -0
- package/cli.js +35 -1
- package/package.json +1 -1
- package/assets/_commonjsHelpers-C1uRMj_j.js +0 -1
- package/assets/cli-GU89mIx4.js +0 -865
- package/assets/devtools-5eoTYou8.js +0 -20
- package/assets/index-B-Qf7XFz.js +0 -1
- package/assets/index-B3hJUcJE.js +0 -1
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
3
|
+
function getDefaultExportFromCjs(x) {
|
|
4
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
|
|
5
|
+
}
|
|
6
|
+
function getAugmentedNamespace(n) {
|
|
7
|
+
if (Object.prototype.hasOwnProperty.call(n, "__esModule")) return n;
|
|
8
|
+
var f = n.default;
|
|
9
|
+
if (typeof f == "function") {
|
|
10
|
+
var a = function a2() {
|
|
11
|
+
var isInstance = false;
|
|
12
|
+
try {
|
|
13
|
+
isInstance = this instanceof a2;
|
|
14
|
+
} catch {
|
|
15
|
+
}
|
|
16
|
+
if (isInstance) {
|
|
17
|
+
return Reflect.construct(f, arguments, this.constructor);
|
|
18
|
+
}
|
|
19
|
+
return f.apply(this, arguments);
|
|
20
|
+
};
|
|
21
|
+
a.prototype = f.prototype;
|
|
22
|
+
} else a = {};
|
|
23
|
+
Object.defineProperty(a, "__esModule", { value: true });
|
|
24
|
+
Object.keys(n).forEach(function(k) {
|
|
25
|
+
var d = Object.getOwnPropertyDescriptor(n, k);
|
|
26
|
+
Object.defineProperty(a, k, d.get ? d : {
|
|
27
|
+
enumerable: true,
|
|
28
|
+
get: function() {
|
|
29
|
+
return n[k];
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
return a;
|
|
34
|
+
}
|
|
35
|
+
export {
|
|
36
|
+
getAugmentedNamespace as a,
|
|
37
|
+
commonjsGlobal as c,
|
|
38
|
+
getDefaultExportFromCjs as g
|
|
39
|
+
};
|