@paulirish/trace_engine 0.0.50 → 0.0.51
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 +0 -3
- 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 +2 -2
- package/core/platform/platform-tsconfig.json +2 -3
- 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 +156 -31
- 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 +55 -22
- package/locales/en-XL.json +55 -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 +2 -2
- package/models/cpu_profile/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- 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 +20 -2
- package/models/trace/extras/ScriptDuplication.d.ts +11 -15
- package/models/trace/extras/ScriptDuplication.js +59 -77
- package/models/trace/extras/ScriptDuplication.js.map +1 -1
- package/models/trace/extras/ThirdParties.d.ts +6 -13
- package/models/trace/extras/ThirdParties.js +69 -133
- 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 +2 -2
- package/models/trace/extras/extras-tsconfig.json +2 -2
- package/models/trace/extras/extras.d.ts +880 -787
- package/models/trace/extras/extras.js +880 -787
- package/models/trace/handlers/AsyncJSCallsHandler.js +36 -4
- 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 +3 -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 +93 -1
- package/models/trace/handlers/ScriptsHandler.js.map +1 -1
- package/models/trace/handlers/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/handlers/handlers-tsconfig.json +2 -3
- 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 +2 -2
- package/models/trace/helpers/helpers-tsconfig.json +2 -2
- package/models/trace/insights/{UseCache.d.ts → Cache.d.ts} +2 -2
- package/models/trace/insights/{UseCache.js → Cache.js} +11 -5
- package/models/trace/insights/Cache.js.map +1 -0
- package/models/trace/insights/Common.d.ts +21 -2
- package/models/trace/insights/Common.js +86 -2
- package/models/trace/insights/Common.js.map +1 -1
- package/models/trace/insights/DocumentLatency.js +2 -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 +25 -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/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 +77 -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 +2 -2
- package/models/trace/insights/insights-tsconfig.json +8 -3
- package/models/trace/insights/types.d.ts +1 -0
- package/models/trace/insights/types.js.map +1 -1
- package/models/trace/lantern/core/core-tsconfig.json +2 -2
- package/models/trace/lantern/core/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/graph/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/graph/graph-tsconfig.json +2 -2
- package/models/trace/lantern/lantern-tsconfig.json +2 -2
- 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 +2 -2
- package/models/trace/lantern/metrics/metrics-tsconfig.json +2 -2
- package/models/trace/lantern/simulation/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/simulation/simulation-tsconfig.json +2 -2
- package/models/trace/lantern/types/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/types/types-tsconfig.json +2 -2
- package/models/trace/trace-tsconfig.json +2 -2
- 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 +28 -50
- 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 +2 -2
- package/models/trace/types/types-tsconfig.json +2 -2
- 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,10 @@ 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.toArray/auto';
|
|
21
24
|
|
|
22
25
|
"use strict";
|
|
23
26
|
(() => {
|
|
@@ -594,9 +597,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
594
597
|
}
|
|
595
598
|
});
|
|
596
599
|
|
|
597
|
-
// node_modules/
|
|
600
|
+
// node_modules/function-bind/implementation.js
|
|
598
601
|
var require_implementation2 = __commonJS({
|
|
599
|
-
"node_modules/
|
|
602
|
+
"node_modules/function-bind/implementation.js"(exports, module) {
|
|
600
603
|
"use strict";
|
|
601
604
|
var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
|
|
602
605
|
var toStr = Object.prototype.toString;
|
|
@@ -670,9 +673,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
670
673
|
}
|
|
671
674
|
});
|
|
672
675
|
|
|
673
|
-
// node_modules/
|
|
676
|
+
// node_modules/function-bind/index.js
|
|
674
677
|
var require_function_bind = __commonJS({
|
|
675
|
-
"node_modules/
|
|
678
|
+
"node_modules/function-bind/index.js"(exports, module) {
|
|
676
679
|
"use strict";
|
|
677
680
|
var implementation = require_implementation2();
|
|
678
681
|
module.exports = Function.prototype.bind || implementation;
|
|
@@ -783,183 +786,13 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
783
786
|
}
|
|
784
787
|
});
|
|
785
788
|
|
|
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
789
|
// node_modules/hasown/index.js
|
|
957
790
|
var require_hasown = __commonJS({
|
|
958
791
|
"node_modules/hasown/index.js"(exports, module) {
|
|
959
792
|
"use strict";
|
|
960
793
|
var call = Function.prototype.call;
|
|
961
794
|
var $hasOwn = Object.prototype.hasOwnProperty;
|
|
962
|
-
var bind =
|
|
795
|
+
var bind = require_function_bind();
|
|
963
796
|
module.exports = bind.call(call, $hasOwn);
|
|
964
797
|
}
|
|
965
798
|
});
|
|
@@ -1185,7 +1018,7 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
1185
1018
|
"%WeakMapPrototype%": ["WeakMap", "prototype"],
|
|
1186
1019
|
"%WeakSetPrototype%": ["WeakSet", "prototype"]
|
|
1187
1020
|
};
|
|
1188
|
-
var bind =
|
|
1021
|
+
var bind = require_function_bind();
|
|
1189
1022
|
var hasOwn = require_hasown();
|
|
1190
1023
|
var $concat = bind.call($call, Array.prototype.concat);
|
|
1191
1024
|
var $spliceApply = bind.call($apply, Array.prototype.splice);
|
|
@@ -1271,7 +1104,7 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
1271
1104
|
if (!allowMissing) {
|
|
1272
1105
|
throw new $TypeError("base intrinsic for " + name + " exists, but the property is not available.");
|
|
1273
1106
|
}
|
|
1274
|
-
return void
|
|
1107
|
+
return void undefined2;
|
|
1275
1108
|
}
|
|
1276
1109
|
if ($gOPD && i + 1 >= parts.length) {
|
|
1277
1110
|
var desc = $gOPD(value, part);
|
|
@@ -1318,9 +1151,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
1318
1151
|
}
|
|
1319
1152
|
});
|
|
1320
1153
|
|
|
1321
|
-
// node_modules/es-
|
|
1154
|
+
// node_modules/es-abstract/helpers/IsArray.js
|
|
1322
1155
|
var require_IsArray = __commonJS({
|
|
1323
|
-
"node_modules/es-
|
|
1156
|
+
"node_modules/es-abstract/helpers/IsArray.js"(exports, module) {
|
|
1324
1157
|
"use strict";
|
|
1325
1158
|
var GetIntrinsic = require_get_intrinsic();
|
|
1326
1159
|
var $Array = GetIntrinsic("%Array%");
|
|
@@ -1331,17 +1164,17 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
1331
1164
|
}
|
|
1332
1165
|
});
|
|
1333
1166
|
|
|
1334
|
-
// node_modules/es-
|
|
1167
|
+
// node_modules/es-abstract/2024/IsArray.js
|
|
1335
1168
|
var require_IsArray2 = __commonJS({
|
|
1336
|
-
"node_modules/es-
|
|
1169
|
+
"node_modules/es-abstract/2024/IsArray.js"(exports, module) {
|
|
1337
1170
|
"use strict";
|
|
1338
1171
|
module.exports = require_IsArray();
|
|
1339
1172
|
}
|
|
1340
1173
|
});
|
|
1341
1174
|
|
|
1342
|
-
// node_modules/es-
|
|
1175
|
+
// node_modules/es-abstract/2024/Call.js
|
|
1343
1176
|
var require_Call = __commonJS({
|
|
1344
|
-
"node_modules/es-
|
|
1177
|
+
"node_modules/es-abstract/2024/Call.js"(exports, module) {
|
|
1345
1178
|
"use strict";
|
|
1346
1179
|
var GetIntrinsic = require_get_intrinsic();
|
|
1347
1180
|
var callBound = require_call_bound();
|
|
@@ -1895,62 +1728,291 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
1895
1728
|
}
|
|
1896
1729
|
});
|
|
1897
1730
|
|
|
1898
|
-
// node_modules/
|
|
1899
|
-
var
|
|
1900
|
-
"node_modules/
|
|
1731
|
+
// node_modules/es-abstract/helpers/isObject.js
|
|
1732
|
+
var require_isObject = __commonJS({
|
|
1733
|
+
"node_modules/es-abstract/helpers/isObject.js"(exports, module) {
|
|
1734
|
+
"use strict";
|
|
1735
|
+
module.exports = function isObject(x) {
|
|
1736
|
+
return !!x && (typeof x === "function" || typeof x === "object");
|
|
1737
|
+
};
|
|
1738
|
+
}
|
|
1739
|
+
});
|
|
1740
|
+
|
|
1741
|
+
// node_modules/es-abstract/helpers/isPropertyKey.js
|
|
1742
|
+
var require_isPropertyKey = __commonJS({
|
|
1743
|
+
"node_modules/es-abstract/helpers/isPropertyKey.js"(exports, module) {
|
|
1744
|
+
"use strict";
|
|
1745
|
+
module.exports = function isPropertyKey(argument) {
|
|
1746
|
+
return typeof argument === "string" || typeof argument === "symbol";
|
|
1747
|
+
};
|
|
1748
|
+
}
|
|
1749
|
+
});
|
|
1750
|
+
|
|
1751
|
+
// node_modules/es-abstract/2024/Get.js
|
|
1752
|
+
var require_Get = __commonJS({
|
|
1753
|
+
"node_modules/es-abstract/2024/Get.js"(exports, module) {
|
|
1901
1754
|
"use strict";
|
|
1902
|
-
var inspect = require_object_inspect();
|
|
1903
1755
|
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
|
-
}
|
|
1756
|
+
var inspect = require_object_inspect();
|
|
1757
|
+
var isObject = require_isObject();
|
|
1758
|
+
var isPropertyKey = require_isPropertyKey();
|
|
1759
|
+
module.exports = function Get(O, P) {
|
|
1760
|
+
if (!isObject(O)) {
|
|
1761
|
+
throw new $TypeError("Assertion failed: Type(O) is not Object");
|
|
1917
1762
|
}
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
if (!objects) {
|
|
1921
|
-
return void 0;
|
|
1763
|
+
if (!isPropertyKey(P)) {
|
|
1764
|
+
throw new $TypeError("Assertion failed: P is not a Property Key, got " + inspect(P));
|
|
1922
1765
|
}
|
|
1923
|
-
|
|
1924
|
-
return node && node.value;
|
|
1766
|
+
return O[P];
|
|
1925
1767
|
};
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
};
|
|
1768
|
+
}
|
|
1769
|
+
});
|
|
1770
|
+
|
|
1771
|
+
// node_modules/es-abstract/5/Type.js
|
|
1772
|
+
var require_Type = __commonJS({
|
|
1773
|
+
"node_modules/es-abstract/5/Type.js"(exports, module) {
|
|
1774
|
+
"use strict";
|
|
1775
|
+
var isObject = require_isObject();
|
|
1776
|
+
module.exports = function Type(x) {
|
|
1777
|
+
if (x === null) {
|
|
1778
|
+
return "Null";
|
|
1938
1779
|
}
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
if (!objects) {
|
|
1942
|
-
return false;
|
|
1780
|
+
if (typeof x === "undefined") {
|
|
1781
|
+
return "Undefined";
|
|
1943
1782
|
}
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
if (
|
|
1948
|
-
return
|
|
1783
|
+
if (isObject(x)) {
|
|
1784
|
+
return "Object";
|
|
1785
|
+
}
|
|
1786
|
+
if (typeof x === "number") {
|
|
1787
|
+
return "Number";
|
|
1788
|
+
}
|
|
1789
|
+
if (typeof x === "boolean") {
|
|
1790
|
+
return "Boolean";
|
|
1791
|
+
}
|
|
1792
|
+
if (typeof x === "string") {
|
|
1793
|
+
return "String";
|
|
1949
1794
|
}
|
|
1950
1795
|
};
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1796
|
+
}
|
|
1797
|
+
});
|
|
1798
|
+
|
|
1799
|
+
// node_modules/es-abstract/2024/Type.js
|
|
1800
|
+
var require_Type2 = __commonJS({
|
|
1801
|
+
"node_modules/es-abstract/2024/Type.js"(exports, module) {
|
|
1802
|
+
"use strict";
|
|
1803
|
+
var ES5Type = require_Type();
|
|
1804
|
+
module.exports = function Type(x) {
|
|
1805
|
+
if (typeof x === "symbol") {
|
|
1806
|
+
return "Symbol";
|
|
1807
|
+
}
|
|
1808
|
+
if (typeof x === "bigint") {
|
|
1809
|
+
return "BigInt";
|
|
1810
|
+
}
|
|
1811
|
+
return ES5Type(x);
|
|
1812
|
+
};
|
|
1813
|
+
}
|
|
1814
|
+
});
|
|
1815
|
+
|
|
1816
|
+
// node_modules/es-iterator-helpers/aos/GetIteratorDirect.js
|
|
1817
|
+
var require_GetIteratorDirect = __commonJS({
|
|
1818
|
+
"node_modules/es-iterator-helpers/aos/GetIteratorDirect.js"(exports, module) {
|
|
1819
|
+
"use strict";
|
|
1820
|
+
var $TypeError = require_type();
|
|
1821
|
+
var Get = require_Get();
|
|
1822
|
+
var Type = require_Type2();
|
|
1823
|
+
module.exports = function GetIteratorDirect(obj) {
|
|
1824
|
+
if (Type(obj) !== "Object") {
|
|
1825
|
+
throw new $TypeError("Assertion failed: `obj` must be an Object");
|
|
1826
|
+
}
|
|
1827
|
+
var nextMethod = Get(obj, "next");
|
|
1828
|
+
var iteratorRecord = { "[[Iterator]]": obj, "[[NextMethod]]": nextMethod, "[[Done]]": false };
|
|
1829
|
+
return iteratorRecord;
|
|
1830
|
+
};
|
|
1831
|
+
}
|
|
1832
|
+
});
|
|
1833
|
+
|
|
1834
|
+
// node_modules/is-callable/index.js
|
|
1835
|
+
var require_is_callable = __commonJS({
|
|
1836
|
+
"node_modules/is-callable/index.js"(exports, module) {
|
|
1837
|
+
"use strict";
|
|
1838
|
+
var fnToStr = Function.prototype.toString;
|
|
1839
|
+
var reflectApply = typeof Reflect === "object" && Reflect !== null && Reflect.apply;
|
|
1840
|
+
var badArrayLike;
|
|
1841
|
+
var isCallableMarker;
|
|
1842
|
+
if (typeof reflectApply === "function" && typeof Object.defineProperty === "function") {
|
|
1843
|
+
try {
|
|
1844
|
+
badArrayLike = Object.defineProperty({}, "length", {
|
|
1845
|
+
get: function() {
|
|
1846
|
+
throw isCallableMarker;
|
|
1847
|
+
}
|
|
1848
|
+
});
|
|
1849
|
+
isCallableMarker = {};
|
|
1850
|
+
reflectApply(function() {
|
|
1851
|
+
throw 42;
|
|
1852
|
+
}, null, badArrayLike);
|
|
1853
|
+
} catch (_) {
|
|
1854
|
+
if (_ !== isCallableMarker) {
|
|
1855
|
+
reflectApply = null;
|
|
1856
|
+
}
|
|
1857
|
+
}
|
|
1858
|
+
} else {
|
|
1859
|
+
reflectApply = null;
|
|
1860
|
+
}
|
|
1861
|
+
var constructorRegex = /^\s*class\b/;
|
|
1862
|
+
var isES6ClassFn = function isES6ClassFunction(value) {
|
|
1863
|
+
try {
|
|
1864
|
+
var fnStr = fnToStr.call(value);
|
|
1865
|
+
return constructorRegex.test(fnStr);
|
|
1866
|
+
} catch (e) {
|
|
1867
|
+
return false;
|
|
1868
|
+
}
|
|
1869
|
+
};
|
|
1870
|
+
var tryFunctionObject = function tryFunctionToStr(value) {
|
|
1871
|
+
try {
|
|
1872
|
+
if (isES6ClassFn(value)) {
|
|
1873
|
+
return false;
|
|
1874
|
+
}
|
|
1875
|
+
fnToStr.call(value);
|
|
1876
|
+
return true;
|
|
1877
|
+
} catch (e) {
|
|
1878
|
+
return false;
|
|
1879
|
+
}
|
|
1880
|
+
};
|
|
1881
|
+
var toStr = Object.prototype.toString;
|
|
1882
|
+
var objectClass = "[object Object]";
|
|
1883
|
+
var fnClass = "[object Function]";
|
|
1884
|
+
var genClass = "[object GeneratorFunction]";
|
|
1885
|
+
var ddaClass = "[object HTMLAllCollection]";
|
|
1886
|
+
var ddaClass2 = "[object HTML document.all class]";
|
|
1887
|
+
var ddaClass3 = "[object HTMLCollection]";
|
|
1888
|
+
var hasToStringTag = typeof Symbol === "function" && !!Symbol.toStringTag;
|
|
1889
|
+
var isIE68 = !(0 in [,]);
|
|
1890
|
+
var isDDA = function isDocumentDotAll() {
|
|
1891
|
+
return false;
|
|
1892
|
+
};
|
|
1893
|
+
if (typeof document === "object") {
|
|
1894
|
+
all = document.all;
|
|
1895
|
+
if (toStr.call(all) === toStr.call(document.all)) {
|
|
1896
|
+
isDDA = function isDocumentDotAll(value) {
|
|
1897
|
+
if ((isIE68 || !value) && (typeof value === "undefined" || typeof value === "object")) {
|
|
1898
|
+
try {
|
|
1899
|
+
var str = toStr.call(value);
|
|
1900
|
+
return (str === ddaClass || str === ddaClass2 || str === ddaClass3 || str === objectClass) && value("") == null;
|
|
1901
|
+
} catch (e) {
|
|
1902
|
+
}
|
|
1903
|
+
}
|
|
1904
|
+
return false;
|
|
1905
|
+
};
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1908
|
+
var all;
|
|
1909
|
+
module.exports = reflectApply ? function isCallable(value) {
|
|
1910
|
+
if (isDDA(value)) {
|
|
1911
|
+
return true;
|
|
1912
|
+
}
|
|
1913
|
+
if (!value) {
|
|
1914
|
+
return false;
|
|
1915
|
+
}
|
|
1916
|
+
if (typeof value !== "function" && typeof value !== "object") {
|
|
1917
|
+
return false;
|
|
1918
|
+
}
|
|
1919
|
+
try {
|
|
1920
|
+
reflectApply(value, null, badArrayLike);
|
|
1921
|
+
} catch (e) {
|
|
1922
|
+
if (e !== isCallableMarker) {
|
|
1923
|
+
return false;
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
return !isES6ClassFn(value) && tryFunctionObject(value);
|
|
1927
|
+
} : function isCallable(value) {
|
|
1928
|
+
if (isDDA(value)) {
|
|
1929
|
+
return true;
|
|
1930
|
+
}
|
|
1931
|
+
if (!value) {
|
|
1932
|
+
return false;
|
|
1933
|
+
}
|
|
1934
|
+
if (typeof value !== "function" && typeof value !== "object") {
|
|
1935
|
+
return false;
|
|
1936
|
+
}
|
|
1937
|
+
if (hasToStringTag) {
|
|
1938
|
+
return tryFunctionObject(value);
|
|
1939
|
+
}
|
|
1940
|
+
if (isES6ClassFn(value)) {
|
|
1941
|
+
return false;
|
|
1942
|
+
}
|
|
1943
|
+
var strClass = toStr.call(value);
|
|
1944
|
+
if (strClass !== fnClass && strClass !== genClass && !/^\[object HTML/.test(strClass)) {
|
|
1945
|
+
return false;
|
|
1946
|
+
}
|
|
1947
|
+
return tryFunctionObject(value);
|
|
1948
|
+
};
|
|
1949
|
+
}
|
|
1950
|
+
});
|
|
1951
|
+
|
|
1952
|
+
// node_modules/es-abstract/2024/IsCallable.js
|
|
1953
|
+
var require_IsCallable = __commonJS({
|
|
1954
|
+
"node_modules/es-abstract/2024/IsCallable.js"(exports, module) {
|
|
1955
|
+
"use strict";
|
|
1956
|
+
module.exports = require_is_callable();
|
|
1957
|
+
}
|
|
1958
|
+
});
|
|
1959
|
+
|
|
1960
|
+
// node_modules/side-channel-list/index.js
|
|
1961
|
+
var require_side_channel_list = __commonJS({
|
|
1962
|
+
"node_modules/side-channel-list/index.js"(exports, module) {
|
|
1963
|
+
"use strict";
|
|
1964
|
+
var inspect = require_object_inspect();
|
|
1965
|
+
var $TypeError = require_type();
|
|
1966
|
+
var listGetNode = function(list, key, isDelete) {
|
|
1967
|
+
var prev = list;
|
|
1968
|
+
var curr;
|
|
1969
|
+
for (; (curr = prev.next) != null; prev = curr) {
|
|
1970
|
+
if (curr.key === key) {
|
|
1971
|
+
prev.next = curr.next;
|
|
1972
|
+
if (!isDelete) {
|
|
1973
|
+
curr.next = /** @type {NonNullable<typeof list.next>} */
|
|
1974
|
+
list.next;
|
|
1975
|
+
list.next = curr;
|
|
1976
|
+
}
|
|
1977
|
+
return curr;
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1980
|
+
};
|
|
1981
|
+
var listGet = function(objects, key) {
|
|
1982
|
+
if (!objects) {
|
|
1983
|
+
return void 0;
|
|
1984
|
+
}
|
|
1985
|
+
var node = listGetNode(objects, key);
|
|
1986
|
+
return node && node.value;
|
|
1987
|
+
};
|
|
1988
|
+
var listSet = function(objects, key, value) {
|
|
1989
|
+
var node = listGetNode(objects, key);
|
|
1990
|
+
if (node) {
|
|
1991
|
+
node.value = value;
|
|
1992
|
+
} else {
|
|
1993
|
+
objects.next = /** @type {import('./list.d.ts').ListNode<typeof value, typeof key>} */
|
|
1994
|
+
{
|
|
1995
|
+
// eslint-disable-line no-param-reassign, no-extra-parens
|
|
1996
|
+
key,
|
|
1997
|
+
next: objects.next,
|
|
1998
|
+
value
|
|
1999
|
+
};
|
|
2000
|
+
}
|
|
2001
|
+
};
|
|
2002
|
+
var listHas = function(objects, key) {
|
|
2003
|
+
if (!objects) {
|
|
2004
|
+
return false;
|
|
2005
|
+
}
|
|
2006
|
+
return !!listGetNode(objects, key);
|
|
2007
|
+
};
|
|
2008
|
+
var listDelete = function(objects, key) {
|
|
2009
|
+
if (objects) {
|
|
2010
|
+
return listGetNode(objects, key, true);
|
|
2011
|
+
}
|
|
2012
|
+
};
|
|
2013
|
+
module.exports = function getSideChannelList() {
|
|
2014
|
+
var $o;
|
|
2015
|
+
var channel = {
|
|
1954
2016
|
assert: function(key) {
|
|
1955
2017
|
if (!channel.has(key)) {
|
|
1956
2018
|
throw new $TypeError("Side channel does not contain " + inspect(key));
|
|
@@ -2229,9 +2291,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2229
2291
|
}
|
|
2230
2292
|
});
|
|
2231
2293
|
|
|
2232
|
-
// node_modules/es-
|
|
2294
|
+
// node_modules/es-abstract/2024/CompletionRecord.js
|
|
2233
2295
|
var require_CompletionRecord = __commonJS({
|
|
2234
|
-
"node_modules/es-
|
|
2296
|
+
"node_modules/es-abstract/2024/CompletionRecord.js"(exports, module) {
|
|
2235
2297
|
"use strict";
|
|
2236
2298
|
var $SyntaxError = require_syntax();
|
|
2237
2299
|
var SLOT = require_internal_slot();
|
|
@@ -2270,200 +2332,433 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2270
2332
|
}
|
|
2271
2333
|
});
|
|
2272
2334
|
|
|
2273
|
-
// node_modules/es-
|
|
2274
|
-
var
|
|
2275
|
-
"node_modules/es-
|
|
2335
|
+
// node_modules/es-abstract/2024/GetV.js
|
|
2336
|
+
var require_GetV = __commonJS({
|
|
2337
|
+
"node_modules/es-abstract/2024/GetV.js"(exports, module) {
|
|
2276
2338
|
"use strict";
|
|
2277
2339
|
var $TypeError = require_type();
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2340
|
+
var inspect = require_object_inspect();
|
|
2341
|
+
var isPropertyKey = require_isPropertyKey();
|
|
2342
|
+
module.exports = function GetV(V, P) {
|
|
2343
|
+
if (!isPropertyKey(P)) {
|
|
2344
|
+
throw new $TypeError("Assertion failed: P is not a Property Key, got " + inspect(P));
|
|
2281
2345
|
}
|
|
2282
|
-
return
|
|
2283
|
-
value,
|
|
2284
|
-
done
|
|
2285
|
-
};
|
|
2346
|
+
return V[P];
|
|
2286
2347
|
};
|
|
2287
2348
|
}
|
|
2288
2349
|
});
|
|
2289
2350
|
|
|
2290
|
-
// node_modules/
|
|
2291
|
-
var
|
|
2292
|
-
"node_modules/
|
|
2351
|
+
// node_modules/es-abstract/2024/GetMethod.js
|
|
2352
|
+
var require_GetMethod = __commonJS({
|
|
2353
|
+
"node_modules/es-abstract/2024/GetMethod.js"(exports, module) {
|
|
2293
2354
|
"use strict";
|
|
2294
|
-
var
|
|
2295
|
-
var
|
|
2296
|
-
var
|
|
2297
|
-
var
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
}
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2355
|
+
var $TypeError = require_type();
|
|
2356
|
+
var GetV = require_GetV();
|
|
2357
|
+
var IsCallable = require_IsCallable();
|
|
2358
|
+
var isPropertyKey = require_isPropertyKey();
|
|
2359
|
+
var inspect = require_object_inspect();
|
|
2360
|
+
module.exports = function GetMethod(O, P) {
|
|
2361
|
+
if (!isPropertyKey(P)) {
|
|
2362
|
+
throw new $TypeError("Assertion failed: P is not a Property Key");
|
|
2363
|
+
}
|
|
2364
|
+
var func = GetV(O, P);
|
|
2365
|
+
if (func == null) {
|
|
2366
|
+
return void 0;
|
|
2367
|
+
}
|
|
2368
|
+
if (!IsCallable(func)) {
|
|
2369
|
+
throw new $TypeError(inspect(P) + " is not a function: " + inspect(func));
|
|
2370
|
+
}
|
|
2371
|
+
return func;
|
|
2372
|
+
};
|
|
2373
|
+
}
|
|
2374
|
+
});
|
|
2375
|
+
|
|
2376
|
+
// node_modules/es-abstract/helpers/records/iterator-record.js
|
|
2377
|
+
var require_iterator_record = __commonJS({
|
|
2378
|
+
"node_modules/es-abstract/helpers/records/iterator-record.js"(exports, module) {
|
|
2379
|
+
"use strict";
|
|
2380
|
+
var hasOwn = require_hasown();
|
|
2381
|
+
module.exports = function isIteratorRecord(value) {
|
|
2382
|
+
return !!value && typeof value === "object" && hasOwn(value, "[[Iterator]]") && hasOwn(value, "[[NextMethod]]") && hasOwn(value, "[[Done]]") && typeof value["[[Done]]"] === "boolean";
|
|
2383
|
+
};
|
|
2384
|
+
}
|
|
2385
|
+
});
|
|
2386
|
+
|
|
2387
|
+
// node_modules/es-abstract/2024/IteratorClose.js
|
|
2388
|
+
var require_IteratorClose = __commonJS({
|
|
2389
|
+
"node_modules/es-abstract/2024/IteratorClose.js"(exports, module) {
|
|
2390
|
+
"use strict";
|
|
2391
|
+
var $TypeError = require_type();
|
|
2392
|
+
var Call = require_Call();
|
|
2393
|
+
var CompletionRecord = require_CompletionRecord();
|
|
2394
|
+
var GetMethod = require_GetMethod();
|
|
2395
|
+
var IsCallable = require_IsCallable();
|
|
2396
|
+
var isObject = require_isObject();
|
|
2397
|
+
var isIteratorRecord = require_iterator_record();
|
|
2398
|
+
module.exports = function IteratorClose(iteratorRecord, completion) {
|
|
2399
|
+
if (!isIteratorRecord(iteratorRecord)) {
|
|
2400
|
+
throw new $TypeError("Assertion failed: `iteratorRecord` must be an Iterator Record");
|
|
2401
|
+
}
|
|
2402
|
+
if (!isObject(iteratorRecord["[[Iterator]]"])) {
|
|
2403
|
+
throw new $TypeError("Assertion failed: iteratorRecord.[[Iterator]] must be an Object");
|
|
2404
|
+
}
|
|
2405
|
+
if (!IsCallable(completion) && !(completion instanceof CompletionRecord)) {
|
|
2406
|
+
throw new $TypeError("Assertion failed: completion is not a thunk representing a Completion Record, nor a Completion Record instance");
|
|
2407
|
+
}
|
|
2408
|
+
var completionThunk = completion instanceof CompletionRecord ? function() {
|
|
2409
|
+
return completion["?"]();
|
|
2410
|
+
} : completion;
|
|
2411
|
+
var iterator = iteratorRecord["[[Iterator]]"];
|
|
2412
|
+
var iteratorReturn;
|
|
2319
2413
|
try {
|
|
2320
|
-
|
|
2321
|
-
return constructorRegex.test(fnStr);
|
|
2414
|
+
iteratorReturn = GetMethod(iterator, "return");
|
|
2322
2415
|
} catch (e) {
|
|
2323
|
-
|
|
2416
|
+
completionThunk();
|
|
2417
|
+
completionThunk = null;
|
|
2418
|
+
throw e;
|
|
2324
2419
|
}
|
|
2325
|
-
|
|
2326
|
-
|
|
2420
|
+
if (typeof iteratorReturn === "undefined") {
|
|
2421
|
+
return completionThunk();
|
|
2422
|
+
}
|
|
2423
|
+
var innerResult;
|
|
2327
2424
|
try {
|
|
2328
|
-
|
|
2329
|
-
return false;
|
|
2330
|
-
}
|
|
2331
|
-
fnToStr.call(value);
|
|
2332
|
-
return true;
|
|
2425
|
+
innerResult = Call(iteratorReturn, iterator, []);
|
|
2333
2426
|
} catch (e) {
|
|
2334
|
-
|
|
2427
|
+
completionThunk();
|
|
2428
|
+
completionThunk = null;
|
|
2429
|
+
throw e;
|
|
2335
2430
|
}
|
|
2431
|
+
var completionRecord = completionThunk();
|
|
2432
|
+
completionThunk = null;
|
|
2433
|
+
if (!isObject(innerResult)) {
|
|
2434
|
+
throw new $TypeError("iterator .return must return an object");
|
|
2435
|
+
}
|
|
2436
|
+
return completionRecord;
|
|
2336
2437
|
};
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
var isDDA = function isDocumentDotAll() {
|
|
2347
|
-
return false;
|
|
2438
|
+
}
|
|
2439
|
+
});
|
|
2440
|
+
|
|
2441
|
+
// node_modules/es-abstract/2024/ToBoolean.js
|
|
2442
|
+
var require_ToBoolean = __commonJS({
|
|
2443
|
+
"node_modules/es-abstract/2024/ToBoolean.js"(exports, module) {
|
|
2444
|
+
"use strict";
|
|
2445
|
+
module.exports = function ToBoolean(value) {
|
|
2446
|
+
return !!value;
|
|
2348
2447
|
};
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2448
|
+
}
|
|
2449
|
+
});
|
|
2450
|
+
|
|
2451
|
+
// node_modules/es-abstract/2024/IteratorComplete.js
|
|
2452
|
+
var require_IteratorComplete = __commonJS({
|
|
2453
|
+
"node_modules/es-abstract/2024/IteratorComplete.js"(exports, module) {
|
|
2454
|
+
"use strict";
|
|
2455
|
+
var $TypeError = require_type();
|
|
2456
|
+
var Get = require_Get();
|
|
2457
|
+
var ToBoolean = require_ToBoolean();
|
|
2458
|
+
var isObject = require_isObject();
|
|
2459
|
+
module.exports = function IteratorComplete(iterResult) {
|
|
2460
|
+
if (!isObject(iterResult)) {
|
|
2461
|
+
throw new $TypeError("Assertion failed: Type(iterResult) is not Object");
|
|
2362
2462
|
}
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2463
|
+
return ToBoolean(Get(iterResult, "done"));
|
|
2464
|
+
};
|
|
2465
|
+
}
|
|
2466
|
+
});
|
|
2467
|
+
|
|
2468
|
+
// node_modules/es-abstract/2024/IteratorNext.js
|
|
2469
|
+
var require_IteratorNext = __commonJS({
|
|
2470
|
+
"node_modules/es-abstract/2024/IteratorNext.js"(exports, module) {
|
|
2471
|
+
"use strict";
|
|
2472
|
+
var $TypeError = require_type();
|
|
2473
|
+
var Call = require_Call();
|
|
2474
|
+
var isObject = require_isObject();
|
|
2475
|
+
var isIteratorRecord = require_iterator_record();
|
|
2476
|
+
module.exports = function IteratorNext(iteratorRecord) {
|
|
2477
|
+
if (!isIteratorRecord(iteratorRecord)) {
|
|
2478
|
+
throw new $TypeError("Assertion failed: `iteratorRecord` must be an Iterator Record");
|
|
2368
2479
|
}
|
|
2369
|
-
|
|
2370
|
-
|
|
2480
|
+
var result;
|
|
2481
|
+
if (arguments.length < 2) {
|
|
2482
|
+
result = Call(iteratorRecord["[[NextMethod]]"], iteratorRecord["[[Iterator]]"]);
|
|
2483
|
+
} else {
|
|
2484
|
+
result = Call(iteratorRecord["[[NextMethod]]"], iteratorRecord["[[Iterator]]"], [arguments[1]]);
|
|
2371
2485
|
}
|
|
2372
|
-
if (
|
|
2373
|
-
return
|
|
2486
|
+
if (!isObject(result)) {
|
|
2487
|
+
throw new $TypeError("iterator next must return an object");
|
|
2374
2488
|
}
|
|
2489
|
+
return result;
|
|
2490
|
+
};
|
|
2491
|
+
}
|
|
2492
|
+
});
|
|
2493
|
+
|
|
2494
|
+
// node_modules/es-abstract/2024/IteratorStepValue.js
|
|
2495
|
+
var require_IteratorStepValue = __commonJS({
|
|
2496
|
+
"node_modules/es-abstract/2024/IteratorStepValue.js"(exports, module) {
|
|
2497
|
+
"use strict";
|
|
2498
|
+
var $TypeError = require_type();
|
|
2499
|
+
var Get = require_Get();
|
|
2500
|
+
var IteratorComplete = require_IteratorComplete();
|
|
2501
|
+
var IteratorNext = require_IteratorNext();
|
|
2502
|
+
var isIteratorRecord = require_iterator_record();
|
|
2503
|
+
module.exports = function IteratorStepValue(iteratorRecord) {
|
|
2504
|
+
if (!isIteratorRecord(iteratorRecord)) {
|
|
2505
|
+
throw new $TypeError("Assertion failed: `iteratorRecord` must be an Iterator Record");
|
|
2506
|
+
}
|
|
2507
|
+
var result;
|
|
2375
2508
|
try {
|
|
2376
|
-
|
|
2509
|
+
result = IteratorNext(iteratorRecord);
|
|
2377
2510
|
} 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;
|
|
2511
|
+
iteratorRecord["[[Done]]"] = true;
|
|
2512
|
+
throw e;
|
|
2392
2513
|
}
|
|
2393
|
-
|
|
2394
|
-
|
|
2514
|
+
var done;
|
|
2515
|
+
try {
|
|
2516
|
+
done = IteratorComplete(result);
|
|
2517
|
+
} catch (e) {
|
|
2518
|
+
iteratorRecord["[[Done]]"] = true;
|
|
2519
|
+
throw e;
|
|
2395
2520
|
}
|
|
2396
|
-
if (
|
|
2397
|
-
|
|
2521
|
+
if (done) {
|
|
2522
|
+
iteratorRecord["[[Done]]"] = true;
|
|
2523
|
+
return "DONE";
|
|
2398
2524
|
}
|
|
2399
|
-
var
|
|
2400
|
-
|
|
2401
|
-
|
|
2525
|
+
var value;
|
|
2526
|
+
try {
|
|
2527
|
+
value = Get(result, "value");
|
|
2528
|
+
} catch (e) {
|
|
2529
|
+
iteratorRecord["[[Done]]"] = true;
|
|
2530
|
+
throw e;
|
|
2402
2531
|
}
|
|
2403
|
-
return
|
|
2532
|
+
return value;
|
|
2404
2533
|
};
|
|
2405
2534
|
}
|
|
2406
2535
|
});
|
|
2407
2536
|
|
|
2408
|
-
// node_modules/es-
|
|
2409
|
-
var
|
|
2410
|
-
"node_modules/es-
|
|
2537
|
+
// node_modules/es-abstract/2024/NormalCompletion.js
|
|
2538
|
+
var require_NormalCompletion = __commonJS({
|
|
2539
|
+
"node_modules/es-abstract/2024/NormalCompletion.js"(exports, module) {
|
|
2411
2540
|
"use strict";
|
|
2412
|
-
|
|
2541
|
+
var CompletionRecord = require_CompletionRecord();
|
|
2542
|
+
module.exports = function NormalCompletion(value) {
|
|
2543
|
+
return new CompletionRecord("normal", value);
|
|
2544
|
+
};
|
|
2413
2545
|
}
|
|
2414
2546
|
});
|
|
2415
2547
|
|
|
2416
|
-
// node_modules/es-
|
|
2417
|
-
var
|
|
2418
|
-
"node_modules/es-
|
|
2548
|
+
// node_modules/es-abstract/2024/ThrowCompletion.js
|
|
2549
|
+
var require_ThrowCompletion = __commonJS({
|
|
2550
|
+
"node_modules/es-abstract/2024/ThrowCompletion.js"(exports, module) {
|
|
2419
2551
|
"use strict";
|
|
2420
|
-
|
|
2421
|
-
|
|
2552
|
+
var CompletionRecord = require_CompletionRecord();
|
|
2553
|
+
module.exports = function ThrowCompletion(argument) {
|
|
2554
|
+
return new CompletionRecord("throw", argument);
|
|
2422
2555
|
};
|
|
2423
2556
|
}
|
|
2424
2557
|
});
|
|
2425
2558
|
|
|
2426
|
-
// node_modules/es-iterator-helpers/
|
|
2427
|
-
var
|
|
2428
|
-
"node_modules/es-iterator-helpers/
|
|
2559
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.find/implementation.js
|
|
2560
|
+
var require_implementation3 = __commonJS({
|
|
2561
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.find/implementation.js"(exports, module) {
|
|
2429
2562
|
"use strict";
|
|
2430
|
-
var
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2563
|
+
var $TypeError = require_type();
|
|
2564
|
+
var Call = require_Call();
|
|
2565
|
+
var GetIteratorDirect = require_GetIteratorDirect();
|
|
2566
|
+
var IsCallable = require_IsCallable();
|
|
2567
|
+
var IteratorClose = require_IteratorClose();
|
|
2568
|
+
var IteratorStepValue = require_IteratorStepValue();
|
|
2569
|
+
var NormalCompletion = require_NormalCompletion();
|
|
2570
|
+
var ThrowCompletion = require_ThrowCompletion();
|
|
2571
|
+
var ToBoolean = require_ToBoolean();
|
|
2572
|
+
var Type = require_Type2();
|
|
2573
|
+
module.exports = function find(predicate) {
|
|
2574
|
+
if (this instanceof find) {
|
|
2575
|
+
throw new $TypeError("`find` is not a constructor");
|
|
2434
2576
|
}
|
|
2435
|
-
|
|
2436
|
-
|
|
2577
|
+
var O = this;
|
|
2578
|
+
if (Type(O) !== "Object") {
|
|
2579
|
+
throw new $TypeError("`this` value must be an Object");
|
|
2437
2580
|
}
|
|
2438
|
-
if (
|
|
2439
|
-
|
|
2581
|
+
if (!IsCallable(predicate)) {
|
|
2582
|
+
throw new $TypeError("`predicate` must be a function");
|
|
2440
2583
|
}
|
|
2441
|
-
|
|
2442
|
-
|
|
2584
|
+
var iterated = GetIteratorDirect(O);
|
|
2585
|
+
var counter = 0;
|
|
2586
|
+
while (true) {
|
|
2587
|
+
var value = IteratorStepValue(iterated);
|
|
2588
|
+
if (iterated["[[Done]]"]) {
|
|
2589
|
+
return void 0;
|
|
2590
|
+
}
|
|
2591
|
+
var result;
|
|
2592
|
+
try {
|
|
2593
|
+
result = Call(predicate, void 0, [value, counter]);
|
|
2594
|
+
} catch (e) {
|
|
2595
|
+
IteratorClose(
|
|
2596
|
+
iterated,
|
|
2597
|
+
ThrowCompletion(e)
|
|
2598
|
+
);
|
|
2599
|
+
} finally {
|
|
2600
|
+
counter += 1;
|
|
2601
|
+
}
|
|
2602
|
+
if (ToBoolean(result)) {
|
|
2603
|
+
return IteratorClose(
|
|
2604
|
+
iterated,
|
|
2605
|
+
NormalCompletion(value)
|
|
2606
|
+
);
|
|
2607
|
+
}
|
|
2443
2608
|
}
|
|
2444
|
-
|
|
2445
|
-
|
|
2609
|
+
};
|
|
2610
|
+
}
|
|
2611
|
+
});
|
|
2612
|
+
|
|
2613
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.find/polyfill.js
|
|
2614
|
+
var require_polyfill = __commonJS({
|
|
2615
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.find/polyfill.js"(exports, module) {
|
|
2616
|
+
"use strict";
|
|
2617
|
+
var implementation = require_implementation3();
|
|
2618
|
+
module.exports = function getPolyfill() {
|
|
2619
|
+
return typeof Iterator === "function" && typeof Iterator.prototype.find === "function" ? Iterator.prototype.find : implementation;
|
|
2620
|
+
};
|
|
2621
|
+
}
|
|
2622
|
+
});
|
|
2623
|
+
|
|
2624
|
+
// node_modules/functions-have-names/index.js
|
|
2625
|
+
var require_functions_have_names = __commonJS({
|
|
2626
|
+
"node_modules/functions-have-names/index.js"(exports, module) {
|
|
2627
|
+
"use strict";
|
|
2628
|
+
var functionsHaveNames = function functionsHaveNames2() {
|
|
2629
|
+
return typeof function f() {
|
|
2630
|
+
}.name === "string";
|
|
2631
|
+
};
|
|
2632
|
+
var gOPD = Object.getOwnPropertyDescriptor;
|
|
2633
|
+
if (gOPD) {
|
|
2634
|
+
try {
|
|
2635
|
+
gOPD([], "length");
|
|
2636
|
+
} catch (e) {
|
|
2637
|
+
gOPD = null;
|
|
2446
2638
|
}
|
|
2447
|
-
|
|
2448
|
-
|
|
2639
|
+
}
|
|
2640
|
+
functionsHaveNames.functionsHaveConfigurableNames = function functionsHaveConfigurableNames() {
|
|
2641
|
+
if (!functionsHaveNames() || !gOPD) {
|
|
2642
|
+
return false;
|
|
2643
|
+
}
|
|
2644
|
+
var desc = gOPD(function() {
|
|
2645
|
+
}, "name");
|
|
2646
|
+
return !!desc && !!desc.configurable;
|
|
2647
|
+
};
|
|
2648
|
+
var $bind = Function.prototype.bind;
|
|
2649
|
+
functionsHaveNames.boundFunctionsHaveNames = function boundFunctionsHaveNames() {
|
|
2650
|
+
return functionsHaveNames() && typeof $bind === "function" && function f() {
|
|
2651
|
+
}.bind().name !== "";
|
|
2652
|
+
};
|
|
2653
|
+
module.exports = functionsHaveNames;
|
|
2654
|
+
}
|
|
2655
|
+
});
|
|
2656
|
+
|
|
2657
|
+
// node_modules/set-function-name/index.js
|
|
2658
|
+
var require_set_function_name = __commonJS({
|
|
2659
|
+
"node_modules/set-function-name/index.js"(exports, module) {
|
|
2660
|
+
"use strict";
|
|
2661
|
+
var define = require_define_data_property();
|
|
2662
|
+
var hasDescriptors = require_has_property_descriptors()();
|
|
2663
|
+
var functionsHaveConfigurableNames = require_functions_have_names().functionsHaveConfigurableNames();
|
|
2664
|
+
var $TypeError = require_type();
|
|
2665
|
+
module.exports = function setFunctionName(fn, name) {
|
|
2666
|
+
if (typeof fn !== "function") {
|
|
2667
|
+
throw new $TypeError("`fn` is not a function");
|
|
2668
|
+
}
|
|
2669
|
+
var loose = arguments.length > 2 && !!arguments[2];
|
|
2670
|
+
if (!loose || functionsHaveConfigurableNames) {
|
|
2671
|
+
if (hasDescriptors) {
|
|
2672
|
+
define(
|
|
2673
|
+
/** @type {Parameters<define>[0]} */
|
|
2674
|
+
fn,
|
|
2675
|
+
"name",
|
|
2676
|
+
name,
|
|
2677
|
+
true,
|
|
2678
|
+
true
|
|
2679
|
+
);
|
|
2680
|
+
} else {
|
|
2681
|
+
define(
|
|
2682
|
+
/** @type {Parameters<define>[0]} */
|
|
2683
|
+
fn,
|
|
2684
|
+
"name",
|
|
2685
|
+
name
|
|
2686
|
+
);
|
|
2687
|
+
}
|
|
2449
2688
|
}
|
|
2689
|
+
return fn;
|
|
2690
|
+
};
|
|
2691
|
+
}
|
|
2692
|
+
});
|
|
2693
|
+
|
|
2694
|
+
// node_modules/iterator.prototype/index.js
|
|
2695
|
+
var require_iterator = __commonJS({
|
|
2696
|
+
"node_modules/iterator.prototype/index.js"(exports, module) {
|
|
2697
|
+
"use strict";
|
|
2698
|
+
var GetIntrinsic = require_get_intrinsic();
|
|
2699
|
+
var gPO = require_get_proto();
|
|
2700
|
+
var hasSymbols = require_has_symbols();
|
|
2701
|
+
var setFunctionName = require_set_function_name();
|
|
2702
|
+
var defineDataProperty = require_define_data_property();
|
|
2703
|
+
var $Object = require_es_object_atoms();
|
|
2704
|
+
var arrayIterProto = GetIntrinsic("%ArrayIteratorPrototype%", true);
|
|
2705
|
+
var iterProto = arrayIterProto && gPO(arrayIterProto);
|
|
2706
|
+
var result = iterProto !== $Object.prototype && iterProto || {};
|
|
2707
|
+
if (hasSymbols()) {
|
|
2708
|
+
if (!(Symbol.iterator in result)) {
|
|
2709
|
+
iter = setFunctionName(function SymbolIterator() {
|
|
2710
|
+
return this;
|
|
2711
|
+
}, "[Symbol.iterator]", true);
|
|
2712
|
+
defineDataProperty(result, Symbol.iterator, iter, true);
|
|
2713
|
+
}
|
|
2714
|
+
}
|
|
2715
|
+
var iter;
|
|
2716
|
+
module.exports = result;
|
|
2717
|
+
}
|
|
2718
|
+
});
|
|
2719
|
+
|
|
2720
|
+
// node_modules/es-iterator-helpers/Iterator.prototype/implementation.js
|
|
2721
|
+
var require_implementation4 = __commonJS({
|
|
2722
|
+
"node_modules/es-iterator-helpers/Iterator.prototype/implementation.js"(exports, module) {
|
|
2723
|
+
"use strict";
|
|
2724
|
+
module.exports = require_iterator();
|
|
2725
|
+
}
|
|
2726
|
+
});
|
|
2727
|
+
|
|
2728
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.find/shim.js
|
|
2729
|
+
var require_shim = __commonJS({
|
|
2730
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.find/shim.js"(exports, module) {
|
|
2731
|
+
"use strict";
|
|
2732
|
+
var define = require_define_properties();
|
|
2733
|
+
var getPolyfill = require_polyfill();
|
|
2734
|
+
var $IteratorPrototype = require_implementation4();
|
|
2735
|
+
module.exports = function shimIteratorPrototypeFind() {
|
|
2736
|
+
var polyfill = getPolyfill();
|
|
2737
|
+
define(
|
|
2738
|
+
$IteratorPrototype,
|
|
2739
|
+
{ find: polyfill },
|
|
2740
|
+
{ find: function() {
|
|
2741
|
+
return $IteratorPrototype.find !== polyfill;
|
|
2742
|
+
} }
|
|
2743
|
+
);
|
|
2744
|
+
return polyfill;
|
|
2450
2745
|
};
|
|
2451
2746
|
}
|
|
2452
2747
|
});
|
|
2453
2748
|
|
|
2454
|
-
// node_modules/es-
|
|
2455
|
-
var
|
|
2456
|
-
"node_modules/es-
|
|
2749
|
+
// node_modules/es-abstract/2024/CreateIterResultObject.js
|
|
2750
|
+
var require_CreateIterResultObject = __commonJS({
|
|
2751
|
+
"node_modules/es-abstract/2024/CreateIterResultObject.js"(exports, module) {
|
|
2457
2752
|
"use strict";
|
|
2458
|
-
var
|
|
2459
|
-
module.exports = function
|
|
2460
|
-
if (typeof
|
|
2461
|
-
|
|
2462
|
-
}
|
|
2463
|
-
if (typeof x === "bigint") {
|
|
2464
|
-
return "BigInt";
|
|
2753
|
+
var $TypeError = require_type();
|
|
2754
|
+
module.exports = function CreateIterResultObject(value, done) {
|
|
2755
|
+
if (typeof done !== "boolean") {
|
|
2756
|
+
throw new $TypeError("Assertion failed: Type(done) is not Boolean");
|
|
2465
2757
|
}
|
|
2466
|
-
return
|
|
2758
|
+
return {
|
|
2759
|
+
value,
|
|
2760
|
+
done
|
|
2761
|
+
};
|
|
2467
2762
|
};
|
|
2468
2763
|
}
|
|
2469
2764
|
});
|
|
@@ -2511,9 +2806,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2511
2806
|
}
|
|
2512
2807
|
});
|
|
2513
2808
|
|
|
2514
|
-
// node_modules/es-
|
|
2809
|
+
// node_modules/es-abstract/helpers/forEach.js
|
|
2515
2810
|
var require_forEach = __commonJS({
|
|
2516
|
-
"node_modules/es-
|
|
2811
|
+
"node_modules/es-abstract/helpers/forEach.js"(exports, module) {
|
|
2517
2812
|
"use strict";
|
|
2518
2813
|
module.exports = function forEach(array, callback) {
|
|
2519
2814
|
for (var i = 0; i < array.length; i += 1) {
|
|
@@ -2538,9 +2833,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2538
2833
|
}
|
|
2539
2834
|
});
|
|
2540
2835
|
|
|
2541
|
-
// node_modules/es-
|
|
2836
|
+
// node_modules/es-abstract/2024/OrdinaryObjectCreate.js
|
|
2542
2837
|
var require_OrdinaryObjectCreate = __commonJS({
|
|
2543
|
-
"node_modules/es-
|
|
2838
|
+
"node_modules/es-abstract/2024/OrdinaryObjectCreate.js"(exports, module) {
|
|
2544
2839
|
"use strict";
|
|
2545
2840
|
var GetIntrinsic = require_get_intrinsic();
|
|
2546
2841
|
var $ObjectCreate = GetIntrinsic("%Object.create%", true);
|
|
@@ -2583,9 +2878,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2583
2878
|
}
|
|
2584
2879
|
});
|
|
2585
2880
|
|
|
2586
|
-
// node_modules/es-
|
|
2881
|
+
// node_modules/es-abstract/helpers/every.js
|
|
2587
2882
|
var require_every = __commonJS({
|
|
2588
|
-
"node_modules/es-
|
|
2883
|
+
"node_modules/es-abstract/helpers/every.js"(exports, module) {
|
|
2589
2884
|
"use strict";
|
|
2590
2885
|
module.exports = function every(array, predicate) {
|
|
2591
2886
|
for (var i = 0; i < array.length; i += 1) {
|
|
@@ -2774,57 +3069,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2774
3069
|
}
|
|
2775
3070
|
});
|
|
2776
3071
|
|
|
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
|
|
3072
|
+
// node_modules/es-abstract/helpers/isLeadingSurrogate.js
|
|
2826
3073
|
var require_isLeadingSurrogate = __commonJS({
|
|
2827
|
-
"node_modules/es-
|
|
3074
|
+
"node_modules/es-abstract/helpers/isLeadingSurrogate.js"(exports, module) {
|
|
2828
3075
|
"use strict";
|
|
2829
3076
|
module.exports = function isLeadingSurrogate(charCode) {
|
|
2830
3077
|
return typeof charCode === "number" && charCode >= 55296 && charCode <= 56319;
|
|
@@ -2832,9 +3079,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2832
3079
|
}
|
|
2833
3080
|
});
|
|
2834
3081
|
|
|
2835
|
-
// node_modules/es-
|
|
3082
|
+
// node_modules/es-abstract/helpers/isTrailingSurrogate.js
|
|
2836
3083
|
var require_isTrailingSurrogate = __commonJS({
|
|
2837
|
-
"node_modules/es-
|
|
3084
|
+
"node_modules/es-abstract/helpers/isTrailingSurrogate.js"(exports, module) {
|
|
2838
3085
|
"use strict";
|
|
2839
3086
|
module.exports = function isTrailingSurrogate(charCode) {
|
|
2840
3087
|
return typeof charCode === "number" && charCode >= 56320 && charCode <= 57343;
|
|
@@ -2842,9 +3089,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2842
3089
|
}
|
|
2843
3090
|
});
|
|
2844
3091
|
|
|
2845
|
-
// node_modules/es-
|
|
3092
|
+
// node_modules/es-abstract/2024/UTF16SurrogatePairToCodePoint.js
|
|
2846
3093
|
var require_UTF16SurrogatePairToCodePoint = __commonJS({
|
|
2847
|
-
"node_modules/es-
|
|
3094
|
+
"node_modules/es-abstract/2024/UTF16SurrogatePairToCodePoint.js"(exports, module) {
|
|
2848
3095
|
"use strict";
|
|
2849
3096
|
var GetIntrinsic = require_get_intrinsic();
|
|
2850
3097
|
var $TypeError = require_type();
|
|
@@ -2860,9 +3107,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2860
3107
|
}
|
|
2861
3108
|
});
|
|
2862
3109
|
|
|
2863
|
-
// node_modules/es-
|
|
3110
|
+
// node_modules/es-abstract/2024/CodePointAt.js
|
|
2864
3111
|
var require_CodePointAt = __commonJS({
|
|
2865
|
-
"node_modules/es-
|
|
3112
|
+
"node_modules/es-abstract/2024/CodePointAt.js"(exports, module) {
|
|
2866
3113
|
"use strict";
|
|
2867
3114
|
var $TypeError = require_type();
|
|
2868
3115
|
var callBound = require_call_bound();
|
|
@@ -2952,9 +3199,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2952
3199
|
}
|
|
2953
3200
|
});
|
|
2954
3201
|
|
|
2955
|
-
// node_modules/es-
|
|
3202
|
+
// node_modules/es-abstract/2024/AdvanceStringIndex.js
|
|
2956
3203
|
var require_AdvanceStringIndex = __commonJS({
|
|
2957
|
-
"node_modules/es-
|
|
3204
|
+
"node_modules/es-abstract/2024/AdvanceStringIndex.js"(exports, module) {
|
|
2958
3205
|
"use strict";
|
|
2959
3206
|
var CodePointAt = require_CodePointAt();
|
|
2960
3207
|
var $TypeError = require_type();
|
|
@@ -2983,47 +3230,6 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
2983
3230
|
}
|
|
2984
3231
|
});
|
|
2985
3232
|
|
|
2986
|
-
// node_modules/es-iterator-helpers/node_modules/es-abstract/2024/GetV.js
|
|
2987
|
-
var require_GetV = __commonJS({
|
|
2988
|
-
"node_modules/es-iterator-helpers/node_modules/es-abstract/2024/GetV.js"(exports, module) {
|
|
2989
|
-
"use strict";
|
|
2990
|
-
var $TypeError = require_type();
|
|
2991
|
-
var inspect = require_object_inspect();
|
|
2992
|
-
var isPropertyKey = require_isPropertyKey();
|
|
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];
|
|
2998
|
-
};
|
|
2999
|
-
}
|
|
3000
|
-
});
|
|
3001
|
-
|
|
3002
|
-
// node_modules/es-iterator-helpers/node_modules/es-abstract/2024/GetMethod.js
|
|
3003
|
-
var require_GetMethod = __commonJS({
|
|
3004
|
-
"node_modules/es-iterator-helpers/node_modules/es-abstract/2024/GetMethod.js"(exports, module) {
|
|
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
3233
|
// node_modules/has-tostringtag/shams.js
|
|
3028
3234
|
var require_shams2 = __commonJS({
|
|
3029
3235
|
"node_modules/has-tostringtag/shams.js"(exports, module) {
|
|
@@ -3035,9 +3241,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3035
3241
|
}
|
|
3036
3242
|
});
|
|
3037
3243
|
|
|
3038
|
-
// node_modules/
|
|
3244
|
+
// node_modules/is-string/index.js
|
|
3039
3245
|
var require_is_string = __commonJS({
|
|
3040
|
-
"node_modules/
|
|
3246
|
+
"node_modules/is-string/index.js"(exports, module) {
|
|
3041
3247
|
"use strict";
|
|
3042
3248
|
var callBound = require_call_bound();
|
|
3043
3249
|
var $strValueOf = callBound("String.prototype.valueOf");
|
|
@@ -3064,9 +3270,9 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3064
3270
|
}
|
|
3065
3271
|
});
|
|
3066
3272
|
|
|
3067
|
-
// node_modules/es-
|
|
3273
|
+
// node_modules/es-abstract/helpers/getIteratorMethod.js
|
|
3068
3274
|
var require_getIteratorMethod = __commonJS({
|
|
3069
|
-
"node_modules/es-
|
|
3275
|
+
"node_modules/es-abstract/helpers/getIteratorMethod.js"(exports, module) {
|
|
3070
3276
|
"use strict";
|
|
3071
3277
|
var hasSymbols = require_has_symbols()();
|
|
3072
3278
|
var GetIntrinsic = require_get_intrinsic();
|
|
@@ -3143,189 +3349,17 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3143
3349
|
IsArray
|
|
3144
3350
|
},
|
|
3145
3351
|
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";
|
|
3352
|
+
);
|
|
3353
|
+
var iterator;
|
|
3354
|
+
if (typeof method === "undefined") {
|
|
3355
|
+
iterator = obj;
|
|
3356
|
+
} else {
|
|
3357
|
+
iterator = Call(method, obj);
|
|
3309
3358
|
}
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
value = Get(result, "value");
|
|
3313
|
-
} catch (e) {
|
|
3314
|
-
iteratorRecord["[[Done]]"] = true;
|
|
3315
|
-
throw e;
|
|
3359
|
+
if (Type(iterator) !== "Object") {
|
|
3360
|
+
throw new $TypeError("iterator must be an Object");
|
|
3316
3361
|
}
|
|
3317
|
-
return
|
|
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);
|
|
3362
|
+
return GetIteratorDirect(iterator);
|
|
3329
3363
|
};
|
|
3330
3364
|
}
|
|
3331
3365
|
});
|
|
@@ -3362,110 +3396,6 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3362
3396
|
}
|
|
3363
3397
|
});
|
|
3364
3398
|
|
|
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
|
-
);
|
|
3428
|
-
}
|
|
3429
|
-
}
|
|
3430
|
-
return fn;
|
|
3431
|
-
};
|
|
3432
|
-
}
|
|
3433
|
-
});
|
|
3434
|
-
|
|
3435
|
-
// node_modules/iterator.prototype/index.js
|
|
3436
|
-
var require_iterator = __commonJS({
|
|
3437
|
-
"node_modules/iterator.prototype/index.js"(exports, module) {
|
|
3438
|
-
"use strict";
|
|
3439
|
-
var GetIntrinsic = require_get_intrinsic();
|
|
3440
|
-
var gPO = require_get_proto();
|
|
3441
|
-
var hasSymbols = require_has_symbols();
|
|
3442
|
-
var setFunctionName = require_set_function_name();
|
|
3443
|
-
var defineDataProperty = require_define_data_property();
|
|
3444
|
-
var $Object = require_es_object_atoms();
|
|
3445
|
-
var arrayIterProto = GetIntrinsic("%ArrayIteratorPrototype%", true);
|
|
3446
|
-
var iterProto = arrayIterProto && gPO(arrayIterProto);
|
|
3447
|
-
var result = iterProto !== $Object.prototype && iterProto || {};
|
|
3448
|
-
if (hasSymbols()) {
|
|
3449
|
-
if (!(Symbol.iterator in result)) {
|
|
3450
|
-
iter = setFunctionName(function SymbolIterator() {
|
|
3451
|
-
return this;
|
|
3452
|
-
}, "[Symbol.iterator]", true);
|
|
3453
|
-
defineDataProperty(result, Symbol.iterator, iter, true);
|
|
3454
|
-
}
|
|
3455
|
-
}
|
|
3456
|
-
var iter;
|
|
3457
|
-
module.exports = result;
|
|
3458
|
-
}
|
|
3459
|
-
});
|
|
3460
|
-
|
|
3461
|
-
// node_modules/es-iterator-helpers/Iterator.prototype/implementation.js
|
|
3462
|
-
var require_implementation5 = __commonJS({
|
|
3463
|
-
"node_modules/es-iterator-helpers/Iterator.prototype/implementation.js"(exports, module) {
|
|
3464
|
-
"use strict";
|
|
3465
|
-
module.exports = require_iterator();
|
|
3466
|
-
}
|
|
3467
|
-
});
|
|
3468
|
-
|
|
3469
3399
|
// node_modules/es-iterator-helpers/aos/GeneratorValidate.js
|
|
3470
3400
|
var require_GeneratorValidate = __commonJS({
|
|
3471
3401
|
"node_modules/es-iterator-helpers/aos/GeneratorValidate.js"(exports, module) {
|
|
@@ -3513,17 +3443,6 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3513
3443
|
}
|
|
3514
3444
|
});
|
|
3515
3445
|
|
|
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
3446
|
// node_modules/es-iterator-helpers/aos/GeneratorResumeAbrupt.js
|
|
3528
3447
|
var require_GeneratorResumeAbrupt = __commonJS({
|
|
3529
3448
|
"node_modules/es-iterator-helpers/aos/GeneratorResumeAbrupt.js"(exports, module) {
|
|
@@ -3609,7 +3528,7 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3609
3528
|
"use strict";
|
|
3610
3529
|
var setToStringTag = require_es_set_tostringtag();
|
|
3611
3530
|
var hasProto = require_has_proto()();
|
|
3612
|
-
var iterProto =
|
|
3531
|
+
var iterProto = require_implementation4();
|
|
3613
3532
|
var SLOT = require_internal_slot();
|
|
3614
3533
|
var CreateIterResultObject = require_CreateIterResultObject();
|
|
3615
3534
|
var GeneratorResume = require_GeneratorResume();
|
|
@@ -3658,7 +3577,7 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3658
3577
|
});
|
|
3659
3578
|
|
|
3660
3579
|
// node_modules/es-iterator-helpers/Iterator.prototype.flatMap/implementation.js
|
|
3661
|
-
var
|
|
3580
|
+
var require_implementation5 = __commonJS({
|
|
3662
3581
|
"node_modules/es-iterator-helpers/Iterator.prototype.flatMap/implementation.js"(exports, module) {
|
|
3663
3582
|
"use strict";
|
|
3664
3583
|
var $TypeError = require_type();
|
|
@@ -3759,10 +3678,10 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3759
3678
|
});
|
|
3760
3679
|
|
|
3761
3680
|
// node_modules/es-iterator-helpers/Iterator.prototype.flatMap/polyfill.js
|
|
3762
|
-
var
|
|
3681
|
+
var require_polyfill2 = __commonJS({
|
|
3763
3682
|
"node_modules/es-iterator-helpers/Iterator.prototype.flatMap/polyfill.js"(exports, module) {
|
|
3764
3683
|
"use strict";
|
|
3765
|
-
var implementation =
|
|
3684
|
+
var implementation = require_implementation5();
|
|
3766
3685
|
module.exports = function getPolyfill() {
|
|
3767
3686
|
if (typeof Iterator === "function" && typeof Iterator.prototype.flatMap === "function") {
|
|
3768
3687
|
try {
|
|
@@ -3778,12 +3697,12 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3778
3697
|
});
|
|
3779
3698
|
|
|
3780
3699
|
// node_modules/es-iterator-helpers/Iterator.prototype.flatMap/shim.js
|
|
3781
|
-
var
|
|
3700
|
+
var require_shim2 = __commonJS({
|
|
3782
3701
|
"node_modules/es-iterator-helpers/Iterator.prototype.flatMap/shim.js"(exports, module) {
|
|
3783
3702
|
"use strict";
|
|
3784
3703
|
var define = require_define_properties();
|
|
3785
|
-
var getPolyfill =
|
|
3786
|
-
var $IteratorPrototype =
|
|
3704
|
+
var getPolyfill = require_polyfill2();
|
|
3705
|
+
var $IteratorPrototype = require_implementation4();
|
|
3787
3706
|
module.exports = function shimIteratorPrototypeFlatMap() {
|
|
3788
3707
|
var polyfill = getPolyfill();
|
|
3789
3708
|
define(
|
|
@@ -3798,6 +3717,180 @@ export * as StackTraceForEvent from './StackTraceForEvent.js';
|
|
|
3798
3717
|
}
|
|
3799
3718
|
});
|
|
3800
3719
|
|
|
3801
|
-
// node_modules/es-iterator-helpers/Iterator.prototype.
|
|
3720
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.map/implementation.js
|
|
3721
|
+
var require_implementation6 = __commonJS({
|
|
3722
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.map/implementation.js"(exports, module) {
|
|
3723
|
+
"use strict";
|
|
3724
|
+
var $TypeError = require_type();
|
|
3725
|
+
var Call = require_Call();
|
|
3726
|
+
var CompletionRecord = require_CompletionRecord();
|
|
3727
|
+
var CreateIteratorFromClosure = require_CreateIteratorFromClosure();
|
|
3728
|
+
var GetIteratorDirect = require_GetIteratorDirect();
|
|
3729
|
+
var IsCallable = require_IsCallable();
|
|
3730
|
+
var IteratorClose = require_IteratorClose();
|
|
3731
|
+
var IteratorStepValue = require_IteratorStepValue();
|
|
3732
|
+
var ThrowCompletion = require_ThrowCompletion();
|
|
3733
|
+
var Type = require_Type2();
|
|
3734
|
+
var iterHelperProto = require_IteratorHelperPrototype();
|
|
3735
|
+
var SLOT = require_internal_slot();
|
|
3736
|
+
module.exports = function map(mapper) {
|
|
3737
|
+
if (this instanceof map) {
|
|
3738
|
+
throw new $TypeError("`map` is not a constructor");
|
|
3739
|
+
}
|
|
3740
|
+
var O = this;
|
|
3741
|
+
if (Type(O) !== "Object") {
|
|
3742
|
+
throw new $TypeError("`this` value must be an Object");
|
|
3743
|
+
}
|
|
3744
|
+
if (!IsCallable(mapper)) {
|
|
3745
|
+
throw new $TypeError("`mapper` must be a function");
|
|
3746
|
+
}
|
|
3747
|
+
var iterated = GetIteratorDirect(O);
|
|
3748
|
+
var closeIfAbrupt = function(abruptCompletion) {
|
|
3749
|
+
if (!(abruptCompletion instanceof CompletionRecord)) {
|
|
3750
|
+
throw new $TypeError("`abruptCompletion` must be a Completion Record");
|
|
3751
|
+
}
|
|
3752
|
+
IteratorClose(
|
|
3753
|
+
iterated,
|
|
3754
|
+
abruptCompletion
|
|
3755
|
+
);
|
|
3756
|
+
};
|
|
3757
|
+
var sentinel = {};
|
|
3758
|
+
var counter = 0;
|
|
3759
|
+
var closure = function() {
|
|
3760
|
+
var value = IteratorStepValue(iterated);
|
|
3761
|
+
if (iterated["[[Done]]"]) {
|
|
3762
|
+
return sentinel;
|
|
3763
|
+
}
|
|
3764
|
+
var mapped;
|
|
3765
|
+
try {
|
|
3766
|
+
mapped = Call(mapper, void 0, [value, counter]);
|
|
3767
|
+
return mapped;
|
|
3768
|
+
} catch (e) {
|
|
3769
|
+
closeIfAbrupt(ThrowCompletion(e));
|
|
3770
|
+
throw e;
|
|
3771
|
+
} finally {
|
|
3772
|
+
counter += 1;
|
|
3773
|
+
}
|
|
3774
|
+
};
|
|
3775
|
+
SLOT.set(closure, "[[Sentinel]]", sentinel);
|
|
3776
|
+
SLOT.set(closure, "[[CloseIfAbrupt]]", closeIfAbrupt);
|
|
3777
|
+
var result = CreateIteratorFromClosure(closure, "Iterator Helper", iterHelperProto, ["[[UnderlyingIterators]]"]);
|
|
3778
|
+
SLOT.set(result, "[[UnderlyingIterators]]", [iterated]);
|
|
3779
|
+
return result;
|
|
3780
|
+
};
|
|
3781
|
+
}
|
|
3782
|
+
});
|
|
3783
|
+
|
|
3784
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.map/polyfill.js
|
|
3785
|
+
var require_polyfill3 = __commonJS({
|
|
3786
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.map/polyfill.js"(exports, module) {
|
|
3787
|
+
"use strict";
|
|
3788
|
+
var implementation = require_implementation6();
|
|
3789
|
+
module.exports = function getPolyfill() {
|
|
3790
|
+
if (typeof Iterator === "function" && typeof Iterator.prototype.map === "function") {
|
|
3791
|
+
try {
|
|
3792
|
+
Iterator.prototype.map.call({ next: null }, function() {
|
|
3793
|
+
}).next();
|
|
3794
|
+
} catch (e) {
|
|
3795
|
+
return Iterator.prototype.map;
|
|
3796
|
+
}
|
|
3797
|
+
}
|
|
3798
|
+
return implementation;
|
|
3799
|
+
};
|
|
3800
|
+
}
|
|
3801
|
+
});
|
|
3802
|
+
|
|
3803
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.map/shim.js
|
|
3804
|
+
var require_shim3 = __commonJS({
|
|
3805
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.map/shim.js"(exports, module) {
|
|
3806
|
+
"use strict";
|
|
3807
|
+
var define = require_define_properties();
|
|
3808
|
+
var getPolyfill = require_polyfill3();
|
|
3809
|
+
var $IteratorPrototype = require_implementation4();
|
|
3810
|
+
module.exports = function shimIteratorPrototypeMap() {
|
|
3811
|
+
var polyfill = getPolyfill();
|
|
3812
|
+
define(
|
|
3813
|
+
$IteratorPrototype,
|
|
3814
|
+
{ map: polyfill },
|
|
3815
|
+
{ map: function() {
|
|
3816
|
+
return $IteratorPrototype.map !== polyfill;
|
|
3817
|
+
} }
|
|
3818
|
+
);
|
|
3819
|
+
return polyfill;
|
|
3820
|
+
};
|
|
3821
|
+
}
|
|
3822
|
+
});
|
|
3823
|
+
|
|
3824
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.toArray/implementation.js
|
|
3825
|
+
var require_implementation7 = __commonJS({
|
|
3826
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.toArray/implementation.js"(exports, module) {
|
|
3827
|
+
"use strict";
|
|
3828
|
+
var $TypeError = require_type();
|
|
3829
|
+
var GetIteratorDirect = require_GetIteratorDirect();
|
|
3830
|
+
var IteratorStepValue = require_IteratorStepValue();
|
|
3831
|
+
var Type = require_Type2();
|
|
3832
|
+
module.exports = function toArray() {
|
|
3833
|
+
if (this instanceof toArray) {
|
|
3834
|
+
throw new $TypeError("`toArray` is not a constructor");
|
|
3835
|
+
}
|
|
3836
|
+
var O = this;
|
|
3837
|
+
if (Type(O) !== "Object") {
|
|
3838
|
+
throw new $TypeError("`this` value must be an Object");
|
|
3839
|
+
}
|
|
3840
|
+
var iterated = GetIteratorDirect(O);
|
|
3841
|
+
var items = [];
|
|
3842
|
+
while (true) {
|
|
3843
|
+
var value = IteratorStepValue(iterated);
|
|
3844
|
+
if (iterated["[[Done]]"]) {
|
|
3845
|
+
return items;
|
|
3846
|
+
}
|
|
3847
|
+
items[items.length] = value;
|
|
3848
|
+
}
|
|
3849
|
+
};
|
|
3850
|
+
}
|
|
3851
|
+
});
|
|
3852
|
+
|
|
3853
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.toArray/polyfill.js
|
|
3854
|
+
var require_polyfill4 = __commonJS({
|
|
3855
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.toArray/polyfill.js"(exports, module) {
|
|
3856
|
+
"use strict";
|
|
3857
|
+
var implementation = require_implementation7();
|
|
3858
|
+
module.exports = function getPolyfill() {
|
|
3859
|
+
return typeof Iterator === "function" && typeof Iterator.prototype.toArray === "function" ? Iterator.prototype.toArray : implementation;
|
|
3860
|
+
};
|
|
3861
|
+
}
|
|
3862
|
+
});
|
|
3863
|
+
|
|
3864
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.toArray/shim.js
|
|
3865
|
+
var require_shim4 = __commonJS({
|
|
3866
|
+
"node_modules/es-iterator-helpers/Iterator.prototype.toArray/shim.js"(exports, module) {
|
|
3867
|
+
"use strict";
|
|
3868
|
+
var define = require_define_properties();
|
|
3869
|
+
var getPolyfill = require_polyfill4();
|
|
3870
|
+
var $IteratorPrototype = require_implementation4();
|
|
3871
|
+
module.exports = function shimIteratorPrototypeToArray() {
|
|
3872
|
+
var polyfill = getPolyfill();
|
|
3873
|
+
define(
|
|
3874
|
+
$IteratorPrototype,
|
|
3875
|
+
{ toArray: polyfill },
|
|
3876
|
+
{ toArray: function() {
|
|
3877
|
+
return $IteratorPrototype.toArray !== polyfill;
|
|
3878
|
+
} }
|
|
3879
|
+
);
|
|
3880
|
+
return polyfill;
|
|
3881
|
+
};
|
|
3882
|
+
}
|
|
3883
|
+
});
|
|
3884
|
+
|
|
3885
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.find/auto.js
|
|
3802
3886
|
require_shim()();
|
|
3887
|
+
|
|
3888
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.flatMap/auto.js
|
|
3889
|
+
require_shim2()();
|
|
3890
|
+
|
|
3891
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.map/auto.js
|
|
3892
|
+
require_shim3()();
|
|
3893
|
+
|
|
3894
|
+
// node_modules/es-iterator-helpers/Iterator.prototype.toArray/auto.js
|
|
3895
|
+
require_shim4()();
|
|
3803
3896
|
})();
|