@kubb/core 0.37.27 → 0.37.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/dist/index.global.js +11 -2
- package/dist/index.global.js.map +1 -1
- package/package.json +2 -2
package/dist/index.global.js
CHANGED
|
@@ -2676,9 +2676,9 @@ var kubb = (function (exports) {
|
|
|
2676
2676
|
}
|
|
2677
2677
|
});
|
|
2678
2678
|
|
|
2679
|
-
// ../../node_modules/.pnpm/get-intrinsic@1.
|
|
2679
|
+
// ../../node_modules/.pnpm/get-intrinsic@1.2.0/node_modules/get-intrinsic/index.js
|
|
2680
2680
|
var require_get_intrinsic = __commonJS({
|
|
2681
|
-
"../../node_modules/.pnpm/get-intrinsic@1.
|
|
2681
|
+
"../../node_modules/.pnpm/get-intrinsic@1.2.0/node_modules/get-intrinsic/index.js"(exports, module) {
|
|
2682
2682
|
init_define_process();
|
|
2683
2683
|
var undefined2;
|
|
2684
2684
|
var $SyntaxError = SyntaxError;
|
|
@@ -2731,6 +2731,8 @@ var kubb = (function (exports) {
|
|
|
2731
2731
|
"%AsyncIteratorPrototype%": needsEval,
|
|
2732
2732
|
"%Atomics%": typeof Atomics === "undefined" ? undefined2 : Atomics,
|
|
2733
2733
|
"%BigInt%": typeof BigInt === "undefined" ? undefined2 : BigInt,
|
|
2734
|
+
"%BigInt64Array%": typeof BigInt64Array === "undefined" ? undefined2 : BigInt64Array,
|
|
2735
|
+
"%BigUint64Array%": typeof BigUint64Array === "undefined" ? undefined2 : BigUint64Array,
|
|
2734
2736
|
"%Boolean%": Boolean,
|
|
2735
2737
|
"%DataView%": typeof DataView === "undefined" ? undefined2 : DataView,
|
|
2736
2738
|
"%Date%": Date,
|
|
@@ -2785,6 +2787,13 @@ var kubb = (function (exports) {
|
|
|
2785
2787
|
"%WeakRef%": typeof WeakRef === "undefined" ? undefined2 : WeakRef,
|
|
2786
2788
|
"%WeakSet%": typeof WeakSet === "undefined" ? undefined2 : WeakSet
|
|
2787
2789
|
};
|
|
2790
|
+
try {
|
|
2791
|
+
null.error;
|
|
2792
|
+
} catch (e) {
|
|
2793
|
+
errorProto = getProto(getProto(e));
|
|
2794
|
+
INTRINSICS["%Error.prototype%"] = errorProto;
|
|
2795
|
+
}
|
|
2796
|
+
var errorProto;
|
|
2788
2797
|
var doEval = function doEval2(name2) {
|
|
2789
2798
|
var value;
|
|
2790
2799
|
if (name2 === "%AsyncFunction%") {
|