@paulirish/trace_engine 0.0.50 → 0.0.52
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/.tmp/tsbuildinfo/tsconfig.tsbuildinfo +1 -1
- package/core/platform/Constructor.d.ts +2 -2
- package/core/platform/Constructor.js.map +1 -1
- package/core/platform/StringUtilities.d.ts +2 -5
- package/core/platform/StringUtilities.js +4 -4
- package/core/platform/StringUtilities.js.map +1 -1
- package/core/platform/TypescriptUtilities.d.ts +1 -1
- package/core/platform/TypescriptUtilities.js +1 -1
- package/core/platform/TypescriptUtilities.js.map +1 -1
- package/core/platform/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/core/platform/platform-tsconfig.json +3 -4
- package/core/platform/platform.d.ts +1 -2
- package/core/platform/platform.js +1 -2
- package/core/platform/platform.js.map +1 -1
- package/generated/protocol.d.ts +306 -62
- package/locales/af.json +63 -3
- package/locales/am.json +63 -3
- package/locales/ar.json +63 -3
- package/locales/as.json +63 -3
- package/locales/az.json +63 -3
- package/locales/be.json +64 -4
- package/locales/bg.json +62 -2
- package/locales/bn.json +63 -3
- package/locales/bs.json +63 -3
- package/locales/ca.json +62 -2
- package/locales/cs.json +62 -2
- package/locales/cy.json +63 -3
- package/locales/da.json +63 -3
- package/locales/de.json +63 -3
- package/locales/el.json +62 -2
- package/locales/en-GB.json +63 -3
- package/locales/en-US.json +58 -22
- package/locales/en-XL.json +58 -22
- package/locales/es-419.json +63 -3
- package/locales/es.json +64 -4
- package/locales/et.json +64 -4
- package/locales/eu.json +79 -19
- package/locales/fa.json +62 -2
- package/locales/fi.json +63 -3
- package/locales/fil.json +63 -3
- package/locales/fr-CA.json +63 -3
- package/locales/fr.json +63 -3
- package/locales/gl.json +62 -2
- package/locales/gu.json +63 -3
- package/locales/he.json +63 -3
- package/locales/hi.json +62 -2
- package/locales/hr.json +63 -3
- package/locales/hu.json +62 -2
- package/locales/hy.json +63 -3
- package/locales/id.json +62 -2
- package/locales/is.json +64 -4
- package/locales/it.json +64 -4
- package/locales/ja.json +63 -3
- package/locales/ka.json +63 -3
- package/locales/kk.json +62 -2
- package/locales/km.json +62 -2
- package/locales/kn.json +63 -3
- package/locales/ko.json +63 -3
- package/locales/ky.json +63 -3
- package/locales/lo.json +63 -3
- package/locales/lt.json +62 -2
- package/locales/lv.json +62 -2
- package/locales/mk.json +62 -2
- package/locales/ml.json +63 -3
- package/locales/mn.json +63 -3
- package/locales/mr.json +64 -4
- package/locales/ms.json +63 -3
- package/locales/my.json +63 -3
- package/locales/ne.json +64 -4
- package/locales/nl.json +63 -3
- package/locales/no.json +62 -2
- package/locales/or.json +63 -3
- package/locales/pa.json +62 -2
- package/locales/pl.json +62 -2
- package/locales/pt-PT.json +62 -2
- package/locales/pt.json +63 -3
- package/locales/ro.json +63 -3
- package/locales/ru.json +63 -3
- package/locales/si.json +63 -3
- package/locales/sk.json +63 -3
- package/locales/sl.json +62 -2
- package/locales/sq.json +63 -3
- package/locales/sr-Latn.json +62 -2
- package/locales/sr.json +62 -2
- package/locales/sv.json +62 -2
- package/locales/sw.json +63 -3
- package/locales/ta.json +66 -6
- package/locales/te.json +63 -3
- package/locales/th.json +63 -3
- package/locales/tr.json +63 -3
- package/locales/uk.json +63 -3
- package/locales/ur.json +64 -4
- package/locales/uz.json +62 -2
- package/locales/vi.json +62 -2
- package/locales/zh-HK.json +63 -3
- package/locales/zh-TW.json +63 -3
- package/locales/zh.json +62 -2
- package/locales/zu.json +63 -3
- package/models/cpu_profile/CPUProfileDataModel.d.ts +8 -0
- package/models/cpu_profile/CPUProfileDataModel.js.map +1 -1
- package/models/cpu_profile/cpu_profile-tsconfig.json +3 -3
- package/models/cpu_profile/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/Processor.d.ts +1 -1
- package/models/trace/Processor.js +94 -74
- package/models/trace/Processor.js.map +1 -1
- package/models/trace/TracingManager.js.map +1 -1
- package/models/trace/bundle-tsconfig.json +1 -1
- package/models/trace/devtools_entrypoint-bundle-typescript-tsconfig.json +21 -3
- package/models/trace/extras/ScriptDuplication.d.ts +15 -16
- package/models/trace/extras/ScriptDuplication.js +63 -79
- package/models/trace/extras/ScriptDuplication.js.map +1 -1
- package/models/trace/extras/StackTraceForEvent.js +80 -47
- package/models/trace/extras/StackTraceForEvent.js.map +1 -1
- package/models/trace/extras/ThirdParties.d.ts +14 -20
- package/models/trace/extras/ThirdParties.js +97 -130
- package/models/trace/extras/ThirdParties.js.map +1 -1
- package/models/trace/extras/TraceTree.d.ts +15 -3
- package/models/trace/extras/TraceTree.js +36 -8
- package/models/trace/extras/TraceTree.js.map +1 -1
- package/models/trace/extras/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/extras/extras-tsconfig.json +3 -3
- package/models/trace/extras/extras.d.ts +1029 -844
- package/models/trace/extras/extras.js +1029 -844
- package/models/trace/handlers/AsyncJSCallsHandler.d.ts +5 -0
- package/models/trace/handlers/AsyncJSCallsHandler.js +48 -13
- package/models/trace/handlers/AsyncJSCallsHandler.js.map +1 -1
- package/models/trace/handlers/InvalidationsHandler.js +1 -0
- package/models/trace/handlers/InvalidationsHandler.js.map +1 -1
- package/models/trace/handlers/ModelHandlers.d.ts +0 -1
- package/models/trace/handlers/ModelHandlers.js +0 -1
- package/models/trace/handlers/ModelHandlers.js.map +1 -1
- package/models/trace/handlers/NetworkRequestsHandler.js +1 -1
- package/models/trace/handlers/NetworkRequestsHandler.js.map +1 -1
- package/models/trace/handlers/RendererHandler.d.ts +1 -1
- package/models/trace/handlers/RendererHandler.js +2 -2
- package/models/trace/handlers/RendererHandler.js.map +1 -1
- package/models/trace/handlers/ScreenshotsHandler.js +4 -1
- package/models/trace/handlers/ScreenshotsHandler.js.map +1 -1
- package/models/trace/handlers/ScriptsHandler.d.ts +12 -0
- package/models/trace/handlers/ScriptsHandler.js +99 -1
- package/models/trace/handlers/ScriptsHandler.js.map +1 -1
- package/models/trace/handlers/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/handlers/handlers-tsconfig.json +3 -4
- package/models/trace/handlers/helpers.js +9 -0
- package/models/trace/handlers/helpers.js.map +1 -1
- package/models/trace/helpers/Network.d.ts +5 -0
- package/models/trace/helpers/Network.js +17 -0
- package/models/trace/helpers/Network.js.map +1 -1
- package/models/trace/helpers/SamplesIntegrator.js +19 -23
- package/models/trace/helpers/SamplesIntegrator.js.map +1 -1
- package/models/trace/helpers/SyntheticEvents.d.ts +0 -1
- package/models/trace/helpers/SyntheticEvents.js +0 -4
- package/models/trace/helpers/SyntheticEvents.js.map +1 -1
- package/models/trace/helpers/Trace.d.ts +2 -1
- package/models/trace/helpers/Trace.js +101 -1
- package/models/trace/helpers/Trace.js.map +1 -1
- package/models/trace/helpers/TreeHelpers.d.ts +2 -5
- package/models/trace/helpers/TreeHelpers.js +0 -4
- package/models/trace/helpers/TreeHelpers.js.map +1 -1
- package/models/trace/helpers/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/helpers/helpers-tsconfig.json +3 -3
- package/models/trace/insights/CLSCulprits.d.ts +6 -1
- package/models/trace/insights/CLSCulprits.js +11 -2
- package/models/trace/insights/CLSCulprits.js.map +1 -1
- package/models/trace/insights/{UseCache.d.ts → Cache.d.ts} +2 -3
- package/models/trace/insights/{UseCache.js → Cache.js} +12 -6
- package/models/trace/insights/Cache.js.map +1 -0
- package/models/trace/insights/Common.d.ts +21 -2
- package/models/trace/insights/Common.js +89 -2
- package/models/trace/insights/Common.js.map +1 -1
- package/models/trace/insights/DocumentLatency.js +3 -8
- package/models/trace/insights/DocumentLatency.js.map +1 -1
- package/models/trace/insights/DuplicatedJavaScript.d.ts +7 -4
- package/models/trace/insights/DuplicatedJavaScript.js +31 -5
- package/models/trace/insights/DuplicatedJavaScript.js.map +1 -1
- package/models/trace/insights/ForcedReflow.d.ts +5 -1
- package/models/trace/insights/ForcedReflow.js +6 -2
- package/models/trace/insights/ForcedReflow.js.map +1 -1
- package/models/trace/insights/ImageDelivery.d.ts +0 -1
- package/models/trace/insights/ImageDelivery.js +1 -1
- package/models/trace/insights/ImageDelivery.js.map +1 -1
- package/models/trace/insights/InteractionToNextPaint.d.ts +1 -0
- package/models/trace/insights/InteractionToNextPaint.js +3 -0
- package/models/trace/insights/InteractionToNextPaint.js.map +1 -1
- package/models/trace/insights/LegacyJavaScript.d.ts +32 -0
- package/models/trace/insights/LegacyJavaScript.js +80 -0
- package/models/trace/insights/LegacyJavaScript.js.map +1 -0
- package/models/trace/insights/Models.d.ts +3 -1
- package/models/trace/insights/Models.js +3 -1
- package/models/trace/insights/Models.js.map +1 -1
- package/models/trace/insights/ModernHTTP.d.ts +51 -0
- package/models/trace/insights/ModernHTTP.js +187 -0
- package/models/trace/insights/ModernHTTP.js.map +1 -0
- package/models/trace/insights/NetworkDependencyTree.js +1 -1
- package/models/trace/insights/NetworkDependencyTree.js.map +1 -1
- package/models/trace/insights/ThirdParties.d.ts +1 -5
- package/models/trace/insights/ThirdParties.js +8 -21
- package/models/trace/insights/ThirdParties.js.map +1 -1
- package/models/trace/insights/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/insights/insights-tsconfig.json +9 -4
- package/models/trace/insights/types.d.ts +10 -0
- package/models/trace/insights/types.js.map +1 -1
- package/models/trace/lantern/core/core-tsconfig.json +3 -3
- package/models/trace/lantern/core/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/lantern/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/lantern/graph/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/lantern/graph/graph-tsconfig.json +3 -3
- package/models/trace/lantern/lantern-tsconfig.json +3 -3
- package/models/trace/lantern/metrics/Metric.d.ts +4 -4
- package/models/trace/lantern/metrics/Metric.js +4 -6
- package/models/trace/lantern/metrics/Metric.js.map +1 -1
- package/models/trace/lantern/metrics/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/lantern/metrics/metrics-tsconfig.json +3 -3
- package/models/trace/lantern/simulation/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/lantern/simulation/simulation-tsconfig.json +3 -3
- package/models/trace/lantern/types/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/lantern/types/types-tsconfig.json +3 -3
- package/models/trace/trace-tsconfig.json +3 -3
- package/models/trace/types/Configuration.d.ts +2 -0
- package/models/trace/types/Configuration.js.map +1 -1
- package/models/trace/types/TraceEvents.d.ts +30 -54
- package/models/trace/types/TraceEvents.js +8 -23
- package/models/trace/types/TraceEvents.js.map +1 -1
- package/models/trace/types/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/types/types-tsconfig.json +3 -3
- package/package.json +3 -2
- package/test/test-trace-engine.mjs +19 -17
- package/third_party/legacy-javascript/legacy-javascript.d.ts +1 -0
- package/third_party/legacy-javascript/legacy-javascript.js +1 -0
- package/core/platform/ServerTiming.d.ts +0 -31
- package/core/platform/ServerTiming.js +0 -212
- package/core/platform/ServerTiming.js.map +0 -1
- package/models/trace/handlers/ServerTimingsHandler.d.ts +0 -9
- package/models/trace/handlers/ServerTimingsHandler.js +0 -106
- package/models/trace/handlers/ServerTimingsHandler.js.map +0 -1
- package/models/trace/insights/UseCache.js.map +0 -1
|
@@ -17,7 +17,11 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
17
17
|
//
|
|
18
18
|
// where tmp.js is:
|
|
19
19
|
//
|
|
20
|
+
// import 'es-iterator-helpers/Iterator.prototype.find/auto';
|
|
20
21
|
// import 'es-iterator-helpers/Iterator.prototype.flatMap/auto';
|
|
22
|
+
// import 'es-iterator-helpers/Iterator.prototype.map/auto';
|
|
23
|
+
// import 'es-iterator-helpers/Iterator.prototype.reduce/auto';
|
|
24
|
+
// import 'es-iterator-helpers/Iterator.prototype.toArray/auto';
|
|
21
25
|
|
|
22
26
|
"use strict";
|
|
23
27
|
(() => {
|
|
@@ -594,9 +598,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
594
598
|
}
|
|
595
599
|
});
|
|
596
600
|
|
|
597
|
-
// node_modules/
|
|
601
|
+
// node_modules/function-bind/implementation.js
|
|
598
602
|
var require_implementation2 = __commonJS({
|
|
599
|
-
"node_modules/
|
|
603
|
+
"node_modules/function-bind/implementation.js"(exports, module) {
|
|
600
604
|
"use strict";
|
|
601
605
|
var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
|
|
602
606
|
var toStr = Object.prototype.toString;
|
|
@@ -670,9 +674,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
670
674
|
}
|
|
671
675
|
});
|
|
672
676
|
|
|
673
|
-
// node_modules/
|
|
677
|
+
// node_modules/function-bind/index.js
|
|
674
678
|
var require_function_bind = __commonJS({
|
|
675
|
-
"node_modules/
|
|
679
|
+
"node_modules/function-bind/index.js"(exports, module) {
|
|
676
680
|
"use strict";
|
|
677
681
|
var implementation = require_implementation2();
|
|
678
682
|
module.exports = Function.prototype.bind || implementation;
|
|
@@ -783,183 +787,13 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
783
787
|
}
|
|
784
788
|
});
|
|
785
789
|
|
|
786
|
-
// node_modules/get-intrinsic/node_modules/function-bind/implementation.js
|
|
787
|
-
var require_implementation3 = __commonJS({
|
|
788
|
-
"node_modules/get-intrinsic/node_modules/function-bind/implementation.js"(exports, module) {
|
|
789
|
-
"use strict";
|
|
790
|
-
var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
|
|
791
|
-
var toStr = Object.prototype.toString;
|
|
792
|
-
var max = Math.max;
|
|
793
|
-
var funcType = "[object Function]";
|
|
794
|
-
var concatty = function concatty2(a, b) {
|
|
795
|
-
var arr = [];
|
|
796
|
-
for (var i = 0; i < a.length; i += 1) {
|
|
797
|
-
arr[i] = a[i];
|
|
798
|
-
}
|
|
799
|
-
for (var j = 0; j < b.length; j += 1) {
|
|
800
|
-
arr[j + a.length] = b[j];
|
|
801
|
-
}
|
|
802
|
-
return arr;
|
|
803
|
-
};
|
|
804
|
-
var slicy = function slicy2(arrLike, offset) {
|
|
805
|
-
var arr = [];
|
|
806
|
-
for (var i = offset || 0, j = 0; i < arrLike.length; i += 1, j += 1) {
|
|
807
|
-
arr[j] = arrLike[i];
|
|
808
|
-
}
|
|
809
|
-
return arr;
|
|
810
|
-
};
|
|
811
|
-
var joiny = function(arr, joiner) {
|
|
812
|
-
var str = "";
|
|
813
|
-
for (var i = 0; i < arr.length; i += 1) {
|
|
814
|
-
str += arr[i];
|
|
815
|
-
if (i + 1 < arr.length) {
|
|
816
|
-
str += joiner;
|
|
817
|
-
}
|
|
818
|
-
}
|
|
819
|
-
return str;
|
|
820
|
-
};
|
|
821
|
-
module.exports = function bind(that) {
|
|
822
|
-
var target = this;
|
|
823
|
-
if (typeof target !== "function" || toStr.apply(target) !== funcType) {
|
|
824
|
-
throw new TypeError(ERROR_MESSAGE + target);
|
|
825
|
-
}
|
|
826
|
-
var args = slicy(arguments, 1);
|
|
827
|
-
var bound;
|
|
828
|
-
var binder = function() {
|
|
829
|
-
if (this instanceof bound) {
|
|
830
|
-
var result = target.apply(
|
|
831
|
-
this,
|
|
832
|
-
concatty(args, arguments)
|
|
833
|
-
);
|
|
834
|
-
if (Object(result) === result) {
|
|
835
|
-
return result;
|
|
836
|
-
}
|
|
837
|
-
return this;
|
|
838
|
-
}
|
|
839
|
-
return target.apply(
|
|
840
|
-
that,
|
|
841
|
-
concatty(args, arguments)
|
|
842
|
-
);
|
|
843
|
-
};
|
|
844
|
-
var boundLength = max(0, target.length - args.length);
|
|
845
|
-
var boundArgs = [];
|
|
846
|
-
for (var i = 0; i < boundLength; i++) {
|
|
847
|
-
boundArgs[i] = "$" + i;
|
|
848
|
-
}
|
|
849
|
-
bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder);
|
|
850
|
-
if (target.prototype) {
|
|
851
|
-
var Empty = function Empty2() {
|
|
852
|
-
};
|
|
853
|
-
Empty.prototype = target.prototype;
|
|
854
|
-
bound.prototype = new Empty();
|
|
855
|
-
Empty.prototype = null;
|
|
856
|
-
}
|
|
857
|
-
return bound;
|
|
858
|
-
};
|
|
859
|
-
}
|
|
860
|
-
});
|
|
861
|
-
|
|
862
|
-
// node_modules/get-intrinsic/node_modules/function-bind/index.js
|
|
863
|
-
var require_function_bind2 = __commonJS({
|
|
864
|
-
"node_modules/get-intrinsic/node_modules/function-bind/index.js"(exports, module) {
|
|
865
|
-
"use strict";
|
|
866
|
-
var implementation = require_implementation3();
|
|
867
|
-
module.exports = Function.prototype.bind || implementation;
|
|
868
|
-
}
|
|
869
|
-
});
|
|
870
|
-
|
|
871
|
-
// node_modules/hasown/node_modules/function-bind/implementation.js
|
|
872
|
-
var require_implementation4 = __commonJS({
|
|
873
|
-
"node_modules/hasown/node_modules/function-bind/implementation.js"(exports, module) {
|
|
874
|
-
"use strict";
|
|
875
|
-
var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
|
|
876
|
-
var toStr = Object.prototype.toString;
|
|
877
|
-
var max = Math.max;
|
|
878
|
-
var funcType = "[object Function]";
|
|
879
|
-
var concatty = function concatty2(a, b) {
|
|
880
|
-
var arr = [];
|
|
881
|
-
for (var i = 0; i < a.length; i += 1) {
|
|
882
|
-
arr[i] = a[i];
|
|
883
|
-
}
|
|
884
|
-
for (var j = 0; j < b.length; j += 1) {
|
|
885
|
-
arr[j + a.length] = b[j];
|
|
886
|
-
}
|
|
887
|
-
return arr;
|
|
888
|
-
};
|
|
889
|
-
var slicy = function slicy2(arrLike, offset) {
|
|
890
|
-
var arr = [];
|
|
891
|
-
for (var i = offset || 0, j = 0; i < arrLike.length; i += 1, j += 1) {
|
|
892
|
-
arr[j] = arrLike[i];
|
|
893
|
-
}
|
|
894
|
-
return arr;
|
|
895
|
-
};
|
|
896
|
-
var joiny = function(arr, joiner) {
|
|
897
|
-
var str = "";
|
|
898
|
-
for (var i = 0; i < arr.length; i += 1) {
|
|
899
|
-
str += arr[i];
|
|
900
|
-
if (i + 1 < arr.length) {
|
|
901
|
-
str += joiner;
|
|
902
|
-
}
|
|
903
|
-
}
|
|
904
|
-
return str;
|
|
905
|
-
};
|
|
906
|
-
module.exports = function bind(that) {
|
|
907
|
-
var target = this;
|
|
908
|
-
if (typeof target !== "function" || toStr.apply(target) !== funcType) {
|
|
909
|
-
throw new TypeError(ERROR_MESSAGE + target);
|
|
910
|
-
}
|
|
911
|
-
var args = slicy(arguments, 1);
|
|
912
|
-
var bound;
|
|
913
|
-
var binder = function() {
|
|
914
|
-
if (this instanceof bound) {
|
|
915
|
-
var result = target.apply(
|
|
916
|
-
this,
|
|
917
|
-
concatty(args, arguments)
|
|
918
|
-
);
|
|
919
|
-
if (Object(result) === result) {
|
|
920
|
-
return result;
|
|
921
|
-
}
|
|
922
|
-
return this;
|
|
923
|
-
}
|
|
924
|
-
return target.apply(
|
|
925
|
-
that,
|
|
926
|
-
concatty(args, arguments)
|
|
927
|
-
);
|
|
928
|
-
};
|
|
929
|
-
var boundLength = max(0, target.length - args.length);
|
|
930
|
-
var boundArgs = [];
|
|
931
|
-
for (var i = 0; i < boundLength; i++) {
|
|
932
|
-
boundArgs[i] = "$" + i;
|
|
933
|
-
}
|
|
934
|
-
bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder);
|
|
935
|
-
if (target.prototype) {
|
|
936
|
-
var Empty = function Empty2() {
|
|
937
|
-
};
|
|
938
|
-
Empty.prototype = target.prototype;
|
|
939
|
-
bound.prototype = new Empty();
|
|
940
|
-
Empty.prototype = null;
|
|
941
|
-
}
|
|
942
|
-
return bound;
|
|
943
|
-
};
|
|
944
|
-
}
|
|
945
|
-
});
|
|
946
|
-
|
|
947
|
-
// node_modules/hasown/node_modules/function-bind/index.js
|
|
948
|
-
var require_function_bind3 = __commonJS({
|
|
949
|
-
"node_modules/hasown/node_modules/function-bind/index.js"(exports, module) {
|
|
950
|
-
"use strict";
|
|
951
|
-
var implementation = require_implementation4();
|
|
952
|
-
module.exports = Function.prototype.bind || implementation;
|
|
953
|
-
}
|
|
954
|
-
});
|
|
955
|
-
|
|
956
790
|
// node_modules/hasown/index.js
|
|
957
791
|
var require_hasown = __commonJS({
|
|
958
792
|
"node_modules/hasown/index.js"(exports, module) {
|
|
959
793
|
"use strict";
|
|
960
794
|
var call = Function.prototype.call;
|
|
961
795
|
var $hasOwn = Object.prototype.hasOwnProperty;
|
|
962
|
-
var bind =
|
|
796
|
+
var bind = require_function_bind();
|
|
963
797
|
module.exports = bind.call(call, $hasOwn);
|
|
964
798
|
}
|
|
965
799
|
});
|
|
@@ -1185,7 +1019,7 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
1185
1019
|
"%WeakMapPrototype%": ["WeakMap", "prototype"],
|
|
1186
1020
|
"%WeakSetPrototype%": ["WeakSet", "prototype"]
|
|
1187
1021
|
};
|
|
1188
|
-
var bind =
|
|
1022
|
+
var bind = require_function_bind();
|
|
1189
1023
|
var hasOwn = require_hasown();
|
|
1190
1024
|
var $concat = bind.call($call, Array.prototype.concat);
|
|
1191
1025
|
var $spliceApply = bind.call($apply, Array.prototype.splice);
|
|
@@ -1271,7 +1105,7 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
1271
1105
|
if (!allowMissing) {
|
|
1272
1106
|
throw new $TypeError("base intrinsic for " + name + " exists, but the property is not available.");
|
|
1273
1107
|
}
|
|
1274
|
-
return void
|
|
1108
|
+
return void undefined2;
|
|
1275
1109
|
}
|
|
1276
1110
|
if ($gOPD && i + 1 >= parts.length) {
|
|
1277
1111
|
var desc = $gOPD(value, part);
|
|
@@ -1318,9 +1152,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
1318
1152
|
}
|
|
1319
1153
|
});
|
|
1320
1154
|
|
|
1321
|
-
// node_modules/es-
|
|
1155
|
+
// node_modules/es-abstract/helpers/IsArray.js
|
|
1322
1156
|
var require_IsArray = __commonJS({
|
|
1323
|
-
"node_modules/es-
|
|
1157
|
+
"node_modules/es-abstract/helpers/IsArray.js"(exports, module) {
|
|
1324
1158
|
"use strict";
|
|
1325
1159
|
var GetIntrinsic = require_get_intrinsic();
|
|
1326
1160
|
var $Array = GetIntrinsic("%Array%");
|
|
@@ -1331,17 +1165,17 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
1331
1165
|
}
|
|
1332
1166
|
});
|
|
1333
1167
|
|
|
1334
|
-
// node_modules/es-
|
|
1168
|
+
// node_modules/es-abstract/2024/IsArray.js
|
|
1335
1169
|
var require_IsArray2 = __commonJS({
|
|
1336
|
-
"node_modules/es-
|
|
1170
|
+
"node_modules/es-abstract/2024/IsArray.js"(exports, module) {
|
|
1337
1171
|
"use strict";
|
|
1338
1172
|
module.exports = require_IsArray();
|
|
1339
1173
|
}
|
|
1340
1174
|
});
|
|
1341
1175
|
|
|
1342
|
-
// node_modules/es-
|
|
1176
|
+
// node_modules/es-abstract/2024/Call.js
|
|
1343
1177
|
var require_Call = __commonJS({
|
|
1344
|
-
"node_modules/es-
|
|
1178
|
+
"node_modules/es-abstract/2024/Call.js"(exports, module) {
|
|
1345
1179
|
"use strict";
|
|
1346
1180
|
var GetIntrinsic = require_get_intrinsic();
|
|
1347
1181
|
var callBound = require_call_bound();
|
|
@@ -1895,62 +1729,291 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
1895
1729
|
}
|
|
1896
1730
|
});
|
|
1897
1731
|
|
|
1898
|
-
// node_modules/
|
|
1899
|
-
var
|
|
1900
|
-
"node_modules/
|
|
1732
|
+
// node_modules/es-abstract/helpers/isObject.js
|
|
1733
|
+
var require_isObject = __commonJS({
|
|
1734
|
+
"node_modules/es-abstract/helpers/isObject.js"(exports, module) {
|
|
1735
|
+
"use strict";
|
|
1736
|
+
module.exports = function isObject(x) {
|
|
1737
|
+
return !!x && (typeof x === "function" || typeof x === "object");
|
|
1738
|
+
};
|
|
1739
|
+
}
|
|
1740
|
+
});
|
|
1741
|
+
|
|
1742
|
+
// node_modules/es-abstract/helpers/isPropertyKey.js
|
|
1743
|
+
var require_isPropertyKey = __commonJS({
|
|
1744
|
+
"node_modules/es-abstract/helpers/isPropertyKey.js"(exports, module) {
|
|
1745
|
+
"use strict";
|
|
1746
|
+
module.exports = function isPropertyKey(argument) {
|
|
1747
|
+
return typeof argument === "string" || typeof argument === "symbol";
|
|
1748
|
+
};
|
|
1749
|
+
}
|
|
1750
|
+
});
|
|
1751
|
+
|
|
1752
|
+
// node_modules/es-abstract/2024/Get.js
|
|
1753
|
+
var require_Get = __commonJS({
|
|
1754
|
+
"node_modules/es-abstract/2024/Get.js"(exports, module) {
|
|
1901
1755
|
"use strict";
|
|
1902
|
-
var inspect = require_object_inspect();
|
|
1903
1756
|
var $TypeError = require_type();
|
|
1904
|
-
var
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
if (!isDelete) {
|
|
1911
|
-
curr.next = /** @type {NonNullable<typeof list.next>} */
|
|
1912
|
-
list.next;
|
|
1913
|
-
list.next = curr;
|
|
1914
|
-
}
|
|
1915
|
-
return curr;
|
|
1916
|
-
}
|
|
1757
|
+
var inspect = require_object_inspect();
|
|
1758
|
+
var isObject = require_isObject();
|
|
1759
|
+
var isPropertyKey = require_isPropertyKey();
|
|
1760
|
+
module.exports = function Get(O, P) {
|
|
1761
|
+
if (!isObject(O)) {
|
|
1762
|
+
throw new $TypeError("Assertion failed: Type(O) is not Object");
|
|
1917
1763
|
}
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
if (!objects) {
|
|
1921
|
-
return void 0;
|
|
1764
|
+
if (!isPropertyKey(P)) {
|
|
1765
|
+
throw new $TypeError("Assertion failed: P is not a Property Key, got " + inspect(P));
|
|
1922
1766
|
}
|
|
1923
|
-
|
|
1924
|
-
return node && node.value;
|
|
1767
|
+
return O[P];
|
|
1925
1768
|
};
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
};
|
|
1769
|
+
}
|
|
1770
|
+
});
|
|
1771
|
+
|
|
1772
|
+
// node_modules/es-abstract/5/Type.js
|
|
1773
|
+
var require_Type = __commonJS({
|
|
1774
|
+
"node_modules/es-abstract/5/Type.js"(exports, module) {
|
|
1775
|
+
"use strict";
|
|
1776
|
+
var isObject = require_isObject();
|
|
1777
|
+
module.exports = function Type(x) {
|
|
1778
|
+
if (x === null) {
|
|
1779
|
+
return "Null";
|
|
1938
1780
|
}
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
if (!objects) {
|
|
1942
|
-
return false;
|
|
1781
|
+
if (typeof x === "undefined") {
|
|
1782
|
+
return "Undefined";
|
|
1943
1783
|
}
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
if (
|
|
1948
|
-
return
|
|
1784
|
+
if (isObject(x)) {
|
|
1785
|
+
return "Object";
|
|
1786
|
+
}
|
|
1787
|
+
if (typeof x === "number") {
|
|
1788
|
+
return "Number";
|
|
1789
|
+
}
|
|
1790
|
+
if (typeof x === "boolean") {
|
|
1791
|
+
return "Boolean";
|
|
1792
|
+
}
|
|
1793
|
+
if (typeof x === "string") {
|
|
1794
|
+
return "String";
|
|
1949
1795
|
}
|
|
1950
1796
|
};
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1797
|
+
}
|
|
1798
|
+
});
|
|
1799
|
+
|
|
1800
|
+
// node_modules/es-abstract/2024/Type.js
|
|
1801
|
+
var require_Type2 = __commonJS({
|
|
1802
|
+
"node_modules/es-abstract/2024/Type.js"(exports, module) {
|
|
1803
|
+
"use strict";
|
|
1804
|
+
var ES5Type = require_Type();
|
|
1805
|
+
module.exports = function Type(x) {
|
|
1806
|
+
if (typeof x === "symbol") {
|
|
1807
|
+
return "Symbol";
|
|
1808
|
+
}
|
|
1809
|
+
if (typeof x === "bigint") {
|
|
1810
|
+
return "BigInt";
|
|
1811
|
+
}
|
|
1812
|
+
return ES5Type(x);
|
|
1813
|
+
};
|
|
1814
|
+
}
|
|
1815
|
+
});
|
|
1816
|
+
|
|
1817
|
+
// node_modules/es-iterator-helpers/aos/GetIteratorDirect.js
|
|
1818
|
+
var require_GetIteratorDirect = __commonJS({
|
|
1819
|
+
"node_modules/es-iterator-helpers/aos/GetIteratorDirect.js"(exports, module) {
|
|
1820
|
+
"use strict";
|
|
1821
|
+
var $TypeError = require_type();
|
|
1822
|
+
var Get = require_Get();
|
|
1823
|
+
var Type = require_Type2();
|
|
1824
|
+
module.exports = function GetIteratorDirect(obj) {
|
|
1825
|
+
if (Type(obj) !== "Object") {
|
|
1826
|
+
throw new $TypeError("Assertion failed: `obj` must be an Object");
|
|
1827
|
+
}
|
|
1828
|
+
var nextMethod = Get(obj, "next");
|
|
1829
|
+
var iteratorRecord = { "[[Iterator]]": obj, "[[NextMethod]]": nextMethod, "[[Done]]": false };
|
|
1830
|
+
return iteratorRecord;
|
|
1831
|
+
};
|
|
1832
|
+
}
|
|
1833
|
+
});
|
|
1834
|
+
|
|
1835
|
+
// node_modules/is-callable/index.js
|
|
1836
|
+
var require_is_callable = __commonJS({
|
|
1837
|
+
"node_modules/is-callable/index.js"(exports, module) {
|
|
1838
|
+
"use strict";
|
|
1839
|
+
var fnToStr = Function.prototype.toString;
|
|
1840
|
+
var reflectApply = typeof Reflect === "object" && Reflect !== null && Reflect.apply;
|
|
1841
|
+
var badArrayLike;
|
|
1842
|
+
var isCallableMarker;
|
|
1843
|
+
if (typeof reflectApply === "function" && typeof Object.defineProperty === "function") {
|
|
1844
|
+
try {
|
|
1845
|
+
badArrayLike = Object.defineProperty({}, "length", {
|
|
1846
|
+
get: function() {
|
|
1847
|
+
throw isCallableMarker;
|
|
1848
|
+
}
|
|
1849
|
+
});
|
|
1850
|
+
isCallableMarker = {};
|
|
1851
|
+
reflectApply(function() {
|
|
1852
|
+
throw 42;
|
|
1853
|
+
}, null, badArrayLike);
|
|
1854
|
+
} catch (_) {
|
|
1855
|
+
if (_ !== isCallableMarker) {
|
|
1856
|
+
reflectApply = null;
|
|
1857
|
+
}
|
|
1858
|
+
}
|
|
1859
|
+
} else {
|
|
1860
|
+
reflectApply = null;
|
|
1861
|
+
}
|
|
1862
|
+
var constructorRegex = /^\s*class\b/;
|
|
1863
|
+
var isES6ClassFn = function isES6ClassFunction(value) {
|
|
1864
|
+
try {
|
|
1865
|
+
var fnStr = fnToStr.call(value);
|
|
1866
|
+
return constructorRegex.test(fnStr);
|
|
1867
|
+
} catch (e) {
|
|
1868
|
+
return false;
|
|
1869
|
+
}
|
|
1870
|
+
};
|
|
1871
|
+
var tryFunctionObject = function tryFunctionToStr(value) {
|
|
1872
|
+
try {
|
|
1873
|
+
if (isES6ClassFn(value)) {
|
|
1874
|
+
return false;
|
|
1875
|
+
}
|
|
1876
|
+
fnToStr.call(value);
|
|
1877
|
+
return true;
|
|
1878
|
+
} catch (e) {
|
|
1879
|
+
return false;
|
|
1880
|
+
}
|
|
1881
|
+
};
|
|
1882
|
+
var toStr = Object.prototype.toString;
|
|
1883
|
+
var objectClass = "[object Object]";
|
|
1884
|
+
var fnClass = "[object Function]";
|
|
1885
|
+
var genClass = "[object GeneratorFunction]";
|
|
1886
|
+
var ddaClass = "[object HTMLAllCollection]";
|
|
1887
|
+
var ddaClass2 = "[object HTML document.all class]";
|
|
1888
|
+
var ddaClass3 = "[object HTMLCollection]";
|
|
1889
|
+
var hasToStringTag = typeof Symbol === "function" && !!Symbol.toStringTag;
|
|
1890
|
+
var isIE68 = !(0 in [,]);
|
|
1891
|
+
var isDDA = function isDocumentDotAll() {
|
|
1892
|
+
return false;
|
|
1893
|
+
};
|
|
1894
|
+
if (typeof document === "object") {
|
|
1895
|
+
all = document.all;
|
|
1896
|
+
if (toStr.call(all) === toStr.call(document.all)) {
|
|
1897
|
+
isDDA = function isDocumentDotAll(value) {
|
|
1898
|
+
if ((isIE68 || !value) && (typeof value === "undefined" || typeof value === "object")) {
|
|
1899
|
+
try {
|
|
1900
|
+
var str = toStr.call(value);
|
|
1901
|
+
return (str === ddaClass || str === ddaClass2 || str === ddaClass3 || str === objectClass) && value("") == null;
|
|
1902
|
+
} catch (e) {
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
return false;
|
|
1906
|
+
};
|
|
1907
|
+
}
|
|
1908
|
+
}
|
|
1909
|
+
var all;
|
|
1910
|
+
module.exports = reflectApply ? function isCallable(value) {
|
|
1911
|
+
if (isDDA(value)) {
|
|
1912
|
+
return true;
|
|
1913
|
+
}
|
|
1914
|
+
if (!value) {
|
|
1915
|
+
return false;
|
|
1916
|
+
}
|
|
1917
|
+
if (typeof value !== "function" && typeof value !== "object") {
|
|
1918
|
+
return false;
|
|
1919
|
+
}
|
|
1920
|
+
try {
|
|
1921
|
+
reflectApply(value, null, badArrayLike);
|
|
1922
|
+
} catch (e) {
|
|
1923
|
+
if (e !== isCallableMarker) {
|
|
1924
|
+
return false;
|
|
1925
|
+
}
|
|
1926
|
+
}
|
|
1927
|
+
return !isES6ClassFn(value) && tryFunctionObject(value);
|
|
1928
|
+
} : function isCallable(value) {
|
|
1929
|
+
if (isDDA(value)) {
|
|
1930
|
+
return true;
|
|
1931
|
+
}
|
|
1932
|
+
if (!value) {
|
|
1933
|
+
return false;
|
|
1934
|
+
}
|
|
1935
|
+
if (typeof value !== "function" && typeof value !== "object") {
|
|
1936
|
+
return false;
|
|
1937
|
+
}
|
|
1938
|
+
if (hasToStringTag) {
|
|
1939
|
+
return tryFunctionObject(value);
|
|
1940
|
+
}
|
|
1941
|
+
if (isES6ClassFn(value)) {
|
|
1942
|
+
return false;
|
|
1943
|
+
}
|
|
1944
|
+
var strClass = toStr.call(value);
|
|
1945
|
+
if (strClass !== fnClass && strClass !== genClass && !/^\[object HTML/.test(strClass)) {
|
|
1946
|
+
return false;
|
|
1947
|
+
}
|
|
1948
|
+
return tryFunctionObject(value);
|
|
1949
|
+
};
|
|
1950
|
+
}
|
|
1951
|
+
});
|
|
1952
|
+
|
|
1953
|
+
// node_modules/es-abstract/2024/IsCallable.js
|
|
1954
|
+
var require_IsCallable = __commonJS({
|
|
1955
|
+
"node_modules/es-abstract/2024/IsCallable.js"(exports, module) {
|
|
1956
|
+
"use strict";
|
|
1957
|
+
module.exports = require_is_callable();
|
|
1958
|
+
}
|
|
1959
|
+
});
|
|
1960
|
+
|
|
1961
|
+
// node_modules/side-channel-list/index.js
|
|
1962
|
+
var require_side_channel_list = __commonJS({
|
|
1963
|
+
"node_modules/side-channel-list/index.js"(exports, module) {
|
|
1964
|
+
"use strict";
|
|
1965
|
+
var inspect = require_object_inspect();
|
|
1966
|
+
var $TypeError = require_type();
|
|
1967
|
+
var listGetNode = function(list, key, isDelete) {
|
|
1968
|
+
var prev = list;
|
|
1969
|
+
var curr;
|
|
1970
|
+
for (; (curr = prev.next) != null; prev = curr) {
|
|
1971
|
+
if (curr.key === key) {
|
|
1972
|
+
prev.next = curr.next;
|
|
1973
|
+
if (!isDelete) {
|
|
1974
|
+
curr.next = /** @type {NonNullable<typeof list.next>} */
|
|
1975
|
+
list.next;
|
|
1976
|
+
list.next = curr;
|
|
1977
|
+
}
|
|
1978
|
+
return curr;
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
};
|
|
1982
|
+
var listGet = function(objects, key) {
|
|
1983
|
+
if (!objects) {
|
|
1984
|
+
return void 0;
|
|
1985
|
+
}
|
|
1986
|
+
var node = listGetNode(objects, key);
|
|
1987
|
+
return node && node.value;
|
|
1988
|
+
};
|
|
1989
|
+
var listSet = function(objects, key, value) {
|
|
1990
|
+
var node = listGetNode(objects, key);
|
|
1991
|
+
if (node) {
|
|
1992
|
+
node.value = value;
|
|
1993
|
+
} else {
|
|
1994
|
+
objects.next = /** @type {import('./list.d.ts').ListNode<typeof value, typeof key>} */
|
|
1995
|
+
{
|
|
1996
|
+
// eslint-disable-line no-param-reassign, no-extra-parens
|
|
1997
|
+
key,
|
|
1998
|
+
next: objects.next,
|
|
1999
|
+
value
|
|
2000
|
+
};
|
|
2001
|
+
}
|
|
2002
|
+
};
|
|
2003
|
+
var listHas = function(objects, key) {
|
|
2004
|
+
if (!objects) {
|
|
2005
|
+
return false;
|
|
2006
|
+
}
|
|
2007
|
+
return !!listGetNode(objects, key);
|
|
2008
|
+
};
|
|
2009
|
+
var listDelete = function(objects, key) {
|
|
2010
|
+
if (objects) {
|
|
2011
|
+
return listGetNode(objects, key, true);
|
|
2012
|
+
}
|
|
2013
|
+
};
|
|
2014
|
+
module.exports = function getSideChannelList() {
|
|
2015
|
+
var $o;
|
|
2016
|
+
var channel = {
|
|
1954
2017
|
assert: function(key) {
|
|
1955
2018
|
if (!channel.has(key)) {
|
|
1956
2019
|
throw new $TypeError("Side channel does not contain " + inspect(key));
|
|
@@ -2229,9 +2292,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2229
2292
|
}
|
|
2230
2293
|
});
|
|
2231
2294
|
|
|
2232
|
-
// node_modules/es-
|
|
2295
|
+
// node_modules/es-abstract/2024/CompletionRecord.js
|
|
2233
2296
|
var require_CompletionRecord = __commonJS({
|
|
2234
|
-
"node_modules/es-
|
|
2297
|
+
"node_modules/es-abstract/2024/CompletionRecord.js"(exports, module) {
|
|
2235
2298
|
"use strict";
|
|
2236
2299
|
var $SyntaxError = require_syntax();
|
|
2237
2300
|
var SLOT = require_internal_slot();
|
|
@@ -2270,211 +2333,444 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2270
2333
|
}
|
|
2271
2334
|
});
|
|
2272
2335
|
|
|
2273
|
-
// node_modules/es-
|
|
2274
|
-
var
|
|
2275
|
-
"node_modules/es-
|
|
2336
|
+
// node_modules/es-abstract/2024/GetV.js
|
|
2337
|
+
var require_GetV = __commonJS({
|
|
2338
|
+
"node_modules/es-abstract/2024/GetV.js"(exports, module) {
|
|
2276
2339
|
"use strict";
|
|
2277
2340
|
var $TypeError = require_type();
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2341
|
+
var inspect = require_object_inspect();
|
|
2342
|
+
var isPropertyKey = require_isPropertyKey();
|
|
2343
|
+
module.exports = function GetV(V, P) {
|
|
2344
|
+
if (!isPropertyKey(P)) {
|
|
2345
|
+
throw new $TypeError("Assertion failed: P is not a Property Key, got " + inspect(P));
|
|
2281
2346
|
}
|
|
2282
|
-
return
|
|
2283
|
-
value,
|
|
2284
|
-
done
|
|
2285
|
-
};
|
|
2347
|
+
return V[P];
|
|
2286
2348
|
};
|
|
2287
2349
|
}
|
|
2288
2350
|
});
|
|
2289
2351
|
|
|
2290
|
-
// node_modules/
|
|
2291
|
-
var
|
|
2292
|
-
"node_modules/
|
|
2352
|
+
// node_modules/es-abstract/2024/GetMethod.js
|
|
2353
|
+
var require_GetMethod = __commonJS({
|
|
2354
|
+
"node_modules/es-abstract/2024/GetMethod.js"(exports, module) {
|
|
2293
2355
|
"use strict";
|
|
2294
|
-
var
|
|
2295
|
-
var
|
|
2296
|
-
var
|
|
2297
|
-
var
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
throw isCallableMarker;
|
|
2303
|
-
}
|
|
2304
|
-
});
|
|
2305
|
-
isCallableMarker = {};
|
|
2306
|
-
reflectApply(function() {
|
|
2307
|
-
throw 42;
|
|
2308
|
-
}, null, badArrayLike);
|
|
2309
|
-
} catch (_) {
|
|
2310
|
-
if (_ !== isCallableMarker) {
|
|
2311
|
-
reflectApply = null;
|
|
2312
|
-
}
|
|
2313
|
-
}
|
|
2314
|
-
} else {
|
|
2315
|
-
reflectApply = null;
|
|
2316
|
-
}
|
|
2317
|
-
var constructorRegex = /^\s*class\b/;
|
|
2318
|
-
var isES6ClassFn = function isES6ClassFunction(value) {
|
|
2319
|
-
try {
|
|
2320
|
-
var fnStr = fnToStr.call(value);
|
|
2321
|
-
return constructorRegex.test(fnStr);
|
|
2322
|
-
} catch (e) {
|
|
2323
|
-
return false;
|
|
2356
|
+
var $TypeError = require_type();
|
|
2357
|
+
var GetV = require_GetV();
|
|
2358
|
+
var IsCallable = require_IsCallable();
|
|
2359
|
+
var isPropertyKey = require_isPropertyKey();
|
|
2360
|
+
var inspect = require_object_inspect();
|
|
2361
|
+
module.exports = function GetMethod(O, P) {
|
|
2362
|
+
if (!isPropertyKey(P)) {
|
|
2363
|
+
throw new $TypeError("Assertion failed: P is not a Property Key");
|
|
2324
2364
|
}
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
fnToStr.call(value);
|
|
2332
|
-
return true;
|
|
2333
|
-
} catch (e) {
|
|
2334
|
-
return false;
|
|
2365
|
+
var func = GetV(O, P);
|
|
2366
|
+
if (func == null) {
|
|
2367
|
+
return void 0;
|
|
2368
|
+
}
|
|
2369
|
+
if (!IsCallable(func)) {
|
|
2370
|
+
throw new $TypeError(inspect(P) + " is not a function: " + inspect(func));
|
|
2335
2371
|
}
|
|
2372
|
+
return func;
|
|
2336
2373
|
};
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
var
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
return false;
|
|
2374
|
+
}
|
|
2375
|
+
});
|
|
2376
|
+
|
|
2377
|
+
// node_modules/es-abstract/helpers/records/iterator-record.js
|
|
2378
|
+
var require_iterator_record = __commonJS({
|
|
2379
|
+
"node_modules/es-abstract/helpers/records/iterator-record.js"(exports, module) {
|
|
2380
|
+
"use strict";
|
|
2381
|
+
var hasOwn = require_hasown();
|
|
2382
|
+
module.exports = function isIteratorRecord(value) {
|
|
2383
|
+
return !!value && typeof value === "object" && hasOwn(value, "[[Iterator]]") && hasOwn(value, "[[NextMethod]]") && hasOwn(value, "[[Done]]") && typeof value["[[Done]]"] === "boolean";
|
|
2348
2384
|
};
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
if (isDDA(value)) {
|
|
2367
|
-
return true;
|
|
2385
|
+
}
|
|
2386
|
+
});
|
|
2387
|
+
|
|
2388
|
+
// node_modules/es-abstract/2024/IteratorClose.js
|
|
2389
|
+
var require_IteratorClose = __commonJS({
|
|
2390
|
+
"node_modules/es-abstract/2024/IteratorClose.js"(exports, module) {
|
|
2391
|
+
"use strict";
|
|
2392
|
+
var $TypeError = require_type();
|
|
2393
|
+
var Call = require_Call();
|
|
2394
|
+
var CompletionRecord = require_CompletionRecord();
|
|
2395
|
+
var GetMethod = require_GetMethod();
|
|
2396
|
+
var IsCallable = require_IsCallable();
|
|
2397
|
+
var isObject = require_isObject();
|
|
2398
|
+
var isIteratorRecord = require_iterator_record();
|
|
2399
|
+
module.exports = function IteratorClose(iteratorRecord, completion) {
|
|
2400
|
+
if (!isIteratorRecord(iteratorRecord)) {
|
|
2401
|
+
throw new $TypeError("Assertion failed: `iteratorRecord` must be an Iterator Record");
|
|
2368
2402
|
}
|
|
2369
|
-
if (!
|
|
2370
|
-
|
|
2403
|
+
if (!isObject(iteratorRecord["[[Iterator]]"])) {
|
|
2404
|
+
throw new $TypeError("Assertion failed: iteratorRecord.[[Iterator]] must be an Object");
|
|
2371
2405
|
}
|
|
2372
|
-
if (
|
|
2373
|
-
|
|
2406
|
+
if (!IsCallable(completion) && !(completion instanceof CompletionRecord)) {
|
|
2407
|
+
throw new $TypeError("Assertion failed: completion is not a thunk representing a Completion Record, nor a Completion Record instance");
|
|
2374
2408
|
}
|
|
2409
|
+
var completionThunk = completion instanceof CompletionRecord ? function() {
|
|
2410
|
+
return completion["?"]();
|
|
2411
|
+
} : completion;
|
|
2412
|
+
var iterator = iteratorRecord["[[Iterator]]"];
|
|
2413
|
+
var iteratorReturn;
|
|
2375
2414
|
try {
|
|
2376
|
-
|
|
2415
|
+
iteratorReturn = GetMethod(iterator, "return");
|
|
2377
2416
|
} catch (e) {
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
}
|
|
2382
|
-
return !isES6ClassFn(value) && tryFunctionObject(value);
|
|
2383
|
-
} : function isCallable(value) {
|
|
2384
|
-
if (isDDA(value)) {
|
|
2385
|
-
return true;
|
|
2386
|
-
}
|
|
2387
|
-
if (!value) {
|
|
2388
|
-
return false;
|
|
2389
|
-
}
|
|
2390
|
-
if (typeof value !== "function" && typeof value !== "object") {
|
|
2391
|
-
return false;
|
|
2417
|
+
completionThunk();
|
|
2418
|
+
completionThunk = null;
|
|
2419
|
+
throw e;
|
|
2392
2420
|
}
|
|
2393
|
-
if (
|
|
2394
|
-
return
|
|
2421
|
+
if (typeof iteratorReturn === "undefined") {
|
|
2422
|
+
return completionThunk();
|
|
2395
2423
|
}
|
|
2396
|
-
|
|
2397
|
-
|
|
2424
|
+
var innerResult;
|
|
2425
|
+
try {
|
|
2426
|
+
innerResult = Call(iteratorReturn, iterator, []);
|
|
2427
|
+
} catch (e) {
|
|
2428
|
+
completionThunk();
|
|
2429
|
+
completionThunk = null;
|
|
2430
|
+
throw e;
|
|
2398
2431
|
}
|
|
2399
|
-
var
|
|
2400
|
-
|
|
2401
|
-
|
|
2432
|
+
var completionRecord = completionThunk();
|
|
2433
|
+
completionThunk = null;
|
|
2434
|
+
if (!isObject(innerResult)) {
|
|
2435
|
+
throw new $TypeError("iterator .return must return an object");
|
|
2402
2436
|
}
|
|
2403
|
-
return
|
|
2437
|
+
return completionRecord;
|
|
2404
2438
|
};
|
|
2405
2439
|
}
|
|
2406
2440
|
});
|
|
2407
2441
|
|
|
2408
|
-
// node_modules/es-
|
|
2409
|
-
var
|
|
2410
|
-
"node_modules/es-
|
|
2442
|
+
// node_modules/es-abstract/2024/ToBoolean.js
|
|
2443
|
+
var require_ToBoolean = __commonJS({
|
|
2444
|
+
"node_modules/es-abstract/2024/ToBoolean.js"(exports, module) {
|
|
2411
2445
|
"use strict";
|
|
2412
|
-
module.exports =
|
|
2446
|
+
module.exports = function ToBoolean(value) {
|
|
2447
|
+
return !!value;
|
|
2448
|
+
};
|
|
2413
2449
|
}
|
|
2414
2450
|
});
|
|
2415
2451
|
|
|
2416
|
-
// node_modules/es-
|
|
2417
|
-
var
|
|
2418
|
-
"node_modules/es-
|
|
2452
|
+
// node_modules/es-abstract/2024/IteratorComplete.js
|
|
2453
|
+
var require_IteratorComplete = __commonJS({
|
|
2454
|
+
"node_modules/es-abstract/2024/IteratorComplete.js"(exports, module) {
|
|
2419
2455
|
"use strict";
|
|
2420
|
-
|
|
2421
|
-
|
|
2456
|
+
var $TypeError = require_type();
|
|
2457
|
+
var Get = require_Get();
|
|
2458
|
+
var ToBoolean = require_ToBoolean();
|
|
2459
|
+
var isObject = require_isObject();
|
|
2460
|
+
module.exports = function IteratorComplete(iterResult) {
|
|
2461
|
+
if (!isObject(iterResult)) {
|
|
2462
|
+
throw new $TypeError("Assertion failed: Type(iterResult) is not Object");
|
|
2463
|
+
}
|
|
2464
|
+
return ToBoolean(Get(iterResult, "done"));
|
|
2422
2465
|
};
|
|
2423
2466
|
}
|
|
2424
2467
|
});
|
|
2425
2468
|
|
|
2426
|
-
// node_modules/es-
|
|
2427
|
-
var
|
|
2428
|
-
"node_modules/es-
|
|
2469
|
+
// node_modules/es-abstract/2024/IteratorNext.js
|
|
2470
|
+
var require_IteratorNext = __commonJS({
|
|
2471
|
+
"node_modules/es-abstract/2024/IteratorNext.js"(exports, module) {
|
|
2429
2472
|
"use strict";
|
|
2473
|
+
var $TypeError = require_type();
|
|
2474
|
+
var Call = require_Call();
|
|
2430
2475
|
var isObject = require_isObject();
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2476
|
+
var isIteratorRecord = require_iterator_record();
|
|
2477
|
+
module.exports = function IteratorNext(iteratorRecord) {
|
|
2478
|
+
if (!isIteratorRecord(iteratorRecord)) {
|
|
2479
|
+
throw new $TypeError("Assertion failed: `iteratorRecord` must be an Iterator Record");
|
|
2434
2480
|
}
|
|
2435
|
-
|
|
2436
|
-
|
|
2481
|
+
var result;
|
|
2482
|
+
if (arguments.length < 2) {
|
|
2483
|
+
result = Call(iteratorRecord["[[NextMethod]]"], iteratorRecord["[[Iterator]]"]);
|
|
2484
|
+
} else {
|
|
2485
|
+
result = Call(iteratorRecord["[[NextMethod]]"], iteratorRecord["[[Iterator]]"], [arguments[1]]);
|
|
2437
2486
|
}
|
|
2438
|
-
if (isObject(
|
|
2439
|
-
return "
|
|
2487
|
+
if (!isObject(result)) {
|
|
2488
|
+
throw new $TypeError("iterator next must return an object");
|
|
2440
2489
|
}
|
|
2441
|
-
|
|
2442
|
-
|
|
2490
|
+
return result;
|
|
2491
|
+
};
|
|
2492
|
+
}
|
|
2493
|
+
});
|
|
2494
|
+
|
|
2495
|
+
// node_modules/es-abstract/2024/IteratorStepValue.js
|
|
2496
|
+
var require_IteratorStepValue = __commonJS({
|
|
2497
|
+
"node_modules/es-abstract/2024/IteratorStepValue.js"(exports, module) {
|
|
2498
|
+
"use strict";
|
|
2499
|
+
var $TypeError = require_type();
|
|
2500
|
+
var Get = require_Get();
|
|
2501
|
+
var IteratorComplete = require_IteratorComplete();
|
|
2502
|
+
var IteratorNext = require_IteratorNext();
|
|
2503
|
+
var isIteratorRecord = require_iterator_record();
|
|
2504
|
+
module.exports = function IteratorStepValue(iteratorRecord) {
|
|
2505
|
+
if (!isIteratorRecord(iteratorRecord)) {
|
|
2506
|
+
throw new $TypeError("Assertion failed: `iteratorRecord` must be an Iterator Record");
|
|
2443
2507
|
}
|
|
2444
|
-
|
|
2445
|
-
|
|
2508
|
+
var result;
|
|
2509
|
+
try {
|
|
2510
|
+
result = IteratorNext(iteratorRecord);
|
|
2511
|
+
} catch (e) {
|
|
2512
|
+
iteratorRecord["[[Done]]"] = true;
|
|
2513
|
+
throw e;
|
|
2446
2514
|
}
|
|
2447
|
-
|
|
2448
|
-
|
|
2515
|
+
var done;
|
|
2516
|
+
try {
|
|
2517
|
+
done = IteratorComplete(result);
|
|
2518
|
+
} catch (e) {
|
|
2519
|
+
iteratorRecord["[[Done]]"] = true;
|
|
2520
|
+
throw e;
|
|
2521
|
+
}
|
|
2522
|
+
if (done) {
|
|
2523
|
+
iteratorRecord["[[Done]]"] = true;
|
|
2524
|
+
return "DONE";
|
|
2525
|
+
}
|
|
2526
|
+
var value;
|
|
2527
|
+
try {
|
|
2528
|
+
value = Get(result, "value");
|
|
2529
|
+
} catch (e) {
|
|
2530
|
+
iteratorRecord["[[Done]]"] = true;
|
|
2531
|
+
throw e;
|
|
2449
2532
|
}
|
|
2533
|
+
return value;
|
|
2450
2534
|
};
|
|
2451
2535
|
}
|
|
2452
2536
|
});
|
|
2453
2537
|
|
|
2454
|
-
// node_modules/es-
|
|
2455
|
-
var
|
|
2456
|
-
"node_modules/es-
|
|
2538
|
+
// node_modules/es-abstract/2024/NormalCompletion.js
|
|
2539
|
+
var require_NormalCompletion = __commonJS({
|
|
2540
|
+
"node_modules/es-abstract/2024/NormalCompletion.js"(exports, module) {
|
|
2457
2541
|
"use strict";
|
|
2458
|
-
var
|
|
2459
|
-
module.exports = function
|
|
2460
|
-
|
|
2461
|
-
return "Symbol";
|
|
2462
|
-
}
|
|
2463
|
-
if (typeof x === "bigint") {
|
|
2464
|
-
return "BigInt";
|
|
2465
|
-
}
|
|
2466
|
-
return ES5Type(x);
|
|
2542
|
+
var CompletionRecord = require_CompletionRecord();
|
|
2543
|
+
module.exports = function NormalCompletion(value) {
|
|
2544
|
+
return new CompletionRecord("normal", value);
|
|
2467
2545
|
};
|
|
2468
2546
|
}
|
|
2469
2547
|
});
|
|
2470
2548
|
|
|
2471
|
-
// node_modules/es-
|
|
2472
|
-
var
|
|
2473
|
-
"node_modules/es-
|
|
2549
|
+
// node_modules/es-abstract/2024/ThrowCompletion.js
|
|
2550
|
+
var require_ThrowCompletion = __commonJS({
|
|
2551
|
+
"node_modules/es-abstract/2024/ThrowCompletion.js"(exports, module) {
|
|
2552
|
+
"use strict";
|
|
2553
|
+
var CompletionRecord = require_CompletionRecord();
|
|
2554
|
+
module.exports = function ThrowCompletion(argument) {
|
|
2555
|
+
return new CompletionRecord("throw", argument);
|
|
2556
|
+
};
|
|
2557
|
+
}
|
|
2558
|
+
});
|
|
2559
|
+
|
|
2560
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.find/implementation.js
|
|
2561
|
+
var require_implementation3 = __commonJS({
|
|
2562
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.find/implementation.js"(exports, module) {
|
|
2474
2563
|
"use strict";
|
|
2475
2564
|
var $TypeError = require_type();
|
|
2476
|
-
var
|
|
2477
|
-
var
|
|
2565
|
+
var Call = require_Call();
|
|
2566
|
+
var GetIteratorDirect = require_GetIteratorDirect();
|
|
2567
|
+
var IsCallable = require_IsCallable();
|
|
2568
|
+
var IteratorClose = require_IteratorClose();
|
|
2569
|
+
var IteratorStepValue = require_IteratorStepValue();
|
|
2570
|
+
var NormalCompletion = require_NormalCompletion();
|
|
2571
|
+
var ThrowCompletion = require_ThrowCompletion();
|
|
2572
|
+
var ToBoolean = require_ToBoolean();
|
|
2573
|
+
var Type = require_Type2();
|
|
2574
|
+
module.exports = function find(predicate) {
|
|
2575
|
+
if (this instanceof find) {
|
|
2576
|
+
throw new $TypeError("`find` is not a constructor");
|
|
2577
|
+
}
|
|
2578
|
+
var O = this;
|
|
2579
|
+
if (Type(O) !== "Object") {
|
|
2580
|
+
throw new $TypeError("`this` value must be an Object");
|
|
2581
|
+
}
|
|
2582
|
+
if (!IsCallable(predicate)) {
|
|
2583
|
+
throw new $TypeError("`predicate` must be a function");
|
|
2584
|
+
}
|
|
2585
|
+
var iterated = GetIteratorDirect(O);
|
|
2586
|
+
var counter = 0;
|
|
2587
|
+
while (true) {
|
|
2588
|
+
var value = IteratorStepValue(iterated);
|
|
2589
|
+
if (iterated["[[Done]]"]) {
|
|
2590
|
+
return void 0;
|
|
2591
|
+
}
|
|
2592
|
+
var result;
|
|
2593
|
+
try {
|
|
2594
|
+
result = Call(predicate, void 0, [value, counter]);
|
|
2595
|
+
} catch (e) {
|
|
2596
|
+
IteratorClose(
|
|
2597
|
+
iterated,
|
|
2598
|
+
ThrowCompletion(e)
|
|
2599
|
+
);
|
|
2600
|
+
} finally {
|
|
2601
|
+
counter += 1;
|
|
2602
|
+
}
|
|
2603
|
+
if (ToBoolean(result)) {
|
|
2604
|
+
return IteratorClose(
|
|
2605
|
+
iterated,
|
|
2606
|
+
NormalCompletion(value)
|
|
2607
|
+
);
|
|
2608
|
+
}
|
|
2609
|
+
}
|
|
2610
|
+
};
|
|
2611
|
+
}
|
|
2612
|
+
});
|
|
2613
|
+
|
|
2614
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.find/polyfill.js
|
|
2615
|
+
var require_polyfill = __commonJS({
|
|
2616
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.find/polyfill.js"(exports, module) {
|
|
2617
|
+
"use strict";
|
|
2618
|
+
var implementation = require_implementation3();
|
|
2619
|
+
module.exports = function getPolyfill() {
|
|
2620
|
+
return typeof Iterator === "function" && typeof Iterator.prototype.find === "function" ? Iterator.prototype.find : implementation;
|
|
2621
|
+
};
|
|
2622
|
+
}
|
|
2623
|
+
});
|
|
2624
|
+
|
|
2625
|
+
// node_modules/functions-have-names/index.js
|
|
2626
|
+
var require_functions_have_names = __commonJS({
|
|
2627
|
+
"node_modules/functions-have-names/index.js"(exports, module) {
|
|
2628
|
+
"use strict";
|
|
2629
|
+
var functionsHaveNames = function functionsHaveNames2() {
|
|
2630
|
+
return typeof function f() {
|
|
2631
|
+
}.name === "string";
|
|
2632
|
+
};
|
|
2633
|
+
var gOPD = Object.getOwnPropertyDescriptor;
|
|
2634
|
+
if (gOPD) {
|
|
2635
|
+
try {
|
|
2636
|
+
gOPD([], "length");
|
|
2637
|
+
} catch (e) {
|
|
2638
|
+
gOPD = null;
|
|
2639
|
+
}
|
|
2640
|
+
}
|
|
2641
|
+
functionsHaveNames.functionsHaveConfigurableNames = function functionsHaveConfigurableNames() {
|
|
2642
|
+
if (!functionsHaveNames() || !gOPD) {
|
|
2643
|
+
return false;
|
|
2644
|
+
}
|
|
2645
|
+
var desc = gOPD(function() {
|
|
2646
|
+
}, "name");
|
|
2647
|
+
return !!desc && !!desc.configurable;
|
|
2648
|
+
};
|
|
2649
|
+
var $bind = Function.prototype.bind;
|
|
2650
|
+
functionsHaveNames.boundFunctionsHaveNames = function boundFunctionsHaveNames() {
|
|
2651
|
+
return functionsHaveNames() && typeof $bind === "function" && function f() {
|
|
2652
|
+
}.bind().name !== "";
|
|
2653
|
+
};
|
|
2654
|
+
module.exports = functionsHaveNames;
|
|
2655
|
+
}
|
|
2656
|
+
});
|
|
2657
|
+
|
|
2658
|
+
// node_modules/set-function-name/index.js
|
|
2659
|
+
var require_set_function_name = __commonJS({
|
|
2660
|
+
"node_modules/set-function-name/index.js"(exports, module) {
|
|
2661
|
+
"use strict";
|
|
2662
|
+
var define = require_define_data_property();
|
|
2663
|
+
var hasDescriptors = require_has_property_descriptors()();
|
|
2664
|
+
var functionsHaveConfigurableNames = require_functions_have_names().functionsHaveConfigurableNames();
|
|
2665
|
+
var $TypeError = require_type();
|
|
2666
|
+
module.exports = function setFunctionName(fn, name) {
|
|
2667
|
+
if (typeof fn !== "function") {
|
|
2668
|
+
throw new $TypeError("`fn` is not a function");
|
|
2669
|
+
}
|
|
2670
|
+
var loose = arguments.length > 2 && !!arguments[2];
|
|
2671
|
+
if (!loose || functionsHaveConfigurableNames) {
|
|
2672
|
+
if (hasDescriptors) {
|
|
2673
|
+
define(
|
|
2674
|
+
/** @type {Parameters<define>[0]} */
|
|
2675
|
+
fn,
|
|
2676
|
+
"name",
|
|
2677
|
+
name,
|
|
2678
|
+
true,
|
|
2679
|
+
true
|
|
2680
|
+
);
|
|
2681
|
+
} else {
|
|
2682
|
+
define(
|
|
2683
|
+
/** @type {Parameters<define>[0]} */
|
|
2684
|
+
fn,
|
|
2685
|
+
"name",
|
|
2686
|
+
name
|
|
2687
|
+
);
|
|
2688
|
+
}
|
|
2689
|
+
}
|
|
2690
|
+
return fn;
|
|
2691
|
+
};
|
|
2692
|
+
}
|
|
2693
|
+
});
|
|
2694
|
+
|
|
2695
|
+
// node_modules/iterator.prototype/index.js
|
|
2696
|
+
var require_iterator = __commonJS({
|
|
2697
|
+
"node_modules/iterator.prototype/index.js"(exports, module) {
|
|
2698
|
+
"use strict";
|
|
2699
|
+
var GetIntrinsic = require_get_intrinsic();
|
|
2700
|
+
var gPO = require_get_proto();
|
|
2701
|
+
var hasSymbols = require_has_symbols();
|
|
2702
|
+
var setFunctionName = require_set_function_name();
|
|
2703
|
+
var defineDataProperty = require_define_data_property();
|
|
2704
|
+
var $Object = require_es_object_atoms();
|
|
2705
|
+
var arrayIterProto = GetIntrinsic("%ArrayIteratorPrototype%", true);
|
|
2706
|
+
var iterProto = arrayIterProto && gPO(arrayIterProto);
|
|
2707
|
+
var result = iterProto !== $Object.prototype && iterProto || {};
|
|
2708
|
+
if (hasSymbols()) {
|
|
2709
|
+
if (!(Symbol.iterator in result)) {
|
|
2710
|
+
iter = setFunctionName(function SymbolIterator() {
|
|
2711
|
+
return this;
|
|
2712
|
+
}, "[Symbol.iterator]", true);
|
|
2713
|
+
defineDataProperty(result, Symbol.iterator, iter, true);
|
|
2714
|
+
}
|
|
2715
|
+
}
|
|
2716
|
+
var iter;
|
|
2717
|
+
module.exports = result;
|
|
2718
|
+
}
|
|
2719
|
+
});
|
|
2720
|
+
|
|
2721
|
+
// node_modules/es-iterator-helpers/Iterator.prototype/implementation.js
|
|
2722
|
+
var require_implementation4 = __commonJS({
|
|
2723
|
+
"node_modules/es-iterator-helpers/Iterator.prototype/implementation.js"(exports, module) {
|
|
2724
|
+
"use strict";
|
|
2725
|
+
module.exports = require_iterator();
|
|
2726
|
+
}
|
|
2727
|
+
});
|
|
2728
|
+
|
|
2729
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.find/shim.js
|
|
2730
|
+
var require_shim = __commonJS({
|
|
2731
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.find/shim.js"(exports, module) {
|
|
2732
|
+
"use strict";
|
|
2733
|
+
var define = require_define_properties();
|
|
2734
|
+
var getPolyfill = require_polyfill();
|
|
2735
|
+
var $IteratorPrototype = require_implementation4();
|
|
2736
|
+
module.exports = function shimIteratorPrototypeFind() {
|
|
2737
|
+
var polyfill = getPolyfill();
|
|
2738
|
+
define(
|
|
2739
|
+
$IteratorPrototype,
|
|
2740
|
+
{ find: polyfill },
|
|
2741
|
+
{ find: function() {
|
|
2742
|
+
return $IteratorPrototype.find !== polyfill;
|
|
2743
|
+
} }
|
|
2744
|
+
);
|
|
2745
|
+
return polyfill;
|
|
2746
|
+
};
|
|
2747
|
+
}
|
|
2748
|
+
});
|
|
2749
|
+
|
|
2750
|
+
// node_modules/es-abstract/2024/CreateIterResultObject.js
|
|
2751
|
+
var require_CreateIterResultObject = __commonJS({
|
|
2752
|
+
"node_modules/es-abstract/2024/CreateIterResultObject.js"(exports, module) {
|
|
2753
|
+
"use strict";
|
|
2754
|
+
var $TypeError = require_type();
|
|
2755
|
+
module.exports = function CreateIterResultObject(value, done) {
|
|
2756
|
+
if (typeof done !== "boolean") {
|
|
2757
|
+
throw new $TypeError("Assertion failed: Type(done) is not Boolean");
|
|
2758
|
+
}
|
|
2759
|
+
return {
|
|
2760
|
+
value,
|
|
2761
|
+
done
|
|
2762
|
+
};
|
|
2763
|
+
};
|
|
2764
|
+
}
|
|
2765
|
+
});
|
|
2766
|
+
|
|
2767
|
+
// node_modules/es-iterator-helpers/aos/GeneratorStart.js
|
|
2768
|
+
var require_GeneratorStart = __commonJS({
|
|
2769
|
+
"node_modules/es-iterator-helpers/aos/GeneratorStart.js"(exports, module) {
|
|
2770
|
+
"use strict";
|
|
2771
|
+
var $TypeError = require_type();
|
|
2772
|
+
var CreateIterResultObject = require_CreateIterResultObject();
|
|
2773
|
+
var IsCallable = require_IsCallable();
|
|
2478
2774
|
var Type = require_Type2();
|
|
2479
2775
|
var SLOT = require_internal_slot();
|
|
2480
2776
|
module.exports = function GeneratorStart(generator, closure) {
|
|
@@ -2511,9 +2807,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2511
2807
|
}
|
|
2512
2808
|
});
|
|
2513
2809
|
|
|
2514
|
-
// node_modules/es-
|
|
2810
|
+
// node_modules/es-abstract/helpers/forEach.js
|
|
2515
2811
|
var require_forEach = __commonJS({
|
|
2516
|
-
"node_modules/es-
|
|
2812
|
+
"node_modules/es-abstract/helpers/forEach.js"(exports, module) {
|
|
2517
2813
|
"use strict";
|
|
2518
2814
|
module.exports = function forEach(array, callback) {
|
|
2519
2815
|
for (var i = 0; i < array.length; i += 1) {
|
|
@@ -2538,9 +2834,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2538
2834
|
}
|
|
2539
2835
|
});
|
|
2540
2836
|
|
|
2541
|
-
// node_modules/es-
|
|
2837
|
+
// node_modules/es-abstract/2024/OrdinaryObjectCreate.js
|
|
2542
2838
|
var require_OrdinaryObjectCreate = __commonJS({
|
|
2543
|
-
"node_modules/es-
|
|
2839
|
+
"node_modules/es-abstract/2024/OrdinaryObjectCreate.js"(exports, module) {
|
|
2544
2840
|
"use strict";
|
|
2545
2841
|
var GetIntrinsic = require_get_intrinsic();
|
|
2546
2842
|
var $ObjectCreate = GetIntrinsic("%Object.create%", true);
|
|
@@ -2583,9 +2879,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2583
2879
|
}
|
|
2584
2880
|
});
|
|
2585
2881
|
|
|
2586
|
-
// node_modules/es-
|
|
2882
|
+
// node_modules/es-abstract/helpers/every.js
|
|
2587
2883
|
var require_every = __commonJS({
|
|
2588
|
-
"node_modules/es-
|
|
2884
|
+
"node_modules/es-abstract/helpers/every.js"(exports, module) {
|
|
2589
2885
|
"use strict";
|
|
2590
2886
|
module.exports = function every(array, predicate) {
|
|
2591
2887
|
for (var i = 0; i < array.length; i += 1) {
|
|
@@ -2774,57 +3070,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2774
3070
|
}
|
|
2775
3071
|
});
|
|
2776
3072
|
|
|
2777
|
-
// node_modules/es-
|
|
2778
|
-
var require_isPropertyKey = __commonJS({
|
|
2779
|
-
"node_modules/es-iterator-helpers/node_modules/es-abstract/helpers/isPropertyKey.js"(exports, module) {
|
|
2780
|
-
"use strict";
|
|
2781
|
-
module.exports = function isPropertyKey(argument) {
|
|
2782
|
-
return typeof argument === "string" || typeof argument === "symbol";
|
|
2783
|
-
};
|
|
2784
|
-
}
|
|
2785
|
-
});
|
|
2786
|
-
|
|
2787
|
-
// node_modules/es-iterator-helpers/node_modules/es-abstract/2024/Get.js
|
|
2788
|
-
var require_Get = __commonJS({
|
|
2789
|
-
"node_modules/es-iterator-helpers/node_modules/es-abstract/2024/Get.js"(exports, module) {
|
|
2790
|
-
"use strict";
|
|
2791
|
-
var $TypeError = require_type();
|
|
2792
|
-
var inspect = require_object_inspect();
|
|
2793
|
-
var isObject = require_isObject();
|
|
2794
|
-
var isPropertyKey = require_isPropertyKey();
|
|
2795
|
-
module.exports = function Get(O, P) {
|
|
2796
|
-
if (!isObject(O)) {
|
|
2797
|
-
throw new $TypeError("Assertion failed: Type(O) is not Object");
|
|
2798
|
-
}
|
|
2799
|
-
if (!isPropertyKey(P)) {
|
|
2800
|
-
throw new $TypeError("Assertion failed: P is not a Property Key, got " + inspect(P));
|
|
2801
|
-
}
|
|
2802
|
-
return O[P];
|
|
2803
|
-
};
|
|
2804
|
-
}
|
|
2805
|
-
});
|
|
2806
|
-
|
|
2807
|
-
// node_modules/es-iterator-helpers/aos/GetIteratorDirect.js
|
|
2808
|
-
var require_GetIteratorDirect = __commonJS({
|
|
2809
|
-
"node_modules/es-iterator-helpers/aos/GetIteratorDirect.js"(exports, module) {
|
|
2810
|
-
"use strict";
|
|
2811
|
-
var $TypeError = require_type();
|
|
2812
|
-
var Get = require_Get();
|
|
2813
|
-
var Type = require_Type2();
|
|
2814
|
-
module.exports = function GetIteratorDirect(obj) {
|
|
2815
|
-
if (Type(obj) !== "Object") {
|
|
2816
|
-
throw new $TypeError("Assertion failed: `obj` must be an Object");
|
|
2817
|
-
}
|
|
2818
|
-
var nextMethod = Get(obj, "next");
|
|
2819
|
-
var iteratorRecord = { "[[Iterator]]": obj, "[[NextMethod]]": nextMethod, "[[Done]]": false };
|
|
2820
|
-
return iteratorRecord;
|
|
2821
|
-
};
|
|
2822
|
-
}
|
|
2823
|
-
});
|
|
2824
|
-
|
|
2825
|
-
// node_modules/es-iterator-helpers/node_modules/es-abstract/helpers/isLeadingSurrogate.js
|
|
3073
|
+
// node_modules/es-abstract/helpers/isLeadingSurrogate.js
|
|
2826
3074
|
var require_isLeadingSurrogate = __commonJS({
|
|
2827
|
-
"node_modules/es-
|
|
3075
|
+
"node_modules/es-abstract/helpers/isLeadingSurrogate.js"(exports, module) {
|
|
2828
3076
|
"use strict";
|
|
2829
3077
|
module.exports = function isLeadingSurrogate(charCode) {
|
|
2830
3078
|
return typeof charCode === "number" && charCode >= 55296 && charCode <= 56319;
|
|
@@ -2832,9 +3080,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2832
3080
|
}
|
|
2833
3081
|
});
|
|
2834
3082
|
|
|
2835
|
-
// node_modules/es-
|
|
3083
|
+
// node_modules/es-abstract/helpers/isTrailingSurrogate.js
|
|
2836
3084
|
var require_isTrailingSurrogate = __commonJS({
|
|
2837
|
-
"node_modules/es-
|
|
3085
|
+
"node_modules/es-abstract/helpers/isTrailingSurrogate.js"(exports, module) {
|
|
2838
3086
|
"use strict";
|
|
2839
3087
|
module.exports = function isTrailingSurrogate(charCode) {
|
|
2840
3088
|
return typeof charCode === "number" && charCode >= 56320 && charCode <= 57343;
|
|
@@ -2842,9 +3090,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2842
3090
|
}
|
|
2843
3091
|
});
|
|
2844
3092
|
|
|
2845
|
-
// node_modules/es-
|
|
3093
|
+
// node_modules/es-abstract/2024/UTF16SurrogatePairToCodePoint.js
|
|
2846
3094
|
var require_UTF16SurrogatePairToCodePoint = __commonJS({
|
|
2847
|
-
"node_modules/es-
|
|
3095
|
+
"node_modules/es-abstract/2024/UTF16SurrogatePairToCodePoint.js"(exports, module) {
|
|
2848
3096
|
"use strict";
|
|
2849
3097
|
var GetIntrinsic = require_get_intrinsic();
|
|
2850
3098
|
var $TypeError = require_type();
|
|
@@ -2860,9 +3108,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2860
3108
|
}
|
|
2861
3109
|
});
|
|
2862
3110
|
|
|
2863
|
-
// node_modules/es-
|
|
3111
|
+
// node_modules/es-abstract/2024/CodePointAt.js
|
|
2864
3112
|
var require_CodePointAt = __commonJS({
|
|
2865
|
-
"node_modules/es-
|
|
3113
|
+
"node_modules/es-abstract/2024/CodePointAt.js"(exports, module) {
|
|
2866
3114
|
"use strict";
|
|
2867
3115
|
var $TypeError = require_type();
|
|
2868
3116
|
var callBound = require_call_bound();
|
|
@@ -2952,9 +3200,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2952
3200
|
}
|
|
2953
3201
|
});
|
|
2954
3202
|
|
|
2955
|
-
// node_modules/es-
|
|
3203
|
+
// node_modules/es-abstract/2024/AdvanceStringIndex.js
|
|
2956
3204
|
var require_AdvanceStringIndex = __commonJS({
|
|
2957
|
-
"node_modules/es-
|
|
3205
|
+
"node_modules/es-abstract/2024/AdvanceStringIndex.js"(exports, module) {
|
|
2958
3206
|
"use strict";
|
|
2959
3207
|
var CodePointAt = require_CodePointAt();
|
|
2960
3208
|
var $TypeError = require_type();
|
|
@@ -2983,61 +3231,20 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2983
3231
|
}
|
|
2984
3232
|
});
|
|
2985
3233
|
|
|
2986
|
-
// node_modules/
|
|
2987
|
-
var
|
|
2988
|
-
"node_modules/
|
|
3234
|
+
// node_modules/has-tostringtag/shams.js
|
|
3235
|
+
var require_shams2 = __commonJS({
|
|
3236
|
+
"node_modules/has-tostringtag/shams.js"(exports, module) {
|
|
2989
3237
|
"use strict";
|
|
2990
|
-
var
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
module.exports = function GetV(V, P) {
|
|
2994
|
-
if (!isPropertyKey(P)) {
|
|
2995
|
-
throw new $TypeError("Assertion failed: P is not a Property Key, got " + inspect(P));
|
|
2996
|
-
}
|
|
2997
|
-
return V[P];
|
|
3238
|
+
var hasSymbols = require_shams();
|
|
3239
|
+
module.exports = function hasToStringTagShams() {
|
|
3240
|
+
return hasSymbols() && !!Symbol.toStringTag;
|
|
2998
3241
|
};
|
|
2999
3242
|
}
|
|
3000
3243
|
});
|
|
3001
3244
|
|
|
3002
|
-
// node_modules/
|
|
3003
|
-
var
|
|
3004
|
-
"node_modules/
|
|
3005
|
-
"use strict";
|
|
3006
|
-
var $TypeError = require_type();
|
|
3007
|
-
var GetV = require_GetV();
|
|
3008
|
-
var IsCallable = require_IsCallable();
|
|
3009
|
-
var isPropertyKey = require_isPropertyKey();
|
|
3010
|
-
var inspect = require_object_inspect();
|
|
3011
|
-
module.exports = function GetMethod(O, P) {
|
|
3012
|
-
if (!isPropertyKey(P)) {
|
|
3013
|
-
throw new $TypeError("Assertion failed: P is not a Property Key");
|
|
3014
|
-
}
|
|
3015
|
-
var func = GetV(O, P);
|
|
3016
|
-
if (func == null) {
|
|
3017
|
-
return void 0;
|
|
3018
|
-
}
|
|
3019
|
-
if (!IsCallable(func)) {
|
|
3020
|
-
throw new $TypeError(inspect(P) + " is not a function: " + inspect(func));
|
|
3021
|
-
}
|
|
3022
|
-
return func;
|
|
3023
|
-
};
|
|
3024
|
-
}
|
|
3025
|
-
});
|
|
3026
|
-
|
|
3027
|
-
// node_modules/has-tostringtag/shams.js
|
|
3028
|
-
var require_shams2 = __commonJS({
|
|
3029
|
-
"node_modules/has-tostringtag/shams.js"(exports, module) {
|
|
3030
|
-
"use strict";
|
|
3031
|
-
var hasSymbols = require_shams();
|
|
3032
|
-
module.exports = function hasToStringTagShams() {
|
|
3033
|
-
return hasSymbols() && !!Symbol.toStringTag;
|
|
3034
|
-
};
|
|
3035
|
-
}
|
|
3036
|
-
});
|
|
3037
|
-
|
|
3038
|
-
// node_modules/es-iterator-helpers/node_modules/is-string/index.js
|
|
3039
|
-
var require_is_string = __commonJS({
|
|
3040
|
-
"node_modules/es-iterator-helpers/node_modules/is-string/index.js"(exports, module) {
|
|
3245
|
+
// node_modules/is-string/index.js
|
|
3246
|
+
var require_is_string = __commonJS({
|
|
3247
|
+
"node_modules/is-string/index.js"(exports, module) {
|
|
3041
3248
|
"use strict";
|
|
3042
3249
|
var callBound = require_call_bound();
|
|
3043
3250
|
var $strValueOf = callBound("String.prototype.valueOf");
|
|
@@ -3064,9 +3271,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3064
3271
|
}
|
|
3065
3272
|
});
|
|
3066
3273
|
|
|
3067
|
-
// node_modules/es-
|
|
3274
|
+
// node_modules/es-abstract/helpers/getIteratorMethod.js
|
|
3068
3275
|
var require_getIteratorMethod = __commonJS({
|
|
3069
|
-
"node_modules/es-
|
|
3276
|
+
"node_modules/es-abstract/helpers/getIteratorMethod.js"(exports, module) {
|
|
3070
3277
|
"use strict";
|
|
3071
3278
|
var hasSymbols = require_has_symbols()();
|
|
3072
3279
|
var GetIntrinsic = require_get_intrinsic();
|
|
@@ -3129,340 +3336,64 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3129
3336
|
module.exports = function GetIteratorFlattenable(obj, stringHandling) {
|
|
3130
3337
|
if (stringHandling !== "REJECT-STRINGS" && stringHandling !== "ITERATE-STRINGS") {
|
|
3131
3338
|
throw new $TypeError('Assertion failed: `stringHandling` must be "REJECT-STRINGS" or "ITERATE-STRINGS"');
|
|
3132
|
-
}
|
|
3133
|
-
if (Type(obj) !== "Object") {
|
|
3134
|
-
if (stringHandling === "REJECT-STRINGS" || typeof obj !== "string") {
|
|
3135
|
-
throw new $TypeError("obj must be an Object");
|
|
3136
|
-
}
|
|
3137
|
-
}
|
|
3138
|
-
var method = void 0;
|
|
3139
|
-
method = getIteratorMethod(
|
|
3140
|
-
{
|
|
3141
|
-
AdvanceStringIndex,
|
|
3142
|
-
GetMethod,
|
|
3143
|
-
IsArray
|
|
3144
|
-
},
|
|
3145
|
-
obj
|
|
3146
|
-
);
|
|
3147
|
-
var iterator;
|
|
3148
|
-
if (typeof method === "undefined") {
|
|
3149
|
-
iterator = obj;
|
|
3150
|
-
} else {
|
|
3151
|
-
iterator = Call(method, obj);
|
|
3152
|
-
}
|
|
3153
|
-
if (Type(iterator) !== "Object") {
|
|
3154
|
-
throw new $TypeError("iterator must be an Object");
|
|
3155
|
-
}
|
|
3156
|
-
return GetIteratorDirect(iterator);
|
|
3157
|
-
};
|
|
3158
|
-
}
|
|
3159
|
-
});
|
|
3160
|
-
|
|
3161
|
-
// node_modules/es-iterator-helpers/node_modules/es-abstract/helpers/records/iterator-record.js
|
|
3162
|
-
var require_iterator_record = __commonJS({
|
|
3163
|
-
"node_modules/es-iterator-helpers/node_modules/es-abstract/helpers/records/iterator-record.js"(exports, module) {
|
|
3164
|
-
"use strict";
|
|
3165
|
-
var hasOwn = require_hasown();
|
|
3166
|
-
module.exports = function isIteratorRecord(value) {
|
|
3167
|
-
return !!value && typeof value === "object" && hasOwn(value, "[[Iterator]]") && hasOwn(value, "[[NextMethod]]") && hasOwn(value, "[[Done]]") && typeof value["[[Done]]"] === "boolean";
|
|
3168
|
-
};
|
|
3169
|
-
}
|
|
3170
|
-
});
|
|
3171
|
-
|
|
3172
|
-
// node_modules/es-iterator-helpers/node_modules/es-abstract/2024/IteratorClose.js
|
|
3173
|
-
var require_IteratorClose = __commonJS({
|
|
3174
|
-
"node_modules/es-iterator-helpers/node_modules/es-abstract/2024/IteratorClose.js"(exports, module) {
|
|
3175
|
-
"use strict";
|
|
3176
|
-
var $TypeError = require_type();
|
|
3177
|
-
var Call = require_Call();
|
|
3178
|
-
var CompletionRecord = require_CompletionRecord();
|
|
3179
|
-
var GetMethod = require_GetMethod();
|
|
3180
|
-
var IsCallable = require_IsCallable();
|
|
3181
|
-
var isObject = require_isObject();
|
|
3182
|
-
var isIteratorRecord = require_iterator_record();
|
|
3183
|
-
module.exports = function IteratorClose(iteratorRecord, completion) {
|
|
3184
|
-
if (!isIteratorRecord(iteratorRecord)) {
|
|
3185
|
-
throw new $TypeError("Assertion failed: `iteratorRecord` must be an Iterator Record");
|
|
3186
|
-
}
|
|
3187
|
-
if (!isObject(iteratorRecord["[[Iterator]]"])) {
|
|
3188
|
-
throw new $TypeError("Assertion failed: iteratorRecord.[[Iterator]] must be an Object");
|
|
3189
|
-
}
|
|
3190
|
-
if (!IsCallable(completion) && !(completion instanceof CompletionRecord)) {
|
|
3191
|
-
throw new $TypeError("Assertion failed: completion is not a thunk representing a Completion Record, nor a Completion Record instance");
|
|
3192
|
-
}
|
|
3193
|
-
var completionThunk = completion instanceof CompletionRecord ? function() {
|
|
3194
|
-
return completion["?"]();
|
|
3195
|
-
} : completion;
|
|
3196
|
-
var iterator = iteratorRecord["[[Iterator]]"];
|
|
3197
|
-
var iteratorReturn;
|
|
3198
|
-
try {
|
|
3199
|
-
iteratorReturn = GetMethod(iterator, "return");
|
|
3200
|
-
} catch (e) {
|
|
3201
|
-
completionThunk();
|
|
3202
|
-
completionThunk = null;
|
|
3203
|
-
throw e;
|
|
3204
|
-
}
|
|
3205
|
-
if (typeof iteratorReturn === "undefined") {
|
|
3206
|
-
return completionThunk();
|
|
3207
|
-
}
|
|
3208
|
-
var innerResult;
|
|
3209
|
-
try {
|
|
3210
|
-
innerResult = Call(iteratorReturn, iterator, []);
|
|
3211
|
-
} catch (e) {
|
|
3212
|
-
completionThunk();
|
|
3213
|
-
completionThunk = null;
|
|
3214
|
-
throw e;
|
|
3215
|
-
}
|
|
3216
|
-
var completionRecord = completionThunk();
|
|
3217
|
-
completionThunk = null;
|
|
3218
|
-
if (!isObject(innerResult)) {
|
|
3219
|
-
throw new $TypeError("iterator .return must return an object");
|
|
3220
|
-
}
|
|
3221
|
-
return completionRecord;
|
|
3222
|
-
};
|
|
3223
|
-
}
|
|
3224
|
-
});
|
|
3225
|
-
|
|
3226
|
-
// node_modules/es-iterator-helpers/node_modules/es-abstract/2024/ToBoolean.js
|
|
3227
|
-
var require_ToBoolean = __commonJS({
|
|
3228
|
-
"node_modules/es-iterator-helpers/node_modules/es-abstract/2024/ToBoolean.js"(exports, module) {
|
|
3229
|
-
"use strict";
|
|
3230
|
-
module.exports = function ToBoolean(value) {
|
|
3231
|
-
return !!value;
|
|
3232
|
-
};
|
|
3233
|
-
}
|
|
3234
|
-
});
|
|
3235
|
-
|
|
3236
|
-
// node_modules/es-iterator-helpers/node_modules/es-abstract/2024/IteratorComplete.js
|
|
3237
|
-
var require_IteratorComplete = __commonJS({
|
|
3238
|
-
"node_modules/es-iterator-helpers/node_modules/es-abstract/2024/IteratorComplete.js"(exports, module) {
|
|
3239
|
-
"use strict";
|
|
3240
|
-
var $TypeError = require_type();
|
|
3241
|
-
var Get = require_Get();
|
|
3242
|
-
var ToBoolean = require_ToBoolean();
|
|
3243
|
-
var isObject = require_isObject();
|
|
3244
|
-
module.exports = function IteratorComplete(iterResult) {
|
|
3245
|
-
if (!isObject(iterResult)) {
|
|
3246
|
-
throw new $TypeError("Assertion failed: Type(iterResult) is not Object");
|
|
3247
|
-
}
|
|
3248
|
-
return ToBoolean(Get(iterResult, "done"));
|
|
3249
|
-
};
|
|
3250
|
-
}
|
|
3251
|
-
});
|
|
3252
|
-
|
|
3253
|
-
// node_modules/es-iterator-helpers/node_modules/es-abstract/2024/IteratorNext.js
|
|
3254
|
-
var require_IteratorNext = __commonJS({
|
|
3255
|
-
"node_modules/es-iterator-helpers/node_modules/es-abstract/2024/IteratorNext.js"(exports, module) {
|
|
3256
|
-
"use strict";
|
|
3257
|
-
var $TypeError = require_type();
|
|
3258
|
-
var Call = require_Call();
|
|
3259
|
-
var isObject = require_isObject();
|
|
3260
|
-
var isIteratorRecord = require_iterator_record();
|
|
3261
|
-
module.exports = function IteratorNext(iteratorRecord) {
|
|
3262
|
-
if (!isIteratorRecord(iteratorRecord)) {
|
|
3263
|
-
throw new $TypeError("Assertion failed: `iteratorRecord` must be an Iterator Record");
|
|
3264
|
-
}
|
|
3265
|
-
var result;
|
|
3266
|
-
if (arguments.length < 2) {
|
|
3267
|
-
result = Call(iteratorRecord["[[NextMethod]]"], iteratorRecord["[[Iterator]]"]);
|
|
3268
|
-
} else {
|
|
3269
|
-
result = Call(iteratorRecord["[[NextMethod]]"], iteratorRecord["[[Iterator]]"], [arguments[1]]);
|
|
3270
|
-
}
|
|
3271
|
-
if (!isObject(result)) {
|
|
3272
|
-
throw new $TypeError("iterator next must return an object");
|
|
3273
|
-
}
|
|
3274
|
-
return result;
|
|
3275
|
-
};
|
|
3276
|
-
}
|
|
3277
|
-
});
|
|
3278
|
-
|
|
3279
|
-
// node_modules/es-iterator-helpers/node_modules/es-abstract/2024/IteratorStepValue.js
|
|
3280
|
-
var require_IteratorStepValue = __commonJS({
|
|
3281
|
-
"node_modules/es-iterator-helpers/node_modules/es-abstract/2024/IteratorStepValue.js"(exports, module) {
|
|
3282
|
-
"use strict";
|
|
3283
|
-
var $TypeError = require_type();
|
|
3284
|
-
var Get = require_Get();
|
|
3285
|
-
var IteratorComplete = require_IteratorComplete();
|
|
3286
|
-
var IteratorNext = require_IteratorNext();
|
|
3287
|
-
var isIteratorRecord = require_iterator_record();
|
|
3288
|
-
module.exports = function IteratorStepValue(iteratorRecord) {
|
|
3289
|
-
if (!isIteratorRecord(iteratorRecord)) {
|
|
3290
|
-
throw new $TypeError("Assertion failed: `iteratorRecord` must be an Iterator Record");
|
|
3291
|
-
}
|
|
3292
|
-
var result;
|
|
3293
|
-
try {
|
|
3294
|
-
result = IteratorNext(iteratorRecord);
|
|
3295
|
-
} catch (e) {
|
|
3296
|
-
iteratorRecord["[[Done]]"] = true;
|
|
3297
|
-
throw e;
|
|
3298
|
-
}
|
|
3299
|
-
var done;
|
|
3300
|
-
try {
|
|
3301
|
-
done = IteratorComplete(result);
|
|
3302
|
-
} catch (e) {
|
|
3303
|
-
iteratorRecord["[[Done]]"] = true;
|
|
3304
|
-
throw e;
|
|
3305
|
-
}
|
|
3306
|
-
if (done) {
|
|
3307
|
-
iteratorRecord["[[Done]]"] = true;
|
|
3308
|
-
return "DONE";
|
|
3309
|
-
}
|
|
3310
|
-
var value;
|
|
3311
|
-
try {
|
|
3312
|
-
value = Get(result, "value");
|
|
3313
|
-
} catch (e) {
|
|
3314
|
-
iteratorRecord["[[Done]]"] = true;
|
|
3315
|
-
throw e;
|
|
3316
|
-
}
|
|
3317
|
-
return value;
|
|
3318
|
-
};
|
|
3319
|
-
}
|
|
3320
|
-
});
|
|
3321
|
-
|
|
3322
|
-
// node_modules/es-iterator-helpers/node_modules/es-abstract/2024/ThrowCompletion.js
|
|
3323
|
-
var require_ThrowCompletion = __commonJS({
|
|
3324
|
-
"node_modules/es-iterator-helpers/node_modules/es-abstract/2024/ThrowCompletion.js"(exports, module) {
|
|
3325
|
-
"use strict";
|
|
3326
|
-
var CompletionRecord = require_CompletionRecord();
|
|
3327
|
-
module.exports = function ThrowCompletion(argument) {
|
|
3328
|
-
return new CompletionRecord("throw", argument);
|
|
3329
|
-
};
|
|
3330
|
-
}
|
|
3331
|
-
});
|
|
3332
|
-
|
|
3333
|
-
// node_modules/es-set-tostringtag/index.js
|
|
3334
|
-
var require_es_set_tostringtag = __commonJS({
|
|
3335
|
-
"node_modules/es-set-tostringtag/index.js"(exports, module) {
|
|
3336
|
-
"use strict";
|
|
3337
|
-
var GetIntrinsic = require_get_intrinsic();
|
|
3338
|
-
var $defineProperty = GetIntrinsic("%Object.defineProperty%", true);
|
|
3339
|
-
var hasToStringTag = require_shams2()();
|
|
3340
|
-
var hasOwn = require_hasown();
|
|
3341
|
-
var $TypeError = require_type();
|
|
3342
|
-
var toStringTag = hasToStringTag ? Symbol.toStringTag : null;
|
|
3343
|
-
module.exports = function setToStringTag(object, value) {
|
|
3344
|
-
var overrideIfSet = arguments.length > 2 && !!arguments[2] && arguments[2].force;
|
|
3345
|
-
var nonConfigurable = arguments.length > 2 && !!arguments[2] && arguments[2].nonConfigurable;
|
|
3346
|
-
if (typeof overrideIfSet !== "undefined" && typeof overrideIfSet !== "boolean" || typeof nonConfigurable !== "undefined" && typeof nonConfigurable !== "boolean") {
|
|
3347
|
-
throw new $TypeError("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");
|
|
3348
|
-
}
|
|
3349
|
-
if (toStringTag && (overrideIfSet || !hasOwn(object, toStringTag))) {
|
|
3350
|
-
if ($defineProperty) {
|
|
3351
|
-
$defineProperty(object, toStringTag, {
|
|
3352
|
-
configurable: !nonConfigurable,
|
|
3353
|
-
enumerable: false,
|
|
3354
|
-
value,
|
|
3355
|
-
writable: false
|
|
3356
|
-
});
|
|
3357
|
-
} else {
|
|
3358
|
-
object[toStringTag] = value;
|
|
3359
|
-
}
|
|
3360
|
-
}
|
|
3361
|
-
};
|
|
3362
|
-
}
|
|
3363
|
-
});
|
|
3364
|
-
|
|
3365
|
-
// node_modules/functions-have-names/index.js
|
|
3366
|
-
var require_functions_have_names = __commonJS({
|
|
3367
|
-
"node_modules/functions-have-names/index.js"(exports, module) {
|
|
3368
|
-
"use strict";
|
|
3369
|
-
var functionsHaveNames = function functionsHaveNames2() {
|
|
3370
|
-
return typeof function f() {
|
|
3371
|
-
}.name === "string";
|
|
3372
|
-
};
|
|
3373
|
-
var gOPD = Object.getOwnPropertyDescriptor;
|
|
3374
|
-
if (gOPD) {
|
|
3375
|
-
try {
|
|
3376
|
-
gOPD([], "length");
|
|
3377
|
-
} catch (e) {
|
|
3378
|
-
gOPD = null;
|
|
3379
|
-
}
|
|
3380
|
-
}
|
|
3381
|
-
functionsHaveNames.functionsHaveConfigurableNames = function functionsHaveConfigurableNames() {
|
|
3382
|
-
if (!functionsHaveNames() || !gOPD) {
|
|
3383
|
-
return false;
|
|
3384
|
-
}
|
|
3385
|
-
var desc = gOPD(function() {
|
|
3386
|
-
}, "name");
|
|
3387
|
-
return !!desc && !!desc.configurable;
|
|
3388
|
-
};
|
|
3389
|
-
var $bind = Function.prototype.bind;
|
|
3390
|
-
functionsHaveNames.boundFunctionsHaveNames = function boundFunctionsHaveNames() {
|
|
3391
|
-
return functionsHaveNames() && typeof $bind === "function" && function f() {
|
|
3392
|
-
}.bind().name !== "";
|
|
3393
|
-
};
|
|
3394
|
-
module.exports = functionsHaveNames;
|
|
3395
|
-
}
|
|
3396
|
-
});
|
|
3397
|
-
|
|
3398
|
-
// node_modules/set-function-name/index.js
|
|
3399
|
-
var require_set_function_name = __commonJS({
|
|
3400
|
-
"node_modules/set-function-name/index.js"(exports, module) {
|
|
3401
|
-
"use strict";
|
|
3402
|
-
var define = require_define_data_property();
|
|
3403
|
-
var hasDescriptors = require_has_property_descriptors()();
|
|
3404
|
-
var functionsHaveConfigurableNames = require_functions_have_names().functionsHaveConfigurableNames();
|
|
3405
|
-
var $TypeError = require_type();
|
|
3406
|
-
module.exports = function setFunctionName(fn, name) {
|
|
3407
|
-
if (typeof fn !== "function") {
|
|
3408
|
-
throw new $TypeError("`fn` is not a function");
|
|
3409
|
-
}
|
|
3410
|
-
var loose = arguments.length > 2 && !!arguments[2];
|
|
3411
|
-
if (!loose || functionsHaveConfigurableNames) {
|
|
3412
|
-
if (hasDescriptors) {
|
|
3413
|
-
define(
|
|
3414
|
-
/** @type {Parameters<define>[0]} */
|
|
3415
|
-
fn,
|
|
3416
|
-
"name",
|
|
3417
|
-
name,
|
|
3418
|
-
true,
|
|
3419
|
-
true
|
|
3420
|
-
);
|
|
3421
|
-
} else {
|
|
3422
|
-
define(
|
|
3423
|
-
/** @type {Parameters<define>[0]} */
|
|
3424
|
-
fn,
|
|
3425
|
-
"name",
|
|
3426
|
-
name
|
|
3427
|
-
);
|
|
3339
|
+
}
|
|
3340
|
+
if (Type(obj) !== "Object") {
|
|
3341
|
+
if (stringHandling === "REJECT-STRINGS" || typeof obj !== "string") {
|
|
3342
|
+
throw new $TypeError("obj must be an Object");
|
|
3428
3343
|
}
|
|
3429
3344
|
}
|
|
3430
|
-
|
|
3345
|
+
var method = void 0;
|
|
3346
|
+
method = getIteratorMethod(
|
|
3347
|
+
{
|
|
3348
|
+
AdvanceStringIndex,
|
|
3349
|
+
GetMethod,
|
|
3350
|
+
IsArray
|
|
3351
|
+
},
|
|
3352
|
+
obj
|
|
3353
|
+
);
|
|
3354
|
+
var iterator;
|
|
3355
|
+
if (typeof method === "undefined") {
|
|
3356
|
+
iterator = obj;
|
|
3357
|
+
} else {
|
|
3358
|
+
iterator = Call(method, obj);
|
|
3359
|
+
}
|
|
3360
|
+
if (Type(iterator) !== "Object") {
|
|
3361
|
+
throw new $TypeError("iterator must be an Object");
|
|
3362
|
+
}
|
|
3363
|
+
return GetIteratorDirect(iterator);
|
|
3431
3364
|
};
|
|
3432
3365
|
}
|
|
3433
3366
|
});
|
|
3434
3367
|
|
|
3435
|
-
// node_modules/
|
|
3436
|
-
var
|
|
3437
|
-
"node_modules/
|
|
3368
|
+
// node_modules/es-set-tostringtag/index.js
|
|
3369
|
+
var require_es_set_tostringtag = __commonJS({
|
|
3370
|
+
"node_modules/es-set-tostringtag/index.js"(exports, module) {
|
|
3438
3371
|
"use strict";
|
|
3439
3372
|
var GetIntrinsic = require_get_intrinsic();
|
|
3440
|
-
var
|
|
3441
|
-
var
|
|
3442
|
-
var
|
|
3443
|
-
var
|
|
3444
|
-
var
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
iter = setFunctionName(function SymbolIterator() {
|
|
3451
|
-
return this;
|
|
3452
|
-
}, "[Symbol.iterator]", true);
|
|
3453
|
-
defineDataProperty(result, Symbol.iterator, iter, true);
|
|
3373
|
+
var $defineProperty = GetIntrinsic("%Object.defineProperty%", true);
|
|
3374
|
+
var hasToStringTag = require_shams2()();
|
|
3375
|
+
var hasOwn = require_hasown();
|
|
3376
|
+
var $TypeError = require_type();
|
|
3377
|
+
var toStringTag = hasToStringTag ? Symbol.toStringTag : null;
|
|
3378
|
+
module.exports = function setToStringTag(object, value) {
|
|
3379
|
+
var overrideIfSet = arguments.length > 2 && !!arguments[2] && arguments[2].force;
|
|
3380
|
+
var nonConfigurable = arguments.length > 2 && !!arguments[2] && arguments[2].nonConfigurable;
|
|
3381
|
+
if (typeof overrideIfSet !== "undefined" && typeof overrideIfSet !== "boolean" || typeof nonConfigurable !== "undefined" && typeof nonConfigurable !== "boolean") {
|
|
3382
|
+
throw new $TypeError("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");
|
|
3454
3383
|
}
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3384
|
+
if (toStringTag && (overrideIfSet || !hasOwn(object, toStringTag))) {
|
|
3385
|
+
if ($defineProperty) {
|
|
3386
|
+
$defineProperty(object, toStringTag, {
|
|
3387
|
+
configurable: !nonConfigurable,
|
|
3388
|
+
enumerable: false,
|
|
3389
|
+
value,
|
|
3390
|
+
writable: false
|
|
3391
|
+
});
|
|
3392
|
+
} else {
|
|
3393
|
+
object[toStringTag] = value;
|
|
3394
|
+
}
|
|
3395
|
+
}
|
|
3396
|
+
};
|
|
3466
3397
|
}
|
|
3467
3398
|
});
|
|
3468
3399
|
|
|
@@ -3513,17 +3444,6 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3513
3444
|
}
|
|
3514
3445
|
});
|
|
3515
3446
|
|
|
3516
|
-
// node_modules/es-iterator-helpers/node_modules/es-abstract/2024/NormalCompletion.js
|
|
3517
|
-
var require_NormalCompletion = __commonJS({
|
|
3518
|
-
"node_modules/es-iterator-helpers/node_modules/es-abstract/2024/NormalCompletion.js"(exports, module) {
|
|
3519
|
-
"use strict";
|
|
3520
|
-
var CompletionRecord = require_CompletionRecord();
|
|
3521
|
-
module.exports = function NormalCompletion(value) {
|
|
3522
|
-
return new CompletionRecord("normal", value);
|
|
3523
|
-
};
|
|
3524
|
-
}
|
|
3525
|
-
});
|
|
3526
|
-
|
|
3527
3447
|
// node_modules/es-iterator-helpers/aos/GeneratorResumeAbrupt.js
|
|
3528
3448
|
var require_GeneratorResumeAbrupt = __commonJS({
|
|
3529
3449
|
"node_modules/es-iterator-helpers/aos/GeneratorResumeAbrupt.js"(exports, module) {
|
|
@@ -3609,7 +3529,7 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3609
3529
|
"use strict";
|
|
3610
3530
|
var setToStringTag = require_es_set_tostringtag();
|
|
3611
3531
|
var hasProto = require_has_proto()();
|
|
3612
|
-
var iterProto =
|
|
3532
|
+
var iterProto = require_implementation4();
|
|
3613
3533
|
var SLOT = require_internal_slot();
|
|
3614
3534
|
var CreateIterResultObject = require_CreateIterResultObject();
|
|
3615
3535
|
var GeneratorResume = require_GeneratorResume();
|
|
@@ -3658,7 +3578,7 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3658
3578
|
});
|
|
3659
3579
|
|
|
3660
3580
|
// node_modules/es-iterator-helpers/Iterator.prototype.flatMap/implementation.js
|
|
3661
|
-
var
|
|
3581
|
+
var require_implementation5 = __commonJS({
|
|
3662
3582
|
"node_modules/es-iterator-helpers/Iterator.prototype.flatMap/implementation.js"(exports, module) {
|
|
3663
3583
|
"use strict";
|
|
3664
3584
|
var $TypeError = require_type();
|
|
@@ -3759,10 +3679,10 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3759
3679
|
});
|
|
3760
3680
|
|
|
3761
3681
|
// node_modules/es-iterator-helpers/Iterator.prototype.flatMap/polyfill.js
|
|
3762
|
-
var
|
|
3682
|
+
var require_polyfill2 = __commonJS({
|
|
3763
3683
|
"node_modules/es-iterator-helpers/Iterator.prototype.flatMap/polyfill.js"(exports, module) {
|
|
3764
3684
|
"use strict";
|
|
3765
|
-
var implementation =
|
|
3685
|
+
var implementation = require_implementation5();
|
|
3766
3686
|
module.exports = function getPolyfill() {
|
|
3767
3687
|
if (typeof Iterator === "function" && typeof Iterator.prototype.flatMap === "function") {
|
|
3768
3688
|
try {
|
|
@@ -3778,12 +3698,12 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3778
3698
|
});
|
|
3779
3699
|
|
|
3780
3700
|
// node_modules/es-iterator-helpers/Iterator.prototype.flatMap/shim.js
|
|
3781
|
-
var
|
|
3701
|
+
var require_shim2 = __commonJS({
|
|
3782
3702
|
"node_modules/es-iterator-helpers/Iterator.prototype.flatMap/shim.js"(exports, module) {
|
|
3783
3703
|
"use strict";
|
|
3784
3704
|
var define = require_define_properties();
|
|
3785
|
-
var getPolyfill =
|
|
3786
|
-
var $IteratorPrototype =
|
|
3705
|
+
var getPolyfill = require_polyfill2();
|
|
3706
|
+
var $IteratorPrototype = require_implementation4();
|
|
3787
3707
|
module.exports = function shimIteratorPrototypeFlatMap() {
|
|
3788
3708
|
var polyfill = getPolyfill();
|
|
3789
3709
|
define(
|
|
@@ -3798,6 +3718,271 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3798
3718
|
}
|
|
3799
3719
|
});
|
|
3800
3720
|
|
|
3801
|
-
// node_modules/es-iterator-helpers/Iterator.prototype.
|
|
3721
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.map/implementation.js
|
|
3722
|
+
var require_implementation6 = __commonJS({
|
|
3723
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.map/implementation.js"(exports, module) {
|
|
3724
|
+
"use strict";
|
|
3725
|
+
var $TypeError = require_type();
|
|
3726
|
+
var Call = require_Call();
|
|
3727
|
+
var CompletionRecord = require_CompletionRecord();
|
|
3728
|
+
var CreateIteratorFromClosure = require_CreateIteratorFromClosure();
|
|
3729
|
+
var GetIteratorDirect = require_GetIteratorDirect();
|
|
3730
|
+
var IsCallable = require_IsCallable();
|
|
3731
|
+
var IteratorClose = require_IteratorClose();
|
|
3732
|
+
var IteratorStepValue = require_IteratorStepValue();
|
|
3733
|
+
var ThrowCompletion = require_ThrowCompletion();
|
|
3734
|
+
var Type = require_Type2();
|
|
3735
|
+
var iterHelperProto = require_IteratorHelperPrototype();
|
|
3736
|
+
var SLOT = require_internal_slot();
|
|
3737
|
+
module.exports = function map(mapper) {
|
|
3738
|
+
if (this instanceof map) {
|
|
3739
|
+
throw new $TypeError("`map` is not a constructor");
|
|
3740
|
+
}
|
|
3741
|
+
var O = this;
|
|
3742
|
+
if (Type(O) !== "Object") {
|
|
3743
|
+
throw new $TypeError("`this` value must be an Object");
|
|
3744
|
+
}
|
|
3745
|
+
if (!IsCallable(mapper)) {
|
|
3746
|
+
throw new $TypeError("`mapper` must be a function");
|
|
3747
|
+
}
|
|
3748
|
+
var iterated = GetIteratorDirect(O);
|
|
3749
|
+
var closeIfAbrupt = function(abruptCompletion) {
|
|
3750
|
+
if (!(abruptCompletion instanceof CompletionRecord)) {
|
|
3751
|
+
throw new $TypeError("`abruptCompletion` must be a Completion Record");
|
|
3752
|
+
}
|
|
3753
|
+
IteratorClose(
|
|
3754
|
+
iterated,
|
|
3755
|
+
abruptCompletion
|
|
3756
|
+
);
|
|
3757
|
+
};
|
|
3758
|
+
var sentinel = {};
|
|
3759
|
+
var counter = 0;
|
|
3760
|
+
var closure = function() {
|
|
3761
|
+
var value = IteratorStepValue(iterated);
|
|
3762
|
+
if (iterated["[[Done]]"]) {
|
|
3763
|
+
return sentinel;
|
|
3764
|
+
}
|
|
3765
|
+
var mapped;
|
|
3766
|
+
try {
|
|
3767
|
+
mapped = Call(mapper, void 0, [value, counter]);
|
|
3768
|
+
return mapped;
|
|
3769
|
+
} catch (e) {
|
|
3770
|
+
closeIfAbrupt(ThrowCompletion(e));
|
|
3771
|
+
throw e;
|
|
3772
|
+
} finally {
|
|
3773
|
+
counter += 1;
|
|
3774
|
+
}
|
|
3775
|
+
};
|
|
3776
|
+
SLOT.set(closure, "[[Sentinel]]", sentinel);
|
|
3777
|
+
SLOT.set(closure, "[[CloseIfAbrupt]]", closeIfAbrupt);
|
|
3778
|
+
var result = CreateIteratorFromClosure(closure, "Iterator Helper", iterHelperProto, ["[[UnderlyingIterators]]"]);
|
|
3779
|
+
SLOT.set(result, "[[UnderlyingIterators]]", [iterated]);
|
|
3780
|
+
return result;
|
|
3781
|
+
};
|
|
3782
|
+
}
|
|
3783
|
+
});
|
|
3784
|
+
|
|
3785
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.map/polyfill.js
|
|
3786
|
+
var require_polyfill3 = __commonJS({
|
|
3787
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.map/polyfill.js"(exports, module) {
|
|
3788
|
+
"use strict";
|
|
3789
|
+
var implementation = require_implementation6();
|
|
3790
|
+
module.exports = function getPolyfill() {
|
|
3791
|
+
if (typeof Iterator === "function" && typeof Iterator.prototype.map === "function") {
|
|
3792
|
+
try {
|
|
3793
|
+
Iterator.prototype.map.call({ next: null }, function() {
|
|
3794
|
+
}).next();
|
|
3795
|
+
} catch (e) {
|
|
3796
|
+
return Iterator.prototype.map;
|
|
3797
|
+
}
|
|
3798
|
+
}
|
|
3799
|
+
return implementation;
|
|
3800
|
+
};
|
|
3801
|
+
}
|
|
3802
|
+
});
|
|
3803
|
+
|
|
3804
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.map/shim.js
|
|
3805
|
+
var require_shim3 = __commonJS({
|
|
3806
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.map/shim.js"(exports, module) {
|
|
3807
|
+
"use strict";
|
|
3808
|
+
var define = require_define_properties();
|
|
3809
|
+
var getPolyfill = require_polyfill3();
|
|
3810
|
+
var $IteratorPrototype = require_implementation4();
|
|
3811
|
+
module.exports = function shimIteratorPrototypeMap() {
|
|
3812
|
+
var polyfill = getPolyfill();
|
|
3813
|
+
define(
|
|
3814
|
+
$IteratorPrototype,
|
|
3815
|
+
{ map: polyfill },
|
|
3816
|
+
{ map: function() {
|
|
3817
|
+
return $IteratorPrototype.map !== polyfill;
|
|
3818
|
+
} }
|
|
3819
|
+
);
|
|
3820
|
+
return polyfill;
|
|
3821
|
+
};
|
|
3822
|
+
}
|
|
3823
|
+
});
|
|
3824
|
+
|
|
3825
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.reduce/implementation.js
|
|
3826
|
+
var require_implementation7 = __commonJS({
|
|
3827
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.reduce/implementation.js"(exports, module) {
|
|
3828
|
+
"use strict";
|
|
3829
|
+
var $TypeError = require_type();
|
|
3830
|
+
var Call = require_Call();
|
|
3831
|
+
var GetIteratorDirect = require_GetIteratorDirect();
|
|
3832
|
+
var IsCallable = require_IsCallable();
|
|
3833
|
+
var IteratorClose = require_IteratorClose();
|
|
3834
|
+
var IteratorStepValue = require_IteratorStepValue();
|
|
3835
|
+
var ThrowCompletion = require_ThrowCompletion();
|
|
3836
|
+
var Type = require_Type2();
|
|
3837
|
+
module.exports = function reduce(reducer) {
|
|
3838
|
+
if (this instanceof reduce) {
|
|
3839
|
+
throw new $TypeError("`reduce` is not a constructor");
|
|
3840
|
+
}
|
|
3841
|
+
var O = this;
|
|
3842
|
+
if (Type(O) !== "Object") {
|
|
3843
|
+
throw new $TypeError("`this` value must be an Object");
|
|
3844
|
+
}
|
|
3845
|
+
if (!IsCallable(reducer)) {
|
|
3846
|
+
throw new $TypeError("`reducer` must be a function");
|
|
3847
|
+
}
|
|
3848
|
+
var iterated = GetIteratorDirect(O);
|
|
3849
|
+
var accumulator;
|
|
3850
|
+
var counter;
|
|
3851
|
+
if (arguments.length < 2) {
|
|
3852
|
+
accumulator = IteratorStepValue(iterated);
|
|
3853
|
+
if (iterated["[[Done]]"]) {
|
|
3854
|
+
throw new $TypeError("Reduce of empty iterator with no initial value");
|
|
3855
|
+
}
|
|
3856
|
+
counter = 1;
|
|
3857
|
+
} else {
|
|
3858
|
+
accumulator = arguments[1];
|
|
3859
|
+
counter = 0;
|
|
3860
|
+
}
|
|
3861
|
+
while (true) {
|
|
3862
|
+
var value = IteratorStepValue(iterated);
|
|
3863
|
+
if (iterated["[[Done]]"]) {
|
|
3864
|
+
return accumulator;
|
|
3865
|
+
}
|
|
3866
|
+
try {
|
|
3867
|
+
var result = Call(reducer, void 0, [accumulator, value, counter]);
|
|
3868
|
+
accumulator = result;
|
|
3869
|
+
} catch (e) {
|
|
3870
|
+
IteratorClose(
|
|
3871
|
+
iterated,
|
|
3872
|
+
ThrowCompletion(e)
|
|
3873
|
+
);
|
|
3874
|
+
}
|
|
3875
|
+
counter += 1;
|
|
3876
|
+
}
|
|
3877
|
+
};
|
|
3878
|
+
}
|
|
3879
|
+
});
|
|
3880
|
+
|
|
3881
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.reduce/polyfill.js
|
|
3882
|
+
var require_polyfill4 = __commonJS({
|
|
3883
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.reduce/polyfill.js"(exports, module) {
|
|
3884
|
+
"use strict";
|
|
3885
|
+
var implementation = require_implementation7();
|
|
3886
|
+
module.exports = function getPolyfill() {
|
|
3887
|
+
return typeof Iterator === "function" && typeof Iterator.prototype.reduce === "function" ? Iterator.prototype.reduce : implementation;
|
|
3888
|
+
};
|
|
3889
|
+
}
|
|
3890
|
+
});
|
|
3891
|
+
|
|
3892
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.reduce/shim.js
|
|
3893
|
+
var require_shim4 = __commonJS({
|
|
3894
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.reduce/shim.js"(exports, module) {
|
|
3895
|
+
"use strict";
|
|
3896
|
+
var define = require_define_properties();
|
|
3897
|
+
var getPolyfill = require_polyfill4();
|
|
3898
|
+
var $IteratorPrototype = require_implementation4();
|
|
3899
|
+
module.exports = function shimIteratorPrototypeReduce() {
|
|
3900
|
+
var polyfill = getPolyfill();
|
|
3901
|
+
define(
|
|
3902
|
+
$IteratorPrototype,
|
|
3903
|
+
{ reduce: polyfill },
|
|
3904
|
+
{ reduce: function() {
|
|
3905
|
+
return $IteratorPrototype.reduce !== polyfill;
|
|
3906
|
+
} }
|
|
3907
|
+
);
|
|
3908
|
+
return polyfill;
|
|
3909
|
+
};
|
|
3910
|
+
}
|
|
3911
|
+
});
|
|
3912
|
+
|
|
3913
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.toArray/implementation.js
|
|
3914
|
+
var require_implementation8 = __commonJS({
|
|
3915
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.toArray/implementation.js"(exports, module) {
|
|
3916
|
+
"use strict";
|
|
3917
|
+
var $TypeError = require_type();
|
|
3918
|
+
var GetIteratorDirect = require_GetIteratorDirect();
|
|
3919
|
+
var IteratorStepValue = require_IteratorStepValue();
|
|
3920
|
+
var Type = require_Type2();
|
|
3921
|
+
module.exports = function toArray() {
|
|
3922
|
+
if (this instanceof toArray) {
|
|
3923
|
+
throw new $TypeError("`toArray` is not a constructor");
|
|
3924
|
+
}
|
|
3925
|
+
var O = this;
|
|
3926
|
+
if (Type(O) !== "Object") {
|
|
3927
|
+
throw new $TypeError("`this` value must be an Object");
|
|
3928
|
+
}
|
|
3929
|
+
var iterated = GetIteratorDirect(O);
|
|
3930
|
+
var items = [];
|
|
3931
|
+
while (true) {
|
|
3932
|
+
var value = IteratorStepValue(iterated);
|
|
3933
|
+
if (iterated["[[Done]]"]) {
|
|
3934
|
+
return items;
|
|
3935
|
+
}
|
|
3936
|
+
items[items.length] = value;
|
|
3937
|
+
}
|
|
3938
|
+
};
|
|
3939
|
+
}
|
|
3940
|
+
});
|
|
3941
|
+
|
|
3942
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.toArray/polyfill.js
|
|
3943
|
+
var require_polyfill5 = __commonJS({
|
|
3944
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.toArray/polyfill.js"(exports, module) {
|
|
3945
|
+
"use strict";
|
|
3946
|
+
var implementation = require_implementation8();
|
|
3947
|
+
module.exports = function getPolyfill() {
|
|
3948
|
+
return typeof Iterator === "function" && typeof Iterator.prototype.toArray === "function" ? Iterator.prototype.toArray : implementation;
|
|
3949
|
+
};
|
|
3950
|
+
}
|
|
3951
|
+
});
|
|
3952
|
+
|
|
3953
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.toArray/shim.js
|
|
3954
|
+
var require_shim5 = __commonJS({
|
|
3955
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.toArray/shim.js"(exports, module) {
|
|
3956
|
+
"use strict";
|
|
3957
|
+
var define = require_define_properties();
|
|
3958
|
+
var getPolyfill = require_polyfill5();
|
|
3959
|
+
var $IteratorPrototype = require_implementation4();
|
|
3960
|
+
module.exports = function shimIteratorPrototypeToArray() {
|
|
3961
|
+
var polyfill = getPolyfill();
|
|
3962
|
+
define(
|
|
3963
|
+
$IteratorPrototype,
|
|
3964
|
+
{ toArray: polyfill },
|
|
3965
|
+
{ toArray: function() {
|
|
3966
|
+
return $IteratorPrototype.toArray !== polyfill;
|
|
3967
|
+
} }
|
|
3968
|
+
);
|
|
3969
|
+
return polyfill;
|
|
3970
|
+
};
|
|
3971
|
+
}
|
|
3972
|
+
});
|
|
3973
|
+
|
|
3974
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.find/auto.js
|
|
3802
3975
|
require_shim()();
|
|
3976
|
+
|
|
3977
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.flatMap/auto.js
|
|
3978
|
+
require_shim2()();
|
|
3979
|
+
|
|
3980
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.map/auto.js
|
|
3981
|
+
require_shim3()();
|
|
3982
|
+
|
|
3983
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.reduce/auto.js
|
|
3984
|
+
require_shim4()();
|
|
3985
|
+
|
|
3986
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.toArray/auto.js
|
|
3987
|
+
require_shim5()();
|
|
3803
3988
|
})();
|