@openeo/js-client 2.8.0 → 2.10.0
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/README.md +2 -2
- package/openeo.d.ts +105 -63
- package/openeo.js +2710 -168
- package/openeo.min.js +1 -1
- package/package.json +7 -6
- package/src/authprovider.js +12 -4
- package/src/capabilities.js +45 -0
- package/src/connection.js +14 -2
- package/src/oidcprovider.js +12 -1
- package/src/openeo.js +1 -1
- package/src/typedefs.js +17 -0
package/openeo.js
CHANGED
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("axios"), require("Oidc")) : factory(root["axios"], root["Oidc"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(self, (
|
|
10
|
+
})(self, (__WEBPACK_EXTERNAL_MODULE__2742__, __WEBPACK_EXTERNAL_MODULE__2117__) => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
-
/***/
|
|
15
|
-
|
|
14
|
+
/***/ 3659
|
|
15
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16
16
|
|
|
17
17
|
const Utils = __webpack_require__(768);
|
|
18
18
|
|
|
@@ -267,10 +267,10 @@ class ProcessRegistry {
|
|
|
267
267
|
|
|
268
268
|
module.exports = ProcessRegistry;
|
|
269
269
|
|
|
270
|
-
/***/ }
|
|
270
|
+
/***/ },
|
|
271
271
|
|
|
272
|
-
/***/ 779
|
|
273
|
-
|
|
272
|
+
/***/ 779
|
|
273
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
274
274
|
|
|
275
275
|
const Utils = __webpack_require__(768);
|
|
276
276
|
|
|
@@ -474,12 +474,12 @@ ProcessUtils.JSON_SCHEMA_TYPES = ['string', 'number', 'integer', 'boolean', 'arr
|
|
|
474
474
|
|
|
475
475
|
module.exports = ProcessUtils;
|
|
476
476
|
|
|
477
|
-
/***/ }
|
|
477
|
+
/***/ },
|
|
478
478
|
|
|
479
|
-
/***/ 768
|
|
480
|
-
|
|
479
|
+
/***/ 768
|
|
480
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
481
481
|
|
|
482
|
-
var equal = __webpack_require__(
|
|
482
|
+
var equal = __webpack_require__(9252);
|
|
483
483
|
|
|
484
484
|
/**
|
|
485
485
|
* General utilities
|
|
@@ -802,12 +802,12 @@ class Utils {
|
|
|
802
802
|
|
|
803
803
|
module.exports = Utils;
|
|
804
804
|
|
|
805
|
-
/***/ }
|
|
805
|
+
/***/ },
|
|
806
806
|
|
|
807
|
-
/***/
|
|
808
|
-
|
|
807
|
+
/***/ 3304
|
|
808
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
809
809
|
|
|
810
|
-
const { compare, compareVersions, validate } = __webpack_require__(
|
|
810
|
+
const { compare, compareVersions, validate } = __webpack_require__(8385);
|
|
811
811
|
|
|
812
812
|
/** Version Number related methods */
|
|
813
813
|
class Versions {
|
|
@@ -918,16 +918,16 @@ class Versions {
|
|
|
918
918
|
|
|
919
919
|
module.exports = Versions;
|
|
920
920
|
|
|
921
|
-
/***/ }
|
|
921
|
+
/***/ },
|
|
922
922
|
|
|
923
|
-
/***/
|
|
924
|
-
|
|
923
|
+
/***/ 1321
|
|
924
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
925
925
|
|
|
926
926
|
// Migration rules partly based on PySTAC and @openeo/js-commons,
|
|
927
927
|
// see https://github.com/stac-utils/pystac/tree/v0.5.4/pystac/serialization/migrate.py
|
|
928
928
|
// and https://github.com/Open-EO/openeo-js-commons/tree/v1.2.0/src/migrate/collections.js
|
|
929
929
|
|
|
930
|
-
var compareVersions = __webpack_require__(
|
|
930
|
+
var compareVersions = __webpack_require__(9139);
|
|
931
931
|
|
|
932
932
|
const LATEST_VERSION = '1.0.0';
|
|
933
933
|
const DONE = true; // This is used to verify in code coverage whether something has been used or not
|
|
@@ -1897,10 +1897,10 @@ var Migrate = {
|
|
|
1897
1897
|
module.exports = Migrate;
|
|
1898
1898
|
|
|
1899
1899
|
|
|
1900
|
-
/***/ }
|
|
1900
|
+
/***/ },
|
|
1901
1901
|
|
|
1902
|
-
/***/
|
|
1903
|
-
|
|
1902
|
+
/***/ 9139
|
|
1903
|
+
(module, exports) {
|
|
1904
1904
|
|
|
1905
1905
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* global define */
|
|
1906
1906
|
(function (root, factory) {
|
|
@@ -1910,7 +1910,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
1910
1910
|
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
1911
1911
|
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
1912
1912
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
1913
|
-
} else
|
|
1913
|
+
} else // removed by dead control flow
|
|
1914
|
+
{}
|
|
1914
1915
|
}(this, function () {
|
|
1915
1916
|
|
|
1916
1917
|
var semver = /^v?(?:\d+)(\.(?:[x*]|\d+)(\.(?:[x*]|\d+)(\.(?:[x*]|\d+))?(?:-[\da-z\-]+(?:\.[\da-z\-]+)*)?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i;
|
|
@@ -2018,10 +2019,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
2018
2019
|
}));
|
|
2019
2020
|
|
|
2020
2021
|
|
|
2021
|
-
/***/ }
|
|
2022
|
+
/***/ },
|
|
2022
2023
|
|
|
2023
|
-
/***/
|
|
2024
|
-
|
|
2024
|
+
/***/ 6147
|
|
2025
|
+
(module) {
|
|
2025
2026
|
|
|
2026
2027
|
/**
|
|
2027
2028
|
* The base class for authentication providers such as Basic and OpenID Connect.
|
|
@@ -2112,14 +2113,21 @@ class AuthProvider {
|
|
|
2112
2113
|
*
|
|
2113
2114
|
* Returns `null` if no access token has been set yet (i.e. not authenticated any longer).
|
|
2114
2115
|
*
|
|
2116
|
+
* Checks whether the server supports the JWT conformance class.
|
|
2117
|
+
*
|
|
2115
2118
|
* @returns {string | null}
|
|
2116
2119
|
*/
|
|
2117
2120
|
getToken() {
|
|
2121
|
+
//check conformance
|
|
2122
|
+
const isJWT = this.connection.capabilities().hasConformance("https://api.openeo.org/*/authentication/jwt");
|
|
2118
2123
|
if (typeof this.token === 'string') {
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2124
|
+
if (isJWT) {
|
|
2125
|
+
return this.token; // JWT since API v1.3.0
|
|
2126
|
+
} else {
|
|
2127
|
+
return this.getType() + "/" + this.getProviderId() + "/" + this.token; // legacy
|
|
2128
|
+
}
|
|
2122
2129
|
}
|
|
2130
|
+
return null;
|
|
2123
2131
|
}
|
|
2124
2132
|
|
|
2125
2133
|
/**
|
|
@@ -2166,10 +2174,10 @@ class AuthProvider {
|
|
|
2166
2174
|
}
|
|
2167
2175
|
module.exports = AuthProvider;
|
|
2168
2176
|
|
|
2169
|
-
/***/ }
|
|
2177
|
+
/***/ },
|
|
2170
2178
|
|
|
2171
|
-
/***/
|
|
2172
|
-
|
|
2179
|
+
/***/ 3054
|
|
2180
|
+
(module) {
|
|
2173
2181
|
|
|
2174
2182
|
/**
|
|
2175
2183
|
* The base class for entities such as Job, Process Graph, Service etc.
|
|
@@ -2327,14 +2335,14 @@ class BaseEntity {
|
|
|
2327
2335
|
}
|
|
2328
2336
|
module.exports = BaseEntity;
|
|
2329
2337
|
|
|
2330
|
-
/***/ }
|
|
2338
|
+
/***/ },
|
|
2331
2339
|
|
|
2332
|
-
/***/ 933
|
|
2333
|
-
|
|
2340
|
+
/***/ 933
|
|
2341
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2334
2342
|
|
|
2335
|
-
const Environment = __webpack_require__(
|
|
2343
|
+
const Environment = __webpack_require__(2458);
|
|
2336
2344
|
const Utils = __webpack_require__(768);
|
|
2337
|
-
const AuthProvider = __webpack_require__(
|
|
2345
|
+
const AuthProvider = __webpack_require__(6147);
|
|
2338
2346
|
|
|
2339
2347
|
/**
|
|
2340
2348
|
* The Authentication Provider for HTTP Basic.
|
|
@@ -2402,10 +2410,10 @@ class BasicProvider extends AuthProvider {
|
|
|
2402
2410
|
}
|
|
2403
2411
|
module.exports = BasicProvider;
|
|
2404
2412
|
|
|
2405
|
-
/***/ }
|
|
2413
|
+
/***/ },
|
|
2406
2414
|
|
|
2407
|
-
/***/
|
|
2408
|
-
|
|
2415
|
+
/***/ 2458
|
|
2416
|
+
(module) {
|
|
2409
2417
|
|
|
2410
2418
|
/**
|
|
2411
2419
|
* Platform dependant utilities for the openEO JS Client.
|
|
@@ -2578,17 +2586,17 @@ class Environment {
|
|
|
2578
2586
|
}
|
|
2579
2587
|
module.exports = Environment;
|
|
2580
2588
|
|
|
2581
|
-
/***/ }
|
|
2589
|
+
/***/ },
|
|
2582
2590
|
|
|
2583
|
-
/***/
|
|
2584
|
-
|
|
2591
|
+
/***/ 1425
|
|
2592
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2585
2593
|
|
|
2586
|
-
const BuilderNode = __webpack_require__(
|
|
2587
|
-
const Parameter = __webpack_require__(
|
|
2588
|
-
const axios = __webpack_require__(
|
|
2594
|
+
const BuilderNode = __webpack_require__(2804);
|
|
2595
|
+
const Parameter = __webpack_require__(7897);
|
|
2596
|
+
const axios = __webpack_require__(2742);
|
|
2589
2597
|
const Utils = __webpack_require__(768);
|
|
2590
2598
|
const ProcessUtils = __webpack_require__(779);
|
|
2591
|
-
const ProcessRegistry = __webpack_require__(
|
|
2599
|
+
const ProcessRegistry = __webpack_require__(3659);
|
|
2592
2600
|
const PROCESS_META = ["id", "summary", "description", "categories", "parameters", "returns", "deprecated", "experimental", "exceptions", "examples", "links"];
|
|
2593
2601
|
|
|
2594
2602
|
/**
|
|
@@ -2896,7 +2904,7 @@ class Builder {
|
|
|
2896
2904
|
* @see Formula
|
|
2897
2905
|
*/
|
|
2898
2906
|
math(formula) {
|
|
2899
|
-
const Formula = __webpack_require__(
|
|
2907
|
+
const Formula = __webpack_require__(2212);
|
|
2900
2908
|
let math = new Formula(formula);
|
|
2901
2909
|
math.setBuilder(this);
|
|
2902
2910
|
return math.generate(false);
|
|
@@ -2971,14 +2979,14 @@ class Builder {
|
|
|
2971
2979
|
}
|
|
2972
2980
|
module.exports = Builder;
|
|
2973
2981
|
|
|
2974
|
-
/***/ }
|
|
2982
|
+
/***/ },
|
|
2975
2983
|
|
|
2976
|
-
/***/
|
|
2977
|
-
|
|
2984
|
+
/***/ 2212
|
|
2985
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
2978
2986
|
|
|
2979
|
-
const TapDigit = __webpack_require__(
|
|
2980
|
-
const Parameter = __webpack_require__(
|
|
2981
|
-
const BuilderNode = __webpack_require__(
|
|
2987
|
+
const TapDigit = __webpack_require__(6462);
|
|
2988
|
+
const Parameter = __webpack_require__(7897);
|
|
2989
|
+
const BuilderNode = __webpack_require__(2804);
|
|
2982
2990
|
|
|
2983
2991
|
/**
|
|
2984
2992
|
* This converts a mathematical formula into a openEO process for you.
|
|
@@ -3179,13 +3187,13 @@ Formula.operatorMapping = {
|
|
|
3179
3187
|
};
|
|
3180
3188
|
module.exports = Formula;
|
|
3181
3189
|
|
|
3182
|
-
/***/ }
|
|
3190
|
+
/***/ },
|
|
3183
3191
|
|
|
3184
|
-
/***/
|
|
3185
|
-
|
|
3192
|
+
/***/ 2804
|
|
3193
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
3186
3194
|
|
|
3187
3195
|
const Utils = __webpack_require__(768);
|
|
3188
|
-
const Parameter = __webpack_require__(
|
|
3196
|
+
const Parameter = __webpack_require__(7897);
|
|
3189
3197
|
|
|
3190
3198
|
/**
|
|
3191
3199
|
* A class that represents a process node and also a result from a process.
|
|
@@ -3319,7 +3327,7 @@ class BuilderNode {
|
|
|
3319
3327
|
* @returns {*}
|
|
3320
3328
|
*/
|
|
3321
3329
|
exportArgument(arg, name) {
|
|
3322
|
-
const Formula = __webpack_require__(
|
|
3330
|
+
const Formula = __webpack_require__(2212);
|
|
3323
3331
|
if (Utils.isObject(arg)) {
|
|
3324
3332
|
if (arg instanceof BuilderNode || arg instanceof Parameter) {
|
|
3325
3333
|
return arg.ref();
|
|
@@ -3361,7 +3369,7 @@ class BuilderNode {
|
|
|
3361
3369
|
* @returns {BuilderNode}
|
|
3362
3370
|
*/
|
|
3363
3371
|
createBuilder(parentNode = null, parentParameter = null) {
|
|
3364
|
-
const Builder = __webpack_require__(
|
|
3372
|
+
const Builder = __webpack_require__(1425);
|
|
3365
3373
|
let builder = new Builder(this.parent.processes, this.parent);
|
|
3366
3374
|
if (parentNode !== null && parentParameter !== null) {
|
|
3367
3375
|
builder.setParent(parentNode, parentParameter);
|
|
@@ -3439,10 +3447,10 @@ class BuilderNode {
|
|
|
3439
3447
|
}
|
|
3440
3448
|
module.exports = BuilderNode;
|
|
3441
3449
|
|
|
3442
|
-
/***/ }
|
|
3450
|
+
/***/ },
|
|
3443
3451
|
|
|
3444
|
-
/***/
|
|
3445
|
-
|
|
3452
|
+
/***/ 7897
|
|
3453
|
+
(module) {
|
|
3446
3454
|
|
|
3447
3455
|
"use strict";
|
|
3448
3456
|
|
|
@@ -3589,10 +3597,10 @@ class Parameter {
|
|
|
3589
3597
|
}
|
|
3590
3598
|
module.exports = Parameter;
|
|
3591
3599
|
|
|
3592
|
-
/***/ }
|
|
3600
|
+
/***/ },
|
|
3593
3601
|
|
|
3594
|
-
/***/
|
|
3595
|
-
|
|
3602
|
+
/***/ 6462
|
|
3603
|
+
(module) {
|
|
3596
3604
|
|
|
3597
3605
|
/*
|
|
3598
3606
|
Copyright (C) 2011 Ariya Hidayat <ariya.hidayat@gmail.com>
|
|
@@ -4029,18 +4037,22 @@ TapDigit.Parser = function () {
|
|
|
4029
4037
|
};
|
|
4030
4038
|
module.exports = TapDigit;
|
|
4031
4039
|
|
|
4032
|
-
/***/ }
|
|
4040
|
+
/***/ },
|
|
4033
4041
|
|
|
4034
|
-
/***/
|
|
4035
|
-
|
|
4042
|
+
/***/ 4026
|
|
4043
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
4036
4044
|
|
|
4037
4045
|
const Utils = __webpack_require__(768);
|
|
4046
|
+
if (typeof RegExp.escape !== 'function') {
|
|
4047
|
+
(__webpack_require__(6117).shim)();
|
|
4048
|
+
}
|
|
4038
4049
|
const FEATURE_MAP = {
|
|
4039
4050
|
// Discovery
|
|
4040
4051
|
capabilities: true,
|
|
4041
4052
|
listFileTypes: 'get /file_formats',
|
|
4042
4053
|
listServiceTypes: 'get /service_types',
|
|
4043
4054
|
listUdfRuntimes: 'get /udf_runtimes',
|
|
4055
|
+
listProcessingParameters: 'get /processing_parameters',
|
|
4044
4056
|
// Collections
|
|
4045
4057
|
listCollections: 'get /collections',
|
|
4046
4058
|
describeCollection: 'get /collections/{}',
|
|
@@ -4093,6 +4105,18 @@ const FEATURE_MAP = {
|
|
|
4093
4105
|
deleteService: 'delete /services/{}',
|
|
4094
4106
|
debugService: 'get /services/{}/logs'
|
|
4095
4107
|
};
|
|
4108
|
+
const CONFORMANCE_CLASSES = {
|
|
4109
|
+
openeo: "https://api.openeo.org/extensions/openeo/v1.*",
|
|
4110
|
+
// STAC API
|
|
4111
|
+
stacCollections: ['https://api.stacspec.org/v1.*/collections', 'https://api.stacspec.org/v1.*/ogcapi-features'],
|
|
4112
|
+
stacItems: 'https://api.stacspec.org/v1.*/ogcapi-features',
|
|
4113
|
+
// openEO API Extensions
|
|
4114
|
+
commercialData: 'https://api.openeo.org/extensions/commercial-data/0.1.*',
|
|
4115
|
+
federation: 'https://api.openeo.org/extensions/federation/0.1.*',
|
|
4116
|
+
processingParameters: "https://api.openeo.org/extensions/processing-parameters/0.1.*",
|
|
4117
|
+
remoteProcessDefinition: 'https://api.openeo.org/extensions/remote-process-definition/0.1.*',
|
|
4118
|
+
workspaces: 'https://api.openeo.org/extensions/workspaces/0.1.*'
|
|
4119
|
+
};
|
|
4096
4120
|
|
|
4097
4121
|
/**
|
|
4098
4122
|
* Capabilities of a back-end.
|
|
@@ -4297,6 +4321,26 @@ class Capabilities {
|
|
|
4297
4321
|
return feature === true || this.features.some(e => e === feature);
|
|
4298
4322
|
}
|
|
4299
4323
|
|
|
4324
|
+
/**
|
|
4325
|
+
* Check whether a conformance class is supported by the back-end.
|
|
4326
|
+
*
|
|
4327
|
+
* Use `*` as a wildcard character for e.g. version numbers.
|
|
4328
|
+
*
|
|
4329
|
+
* @param {string|Array.<string>} uris - Conformance class URI(s) - any of them must match.
|
|
4330
|
+
* @returns {boolean} `true` if any of the conformance classes is supported, otherwise `false`.
|
|
4331
|
+
*/
|
|
4332
|
+
hasConformance(uris) {
|
|
4333
|
+
if (typeof uris === 'string') {
|
|
4334
|
+
uris = [uris];
|
|
4335
|
+
}
|
|
4336
|
+
if (!Array.isArray(this.data.conformsTo) || !Array.isArray(uris)) {
|
|
4337
|
+
return false;
|
|
4338
|
+
}
|
|
4339
|
+
const classRegexp = uris.map(uri => RegExp.escape(uri).replaceAll('\\*', '[^/]+')).join('|');
|
|
4340
|
+
const regexp = new RegExp('^(' + classRegexp + ')$');
|
|
4341
|
+
return Boolean(this.data.conformsTo.find(uri => uri.match(regexp)));
|
|
4342
|
+
}
|
|
4343
|
+
|
|
4300
4344
|
/**
|
|
4301
4345
|
* Get the billing currency.
|
|
4302
4346
|
*
|
|
@@ -4337,29 +4381,30 @@ class Capabilities {
|
|
|
4337
4381
|
return response;
|
|
4338
4382
|
}
|
|
4339
4383
|
}
|
|
4384
|
+
Capabilities.Conformance = CONFORMANCE_CLASSES;
|
|
4340
4385
|
module.exports = Capabilities;
|
|
4341
4386
|
|
|
4342
|
-
/***/ }
|
|
4387
|
+
/***/ },
|
|
4343
4388
|
|
|
4344
|
-
/***/
|
|
4345
|
-
|
|
4389
|
+
/***/ 7704
|
|
4390
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
4346
4391
|
|
|
4347
|
-
const Environment = __webpack_require__(
|
|
4392
|
+
const Environment = __webpack_require__(2458);
|
|
4348
4393
|
const Utils = __webpack_require__(768);
|
|
4349
|
-
const ProcessRegistry = __webpack_require__(
|
|
4350
|
-
const axios = __webpack_require__(
|
|
4351
|
-
const StacMigrate = __webpack_require__(
|
|
4352
|
-
const AuthProvider = __webpack_require__(
|
|
4394
|
+
const ProcessRegistry = __webpack_require__(3659);
|
|
4395
|
+
const axios = __webpack_require__(2742);
|
|
4396
|
+
const StacMigrate = __webpack_require__(1321);
|
|
4397
|
+
const AuthProvider = __webpack_require__(6147);
|
|
4353
4398
|
const BasicProvider = __webpack_require__(933);
|
|
4354
|
-
const OidcProvider = __webpack_require__(
|
|
4355
|
-
const Capabilities = __webpack_require__(
|
|
4356
|
-
const FileTypes = __webpack_require__(
|
|
4357
|
-
const UserFile = __webpack_require__(
|
|
4358
|
-
const Job = __webpack_require__(
|
|
4359
|
-
const UserProcess = __webpack_require__(
|
|
4360
|
-
const Service = __webpack_require__(
|
|
4361
|
-
const Builder = __webpack_require__(
|
|
4362
|
-
const BuilderNode = __webpack_require__(
|
|
4399
|
+
const OidcProvider = __webpack_require__(3688);
|
|
4400
|
+
const Capabilities = __webpack_require__(4026);
|
|
4401
|
+
const FileTypes = __webpack_require__(9405);
|
|
4402
|
+
const UserFile = __webpack_require__(9649);
|
|
4403
|
+
const Job = __webpack_require__(4293);
|
|
4404
|
+
const UserProcess = __webpack_require__(9806);
|
|
4405
|
+
const Service = __webpack_require__(5497);
|
|
4406
|
+
const Builder = __webpack_require__(1425);
|
|
4407
|
+
const BuilderNode = __webpack_require__(2804);
|
|
4363
4408
|
const {
|
|
4364
4409
|
CollectionPages,
|
|
4365
4410
|
ItemPages,
|
|
@@ -4367,7 +4412,7 @@ const {
|
|
|
4367
4412
|
ProcessPages,
|
|
4368
4413
|
ServicePages,
|
|
4369
4414
|
UserFilePages
|
|
4370
|
-
} = __webpack_require__(
|
|
4415
|
+
} = __webpack_require__(7226);
|
|
4371
4416
|
const CONFORMANCE_RELS = ['conformance', 'http://www.opengis.net/def/rel/ogc/1.0/conformance'];
|
|
4372
4417
|
|
|
4373
4418
|
/**
|
|
@@ -4535,6 +4580,18 @@ class Connection {
|
|
|
4535
4580
|
return new FileTypes(response.data);
|
|
4536
4581
|
}
|
|
4537
4582
|
|
|
4583
|
+
/**
|
|
4584
|
+
* List the supported output file formats.
|
|
4585
|
+
*
|
|
4586
|
+
* @async
|
|
4587
|
+
* @returns {Promise<ProcessingParameters>} A response compatible to the API specification.
|
|
4588
|
+
* @throws {Error}
|
|
4589
|
+
*/
|
|
4590
|
+
async listProcessingParameters() {
|
|
4591
|
+
const response = await this._get('/processing_parameters');
|
|
4592
|
+
return response.data;
|
|
4593
|
+
}
|
|
4594
|
+
|
|
4538
4595
|
/**
|
|
4539
4596
|
* List the supported secondary service types.
|
|
4540
4597
|
*
|
|
@@ -5064,7 +5121,7 @@ class Connection {
|
|
|
5064
5121
|
const response = await this._post('/validation', this._normalizeUserProcess(process).process);
|
|
5065
5122
|
if (Array.isArray(response.data.errors)) {
|
|
5066
5123
|
const errors = response.data.errors;
|
|
5067
|
-
errors['federation:backends'] = Array.isArray(response.data['federation:
|
|
5124
|
+
errors['federation:backends'] = Array.isArray(response.data['federation:backends']) ? response.data['federation:backends'] : [];
|
|
5068
5125
|
return errors;
|
|
5069
5126
|
} else {
|
|
5070
5127
|
throw new Error("Invalid validation response received.");
|
|
@@ -5270,7 +5327,7 @@ class Connection {
|
|
|
5270
5327
|
*
|
|
5271
5328
|
* @async
|
|
5272
5329
|
* @param {Array.<Service>} [oldServices=[]] - A list of existing services to update.
|
|
5273
|
-
* @returns {Promise<ResponseArray.<
|
|
5330
|
+
* @returns {Promise<ResponseArray.<Service>>} A list of services.
|
|
5274
5331
|
* @throws {Error}
|
|
5275
5332
|
*/
|
|
5276
5333
|
async listServices(oldServices = []) {
|
|
@@ -5608,10 +5665,10 @@ class Connection {
|
|
|
5608
5665
|
}
|
|
5609
5666
|
module.exports = Connection;
|
|
5610
5667
|
|
|
5611
|
-
/***/ }
|
|
5668
|
+
/***/ },
|
|
5612
5669
|
|
|
5613
|
-
/***/
|
|
5614
|
-
|
|
5670
|
+
/***/ 9405
|
|
5671
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
5615
5672
|
|
|
5616
5673
|
const Utils = __webpack_require__(768);
|
|
5617
5674
|
|
|
@@ -5722,16 +5779,16 @@ class FileTypes {
|
|
|
5722
5779
|
}
|
|
5723
5780
|
module.exports = FileTypes;
|
|
5724
5781
|
|
|
5725
|
-
/***/ }
|
|
5782
|
+
/***/ },
|
|
5726
5783
|
|
|
5727
|
-
/***/
|
|
5728
|
-
|
|
5784
|
+
/***/ 4293
|
|
5785
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
5729
5786
|
|
|
5730
|
-
const Environment = __webpack_require__(
|
|
5731
|
-
const BaseEntity = __webpack_require__(
|
|
5732
|
-
const Logs = __webpack_require__(
|
|
5787
|
+
const Environment = __webpack_require__(2458);
|
|
5788
|
+
const BaseEntity = __webpack_require__(3054);
|
|
5789
|
+
const Logs = __webpack_require__(2431);
|
|
5733
5790
|
const Utils = __webpack_require__(768);
|
|
5734
|
-
const StacMigrate = __webpack_require__(
|
|
5791
|
+
const StacMigrate = __webpack_require__(1321);
|
|
5735
5792
|
const STOP_STATUS = ['finished', 'canceled', 'error'];
|
|
5736
5793
|
|
|
5737
5794
|
/**
|
|
@@ -6045,10 +6102,10 @@ class Job extends BaseEntity {
|
|
|
6045
6102
|
}
|
|
6046
6103
|
module.exports = Job;
|
|
6047
6104
|
|
|
6048
|
-
/***/ }
|
|
6105
|
+
/***/ },
|
|
6049
6106
|
|
|
6050
|
-
/***/
|
|
6051
|
-
|
|
6107
|
+
/***/ 2431
|
|
6108
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
6052
6109
|
|
|
6053
6110
|
const Utils = __webpack_require__(768);
|
|
6054
6111
|
|
|
@@ -6153,15 +6210,15 @@ class Logs {
|
|
|
6153
6210
|
}
|
|
6154
6211
|
module.exports = Logs;
|
|
6155
6212
|
|
|
6156
|
-
/***/ }
|
|
6213
|
+
/***/ },
|
|
6157
6214
|
|
|
6158
|
-
/***/
|
|
6159
|
-
|
|
6215
|
+
/***/ 3688
|
|
6216
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
6160
6217
|
|
|
6161
6218
|
const Utils = __webpack_require__(768);
|
|
6162
|
-
const AuthProvider = __webpack_require__(
|
|
6163
|
-
const Environment = __webpack_require__(
|
|
6164
|
-
const Oidc = __webpack_require__(
|
|
6219
|
+
const AuthProvider = __webpack_require__(6147);
|
|
6220
|
+
const Environment = __webpack_require__(2458);
|
|
6221
|
+
const Oidc = __webpack_require__(2117);
|
|
6165
6222
|
|
|
6166
6223
|
/**
|
|
6167
6224
|
* The Authentication Provider for OpenID Connect.
|
|
@@ -6285,6 +6342,16 @@ class OidcProvider extends AuthProvider {
|
|
|
6285
6342
|
*/
|
|
6286
6343
|
this.defaultClients = Array.isArray(options.default_clients) ? options.default_clients : [];
|
|
6287
6344
|
|
|
6345
|
+
/**
|
|
6346
|
+
* Additional parameters to include in authorization requests.
|
|
6347
|
+
*
|
|
6348
|
+
* As defined by the API, these parameters MUST be included when
|
|
6349
|
+
* requesting the authorization endpoint.
|
|
6350
|
+
*
|
|
6351
|
+
* @type {object.<string, *>}
|
|
6352
|
+
*/
|
|
6353
|
+
this.authorizationParameters = Utils.isObject(options.authorization_parameters) ? options.authorization_parameters : {};
|
|
6354
|
+
|
|
6288
6355
|
/**
|
|
6289
6356
|
* The detected default Client.
|
|
6290
6357
|
*
|
|
@@ -6398,7 +6465,8 @@ class OidcProvider extends AuthProvider {
|
|
|
6398
6465
|
scope: scope.join(' '),
|
|
6399
6466
|
validateSubOnSilentRenew: true,
|
|
6400
6467
|
response_type,
|
|
6401
|
-
response_mode: response_type.includes('code') ? 'query' : 'fragment'
|
|
6468
|
+
response_mode: response_type.includes('code') ? 'query' : 'fragment',
|
|
6469
|
+
extraQueryParams: this.authorizationParameters
|
|
6402
6470
|
}, options);
|
|
6403
6471
|
}
|
|
6404
6472
|
|
|
@@ -6534,37 +6602,37 @@ OidcProvider.redirectUrl = Environment.getUrl().split('#')[0].split('?')[0].repl
|
|
|
6534
6602
|
OidcProvider.grants = ['authorization_code+pkce', 'implicit'];
|
|
6535
6603
|
module.exports = OidcProvider;
|
|
6536
6604
|
|
|
6537
|
-
/***/ }
|
|
6605
|
+
/***/ },
|
|
6538
6606
|
|
|
6539
|
-
/***/
|
|
6540
|
-
|
|
6607
|
+
/***/ 1224
|
|
6608
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
6541
6609
|
|
|
6542
|
-
const axios = __webpack_require__(
|
|
6610
|
+
const axios = __webpack_require__(2742);
|
|
6543
6611
|
const Utils = __webpack_require__(768);
|
|
6544
|
-
const Versions = __webpack_require__(
|
|
6612
|
+
const Versions = __webpack_require__(3304);
|
|
6545
6613
|
|
|
6546
6614
|
// API wrapper
|
|
6547
|
-
const Connection = __webpack_require__(
|
|
6548
|
-
const Job = __webpack_require__(
|
|
6549
|
-
const Logs = __webpack_require__(
|
|
6550
|
-
const UserFile = __webpack_require__(
|
|
6551
|
-
const UserProcess = __webpack_require__(
|
|
6552
|
-
const Service = __webpack_require__(
|
|
6615
|
+
const Connection = __webpack_require__(7704);
|
|
6616
|
+
const Job = __webpack_require__(4293);
|
|
6617
|
+
const Logs = __webpack_require__(2431);
|
|
6618
|
+
const UserFile = __webpack_require__(9649);
|
|
6619
|
+
const UserProcess = __webpack_require__(9806);
|
|
6620
|
+
const Service = __webpack_require__(5497);
|
|
6553
6621
|
|
|
6554
6622
|
// Auth Providers
|
|
6555
|
-
const AuthProvider = __webpack_require__(
|
|
6623
|
+
const AuthProvider = __webpack_require__(6147);
|
|
6556
6624
|
const BasicProvider = __webpack_require__(933);
|
|
6557
|
-
const OidcProvider = __webpack_require__(
|
|
6625
|
+
const OidcProvider = __webpack_require__(3688);
|
|
6558
6626
|
|
|
6559
6627
|
// Response wrapper
|
|
6560
|
-
const Capabilities = __webpack_require__(
|
|
6561
|
-
const FileTypes = __webpack_require__(
|
|
6628
|
+
const Capabilities = __webpack_require__(4026);
|
|
6629
|
+
const FileTypes = __webpack_require__(9405);
|
|
6562
6630
|
|
|
6563
6631
|
// Builder
|
|
6564
|
-
const Builder = __webpack_require__(
|
|
6565
|
-
const BuilderNode = __webpack_require__(
|
|
6566
|
-
const Parameter = __webpack_require__(
|
|
6567
|
-
const Formula = __webpack_require__(
|
|
6632
|
+
const Builder = __webpack_require__(1425);
|
|
6633
|
+
const BuilderNode = __webpack_require__(2804);
|
|
6634
|
+
const Parameter = __webpack_require__(7897);
|
|
6635
|
+
const Formula = __webpack_require__(2212);
|
|
6568
6636
|
const MIN_API_VERSION = '1.0.0-rc.2';
|
|
6569
6637
|
const MAX_API_VERSION = '1.x.x';
|
|
6570
6638
|
|
|
@@ -6645,10 +6713,10 @@ class OpenEO {
|
|
|
6645
6713
|
* @returns {string} Version number (according to SemVer).
|
|
6646
6714
|
*/
|
|
6647
6715
|
static clientVersion() {
|
|
6648
|
-
return "2.
|
|
6716
|
+
return "2.10.0";
|
|
6649
6717
|
}
|
|
6650
6718
|
}
|
|
6651
|
-
OpenEO.Environment = __webpack_require__(
|
|
6719
|
+
OpenEO.Environment = __webpack_require__(2458);
|
|
6652
6720
|
module.exports = {
|
|
6653
6721
|
AbortController,
|
|
6654
6722
|
AuthProvider,
|
|
@@ -6669,19 +6737,19 @@ module.exports = {
|
|
|
6669
6737
|
Formula
|
|
6670
6738
|
};
|
|
6671
6739
|
|
|
6672
|
-
/***/ }
|
|
6740
|
+
/***/ },
|
|
6673
6741
|
|
|
6674
|
-
/***/
|
|
6675
|
-
|
|
6742
|
+
/***/ 7226
|
|
6743
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
6676
6744
|
|
|
6677
6745
|
/* eslint-disable max-classes-per-file */
|
|
6678
6746
|
|
|
6679
|
-
const Job = __webpack_require__(
|
|
6680
|
-
const Service = __webpack_require__(
|
|
6681
|
-
const UserFile = __webpack_require__(
|
|
6682
|
-
const UserProcess = __webpack_require__(
|
|
6747
|
+
const Job = __webpack_require__(4293);
|
|
6748
|
+
const Service = __webpack_require__(5497);
|
|
6749
|
+
const UserFile = __webpack_require__(9649);
|
|
6750
|
+
const UserProcess = __webpack_require__(9806);
|
|
6683
6751
|
const Utils = __webpack_require__(768);
|
|
6684
|
-
const StacMigrate = __webpack_require__(
|
|
6752
|
+
const StacMigrate = __webpack_require__(1321);
|
|
6685
6753
|
const FED_MISSING = 'federation:missing';
|
|
6686
6754
|
|
|
6687
6755
|
/**
|
|
@@ -7032,13 +7100,13 @@ module.exports = {
|
|
|
7032
7100
|
UserFilePages
|
|
7033
7101
|
};
|
|
7034
7102
|
|
|
7035
|
-
/***/ }
|
|
7103
|
+
/***/ },
|
|
7036
7104
|
|
|
7037
|
-
/***/
|
|
7038
|
-
|
|
7105
|
+
/***/ 5497
|
|
7106
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
7039
7107
|
|
|
7040
|
-
const BaseEntity = __webpack_require__(
|
|
7041
|
-
const Logs = __webpack_require__(
|
|
7108
|
+
const BaseEntity = __webpack_require__(3054);
|
|
7109
|
+
const Logs = __webpack_require__(2431);
|
|
7042
7110
|
|
|
7043
7111
|
/**
|
|
7044
7112
|
* A Secondary Web Service.
|
|
@@ -7256,13 +7324,13 @@ class Service extends BaseEntity {
|
|
|
7256
7324
|
}
|
|
7257
7325
|
module.exports = Service;
|
|
7258
7326
|
|
|
7259
|
-
/***/ }
|
|
7327
|
+
/***/ },
|
|
7260
7328
|
|
|
7261
|
-
/***/
|
|
7262
|
-
|
|
7329
|
+
/***/ 9649
|
|
7330
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
7263
7331
|
|
|
7264
|
-
const Environment = __webpack_require__(
|
|
7265
|
-
const BaseEntity = __webpack_require__(
|
|
7332
|
+
const Environment = __webpack_require__(2458);
|
|
7333
|
+
const BaseEntity = __webpack_require__(3054);
|
|
7266
7334
|
|
|
7267
7335
|
/**
|
|
7268
7336
|
* A File on the user workspace.
|
|
@@ -7387,12 +7455,12 @@ class UserFile extends BaseEntity {
|
|
|
7387
7455
|
}
|
|
7388
7456
|
module.exports = UserFile;
|
|
7389
7457
|
|
|
7390
|
-
/***/ }
|
|
7458
|
+
/***/ },
|
|
7391
7459
|
|
|
7392
|
-
/***/
|
|
7393
|
-
|
|
7460
|
+
/***/ 9806
|
|
7461
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
7394
7462
|
|
|
7395
|
-
const BaseEntity = __webpack_require__(
|
|
7463
|
+
const BaseEntity = __webpack_require__(3054);
|
|
7396
7464
|
const Utils = __webpack_require__(768);
|
|
7397
7465
|
|
|
7398
7466
|
/**
|
|
@@ -7543,10 +7611,187 @@ class UserProcess extends BaseEntity {
|
|
|
7543
7611
|
}
|
|
7544
7612
|
module.exports = UserProcess;
|
|
7545
7613
|
|
|
7546
|
-
/***/ }
|
|
7614
|
+
/***/ },
|
|
7615
|
+
|
|
7616
|
+
/***/ 3144
|
|
7617
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
7618
|
+
|
|
7619
|
+
"use strict";
|
|
7620
|
+
|
|
7621
|
+
|
|
7622
|
+
var bind = __webpack_require__(6743);
|
|
7623
|
+
|
|
7624
|
+
var $apply = __webpack_require__(1002);
|
|
7625
|
+
var $call = __webpack_require__(76);
|
|
7626
|
+
var $reflectApply = __webpack_require__(7119);
|
|
7627
|
+
|
|
7628
|
+
/** @type {import('./actualApply')} */
|
|
7629
|
+
module.exports = $reflectApply || bind.call($call, $apply);
|
|
7630
|
+
|
|
7631
|
+
|
|
7632
|
+
/***/ },
|
|
7633
|
+
|
|
7634
|
+
/***/ 2205
|
|
7635
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
7636
|
+
|
|
7637
|
+
"use strict";
|
|
7638
|
+
|
|
7639
|
+
|
|
7640
|
+
var bind = __webpack_require__(6743);
|
|
7641
|
+
var $apply = __webpack_require__(1002);
|
|
7642
|
+
var actualApply = __webpack_require__(3144);
|
|
7643
|
+
|
|
7644
|
+
/** @type {import('./applyBind')} */
|
|
7645
|
+
module.exports = function applyBind() {
|
|
7646
|
+
return actualApply(bind, $apply, arguments);
|
|
7647
|
+
};
|
|
7648
|
+
|
|
7649
|
+
|
|
7650
|
+
/***/ },
|
|
7651
|
+
|
|
7652
|
+
/***/ 1002
|
|
7653
|
+
(module) {
|
|
7654
|
+
|
|
7655
|
+
"use strict";
|
|
7656
|
+
|
|
7657
|
+
|
|
7658
|
+
/** @type {import('./functionApply')} */
|
|
7659
|
+
module.exports = Function.prototype.apply;
|
|
7660
|
+
|
|
7661
|
+
|
|
7662
|
+
/***/ },
|
|
7663
|
+
|
|
7664
|
+
/***/ 76
|
|
7665
|
+
(module) {
|
|
7666
|
+
|
|
7667
|
+
"use strict";
|
|
7668
|
+
|
|
7669
|
+
|
|
7670
|
+
/** @type {import('./functionCall')} */
|
|
7671
|
+
module.exports = Function.prototype.call;
|
|
7672
|
+
|
|
7673
|
+
|
|
7674
|
+
/***/ },
|
|
7547
7675
|
|
|
7548
|
-
/***/
|
|
7549
|
-
|
|
7676
|
+
/***/ 3126
|
|
7677
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
7678
|
+
|
|
7679
|
+
"use strict";
|
|
7680
|
+
|
|
7681
|
+
|
|
7682
|
+
var bind = __webpack_require__(6743);
|
|
7683
|
+
var $TypeError = __webpack_require__(9675);
|
|
7684
|
+
|
|
7685
|
+
var $call = __webpack_require__(76);
|
|
7686
|
+
var $actualApply = __webpack_require__(3144);
|
|
7687
|
+
|
|
7688
|
+
/** @type {(args: [Function, thisArg?: unknown, ...args: unknown[]]) => Function} TODO FIXME, find a way to use import('.') */
|
|
7689
|
+
module.exports = function callBindBasic(args) {
|
|
7690
|
+
if (args.length < 1 || typeof args[0] !== 'function') {
|
|
7691
|
+
throw new $TypeError('a function is required');
|
|
7692
|
+
}
|
|
7693
|
+
return $actualApply(bind, $call, args);
|
|
7694
|
+
};
|
|
7695
|
+
|
|
7696
|
+
|
|
7697
|
+
/***/ },
|
|
7698
|
+
|
|
7699
|
+
/***/ 7119
|
|
7700
|
+
(module) {
|
|
7701
|
+
|
|
7702
|
+
"use strict";
|
|
7703
|
+
|
|
7704
|
+
|
|
7705
|
+
/** @type {import('./reflectApply')} */
|
|
7706
|
+
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
|
|
7707
|
+
|
|
7708
|
+
|
|
7709
|
+
/***/ },
|
|
7710
|
+
|
|
7711
|
+
/***/ 8075
|
|
7712
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
7713
|
+
|
|
7714
|
+
"use strict";
|
|
7715
|
+
|
|
7716
|
+
|
|
7717
|
+
var GetIntrinsic = __webpack_require__(453);
|
|
7718
|
+
|
|
7719
|
+
var callBind = __webpack_require__(487);
|
|
7720
|
+
|
|
7721
|
+
var $indexOf = callBind(GetIntrinsic('String.prototype.indexOf'));
|
|
7722
|
+
|
|
7723
|
+
module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
7724
|
+
var intrinsic = GetIntrinsic(name, !!allowMissing);
|
|
7725
|
+
if (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) {
|
|
7726
|
+
return callBind(intrinsic);
|
|
7727
|
+
}
|
|
7728
|
+
return intrinsic;
|
|
7729
|
+
};
|
|
7730
|
+
|
|
7731
|
+
|
|
7732
|
+
/***/ },
|
|
7733
|
+
|
|
7734
|
+
/***/ 487
|
|
7735
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
7736
|
+
|
|
7737
|
+
"use strict";
|
|
7738
|
+
|
|
7739
|
+
|
|
7740
|
+
var setFunctionLength = __webpack_require__(6897);
|
|
7741
|
+
|
|
7742
|
+
var $defineProperty = __webpack_require__(655);
|
|
7743
|
+
|
|
7744
|
+
var callBindBasic = __webpack_require__(3126);
|
|
7745
|
+
var applyBind = __webpack_require__(2205);
|
|
7746
|
+
|
|
7747
|
+
module.exports = function callBind(originalFunction) {
|
|
7748
|
+
var func = callBindBasic(arguments);
|
|
7749
|
+
var adjustedLength = originalFunction.length - (arguments.length - 1);
|
|
7750
|
+
return setFunctionLength(
|
|
7751
|
+
func,
|
|
7752
|
+
1 + (adjustedLength > 0 ? adjustedLength : 0),
|
|
7753
|
+
true
|
|
7754
|
+
);
|
|
7755
|
+
};
|
|
7756
|
+
|
|
7757
|
+
if ($defineProperty) {
|
|
7758
|
+
$defineProperty(module.exports, 'apply', { value: applyBind });
|
|
7759
|
+
} else {
|
|
7760
|
+
module.exports.apply = applyBind;
|
|
7761
|
+
}
|
|
7762
|
+
|
|
7763
|
+
|
|
7764
|
+
/***/ },
|
|
7765
|
+
|
|
7766
|
+
/***/ 6556
|
|
7767
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
7768
|
+
|
|
7769
|
+
"use strict";
|
|
7770
|
+
|
|
7771
|
+
|
|
7772
|
+
var GetIntrinsic = __webpack_require__(453);
|
|
7773
|
+
|
|
7774
|
+
var callBindBasic = __webpack_require__(3126);
|
|
7775
|
+
|
|
7776
|
+
/** @type {(thisArg: string, searchString: string, position?: number) => number} */
|
|
7777
|
+
var $indexOf = callBindBasic([GetIntrinsic('%String.prototype.indexOf%')]);
|
|
7778
|
+
|
|
7779
|
+
/** @type {import('.')} */
|
|
7780
|
+
module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
7781
|
+
/* eslint no-extra-parens: 0 */
|
|
7782
|
+
|
|
7783
|
+
var intrinsic = /** @type {(this: unknown, ...args: unknown[]) => unknown} */ (GetIntrinsic(name, !!allowMissing));
|
|
7784
|
+
if (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) {
|
|
7785
|
+
return callBindBasic(/** @type {const} */ ([intrinsic]));
|
|
7786
|
+
}
|
|
7787
|
+
return intrinsic;
|
|
7788
|
+
};
|
|
7789
|
+
|
|
7790
|
+
|
|
7791
|
+
/***/ },
|
|
7792
|
+
|
|
7793
|
+
/***/ 8385
|
|
7794
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7550
7795
|
|
|
7551
7796
|
"use strict";
|
|
7552
7797
|
// ESM COMPAT FLAG
|
|
@@ -7780,10 +8025,285 @@ const validateStrict = (version) => typeof version === 'string' &&
|
|
|
7780
8025
|
|
|
7781
8026
|
//# sourceMappingURL=index.js.map
|
|
7782
8027
|
|
|
7783
|
-
/***/ }
|
|
8028
|
+
/***/ },
|
|
8029
|
+
|
|
8030
|
+
/***/ 41
|
|
8031
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
8032
|
+
|
|
8033
|
+
"use strict";
|
|
8034
|
+
|
|
8035
|
+
|
|
8036
|
+
var $defineProperty = __webpack_require__(655);
|
|
8037
|
+
|
|
8038
|
+
var $SyntaxError = __webpack_require__(8068);
|
|
8039
|
+
var $TypeError = __webpack_require__(9675);
|
|
8040
|
+
|
|
8041
|
+
var gopd = __webpack_require__(5795);
|
|
8042
|
+
|
|
8043
|
+
/** @type {import('.')} */
|
|
8044
|
+
module.exports = function defineDataProperty(
|
|
8045
|
+
obj,
|
|
8046
|
+
property,
|
|
8047
|
+
value
|
|
8048
|
+
) {
|
|
8049
|
+
if (!obj || (typeof obj !== 'object' && typeof obj !== 'function')) {
|
|
8050
|
+
throw new $TypeError('`obj` must be an object or a function`');
|
|
8051
|
+
}
|
|
8052
|
+
if (typeof property !== 'string' && typeof property !== 'symbol') {
|
|
8053
|
+
throw new $TypeError('`property` must be a string or a symbol`');
|
|
8054
|
+
}
|
|
8055
|
+
if (arguments.length > 3 && typeof arguments[3] !== 'boolean' && arguments[3] !== null) {
|
|
8056
|
+
throw new $TypeError('`nonEnumerable`, if provided, must be a boolean or null');
|
|
8057
|
+
}
|
|
8058
|
+
if (arguments.length > 4 && typeof arguments[4] !== 'boolean' && arguments[4] !== null) {
|
|
8059
|
+
throw new $TypeError('`nonWritable`, if provided, must be a boolean or null');
|
|
8060
|
+
}
|
|
8061
|
+
if (arguments.length > 5 && typeof arguments[5] !== 'boolean' && arguments[5] !== null) {
|
|
8062
|
+
throw new $TypeError('`nonConfigurable`, if provided, must be a boolean or null');
|
|
8063
|
+
}
|
|
8064
|
+
if (arguments.length > 6 && typeof arguments[6] !== 'boolean') {
|
|
8065
|
+
throw new $TypeError('`loose`, if provided, must be a boolean');
|
|
8066
|
+
}
|
|
8067
|
+
|
|
8068
|
+
var nonEnumerable = arguments.length > 3 ? arguments[3] : null;
|
|
8069
|
+
var nonWritable = arguments.length > 4 ? arguments[4] : null;
|
|
8070
|
+
var nonConfigurable = arguments.length > 5 ? arguments[5] : null;
|
|
8071
|
+
var loose = arguments.length > 6 ? arguments[6] : false;
|
|
8072
|
+
|
|
8073
|
+
/* @type {false | TypedPropertyDescriptor<unknown>} */
|
|
8074
|
+
var desc = !!gopd && gopd(obj, property);
|
|
8075
|
+
|
|
8076
|
+
if ($defineProperty) {
|
|
8077
|
+
$defineProperty(obj, property, {
|
|
8078
|
+
configurable: nonConfigurable === null && desc ? desc.configurable : !nonConfigurable,
|
|
8079
|
+
enumerable: nonEnumerable === null && desc ? desc.enumerable : !nonEnumerable,
|
|
8080
|
+
value: value,
|
|
8081
|
+
writable: nonWritable === null && desc ? desc.writable : !nonWritable
|
|
8082
|
+
});
|
|
8083
|
+
} else if (loose || (!nonEnumerable && !nonWritable && !nonConfigurable)) {
|
|
8084
|
+
// must fall back to [[Set]], and was not explicitly asked to make non-enumerable, non-writable, or non-configurable
|
|
8085
|
+
obj[property] = value; // eslint-disable-line no-param-reassign
|
|
8086
|
+
} else {
|
|
8087
|
+
throw new $SyntaxError('This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.');
|
|
8088
|
+
}
|
|
8089
|
+
};
|
|
8090
|
+
|
|
8091
|
+
|
|
8092
|
+
/***/ },
|
|
8093
|
+
|
|
8094
|
+
/***/ 8452
|
|
8095
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
8096
|
+
|
|
8097
|
+
"use strict";
|
|
8098
|
+
|
|
8099
|
+
|
|
8100
|
+
var keys = __webpack_require__(1189);
|
|
8101
|
+
var hasSymbols = typeof Symbol === 'function' && typeof Symbol('foo') === 'symbol';
|
|
8102
|
+
|
|
8103
|
+
var toStr = Object.prototype.toString;
|
|
8104
|
+
var concat = Array.prototype.concat;
|
|
8105
|
+
var defineDataProperty = __webpack_require__(41);
|
|
8106
|
+
|
|
8107
|
+
var isFunction = function (fn) {
|
|
8108
|
+
return typeof fn === 'function' && toStr.call(fn) === '[object Function]';
|
|
8109
|
+
};
|
|
8110
|
+
|
|
8111
|
+
var supportsDescriptors = __webpack_require__(592)();
|
|
8112
|
+
|
|
8113
|
+
var defineProperty = function (object, name, value, predicate) {
|
|
8114
|
+
if (name in object) {
|
|
8115
|
+
if (predicate === true) {
|
|
8116
|
+
if (object[name] === value) {
|
|
8117
|
+
return;
|
|
8118
|
+
}
|
|
8119
|
+
} else if (!isFunction(predicate) || !predicate()) {
|
|
8120
|
+
return;
|
|
8121
|
+
}
|
|
8122
|
+
}
|
|
8123
|
+
|
|
8124
|
+
if (supportsDescriptors) {
|
|
8125
|
+
defineDataProperty(object, name, value, true);
|
|
8126
|
+
} else {
|
|
8127
|
+
defineDataProperty(object, name, value);
|
|
8128
|
+
}
|
|
8129
|
+
};
|
|
8130
|
+
|
|
8131
|
+
var defineProperties = function (object, map) {
|
|
8132
|
+
var predicates = arguments.length > 2 ? arguments[2] : {};
|
|
8133
|
+
var props = keys(map);
|
|
8134
|
+
if (hasSymbols) {
|
|
8135
|
+
props = concat.call(props, Object.getOwnPropertySymbols(map));
|
|
8136
|
+
}
|
|
8137
|
+
for (var i = 0; i < props.length; i += 1) {
|
|
8138
|
+
defineProperty(object, props[i], map[props[i]], predicates[props[i]]);
|
|
8139
|
+
}
|
|
8140
|
+
};
|
|
8141
|
+
|
|
8142
|
+
defineProperties.supportsDescriptors = !!supportsDescriptors;
|
|
8143
|
+
|
|
8144
|
+
module.exports = defineProperties;
|
|
8145
|
+
|
|
8146
|
+
|
|
8147
|
+
/***/ },
|
|
8148
|
+
|
|
8149
|
+
/***/ 7176
|
|
8150
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
8151
|
+
|
|
8152
|
+
"use strict";
|
|
8153
|
+
|
|
8154
|
+
|
|
8155
|
+
var callBind = __webpack_require__(3126);
|
|
8156
|
+
var gOPD = __webpack_require__(5795);
|
|
8157
|
+
|
|
8158
|
+
var hasProtoAccessor;
|
|
8159
|
+
try {
|
|
8160
|
+
// eslint-disable-next-line no-extra-parens, no-proto
|
|
8161
|
+
hasProtoAccessor = /** @type {{ __proto__?: typeof Array.prototype }} */ ([]).__proto__ === Array.prototype;
|
|
8162
|
+
} catch (e) {
|
|
8163
|
+
if (!e || typeof e !== 'object' || !('code' in e) || e.code !== 'ERR_PROTO_ACCESS') {
|
|
8164
|
+
throw e;
|
|
8165
|
+
}
|
|
8166
|
+
}
|
|
8167
|
+
|
|
8168
|
+
// eslint-disable-next-line no-extra-parens
|
|
8169
|
+
var desc = !!hasProtoAccessor && gOPD && gOPD(Object.prototype, /** @type {keyof typeof Object.prototype} */ ('__proto__'));
|
|
8170
|
+
|
|
8171
|
+
var $Object = Object;
|
|
8172
|
+
var $getPrototypeOf = $Object.getPrototypeOf;
|
|
8173
|
+
|
|
8174
|
+
/** @type {import('./get')} */
|
|
8175
|
+
module.exports = desc && typeof desc.get === 'function'
|
|
8176
|
+
? callBind([desc.get])
|
|
8177
|
+
: typeof $getPrototypeOf === 'function'
|
|
8178
|
+
? /** @type {import('./get')} */ function getDunder(value) {
|
|
8179
|
+
// eslint-disable-next-line eqeqeq
|
|
8180
|
+
return $getPrototypeOf(value == null ? value : $Object(value));
|
|
8181
|
+
}
|
|
8182
|
+
: false;
|
|
8183
|
+
|
|
8184
|
+
|
|
8185
|
+
/***/ },
|
|
8186
|
+
|
|
8187
|
+
/***/ 655
|
|
8188
|
+
(module) {
|
|
8189
|
+
|
|
8190
|
+
"use strict";
|
|
8191
|
+
|
|
8192
|
+
|
|
8193
|
+
/** @type {import('.')} */
|
|
8194
|
+
var $defineProperty = Object.defineProperty || false;
|
|
8195
|
+
if ($defineProperty) {
|
|
8196
|
+
try {
|
|
8197
|
+
$defineProperty({}, 'a', { value: 1 });
|
|
8198
|
+
} catch (e) {
|
|
8199
|
+
// IE 8 has a broken defineProperty
|
|
8200
|
+
$defineProperty = false;
|
|
8201
|
+
}
|
|
8202
|
+
}
|
|
8203
|
+
|
|
8204
|
+
module.exports = $defineProperty;
|
|
8205
|
+
|
|
8206
|
+
|
|
8207
|
+
/***/ },
|
|
8208
|
+
|
|
8209
|
+
/***/ 1237
|
|
8210
|
+
(module) {
|
|
8211
|
+
|
|
8212
|
+
"use strict";
|
|
8213
|
+
|
|
8214
|
+
|
|
8215
|
+
/** @type {import('./eval')} */
|
|
8216
|
+
module.exports = EvalError;
|
|
8217
|
+
|
|
8218
|
+
|
|
8219
|
+
/***/ },
|
|
8220
|
+
|
|
8221
|
+
/***/ 9383
|
|
8222
|
+
(module) {
|
|
8223
|
+
|
|
8224
|
+
"use strict";
|
|
8225
|
+
|
|
8226
|
+
|
|
8227
|
+
/** @type {import('.')} */
|
|
8228
|
+
module.exports = Error;
|
|
8229
|
+
|
|
8230
|
+
|
|
8231
|
+
/***/ },
|
|
8232
|
+
|
|
8233
|
+
/***/ 9290
|
|
8234
|
+
(module) {
|
|
8235
|
+
|
|
8236
|
+
"use strict";
|
|
8237
|
+
|
|
8238
|
+
|
|
8239
|
+
/** @type {import('./range')} */
|
|
8240
|
+
module.exports = RangeError;
|
|
8241
|
+
|
|
8242
|
+
|
|
8243
|
+
/***/ },
|
|
8244
|
+
|
|
8245
|
+
/***/ 9538
|
|
8246
|
+
(module) {
|
|
8247
|
+
|
|
8248
|
+
"use strict";
|
|
8249
|
+
|
|
8250
|
+
|
|
8251
|
+
/** @type {import('./ref')} */
|
|
8252
|
+
module.exports = ReferenceError;
|
|
8253
|
+
|
|
8254
|
+
|
|
8255
|
+
/***/ },
|
|
8256
|
+
|
|
8257
|
+
/***/ 8068
|
|
8258
|
+
(module) {
|
|
8259
|
+
|
|
8260
|
+
"use strict";
|
|
8261
|
+
|
|
8262
|
+
|
|
8263
|
+
/** @type {import('./syntax')} */
|
|
8264
|
+
module.exports = SyntaxError;
|
|
8265
|
+
|
|
7784
8266
|
|
|
7785
|
-
/***/
|
|
7786
|
-
|
|
8267
|
+
/***/ },
|
|
8268
|
+
|
|
8269
|
+
/***/ 9675
|
|
8270
|
+
(module) {
|
|
8271
|
+
|
|
8272
|
+
"use strict";
|
|
8273
|
+
|
|
8274
|
+
|
|
8275
|
+
/** @type {import('./type')} */
|
|
8276
|
+
module.exports = TypeError;
|
|
8277
|
+
|
|
8278
|
+
|
|
8279
|
+
/***/ },
|
|
8280
|
+
|
|
8281
|
+
/***/ 5345
|
|
8282
|
+
(module) {
|
|
8283
|
+
|
|
8284
|
+
"use strict";
|
|
8285
|
+
|
|
8286
|
+
|
|
8287
|
+
/** @type {import('./uri')} */
|
|
8288
|
+
module.exports = URIError;
|
|
8289
|
+
|
|
8290
|
+
|
|
8291
|
+
/***/ },
|
|
8292
|
+
|
|
8293
|
+
/***/ 9612
|
|
8294
|
+
(module) {
|
|
8295
|
+
|
|
8296
|
+
"use strict";
|
|
8297
|
+
|
|
8298
|
+
|
|
8299
|
+
/** @type {import('.')} */
|
|
8300
|
+
module.exports = Object;
|
|
8301
|
+
|
|
8302
|
+
|
|
8303
|
+
/***/ },
|
|
8304
|
+
|
|
8305
|
+
/***/ 9252
|
|
8306
|
+
(module) {
|
|
7787
8307
|
|
|
7788
8308
|
"use strict";
|
|
7789
8309
|
|
|
@@ -7860,23 +8380,2045 @@ module.exports = function equal(a, b) {
|
|
|
7860
8380
|
};
|
|
7861
8381
|
|
|
7862
8382
|
|
|
7863
|
-
/***/ }
|
|
8383
|
+
/***/ },
|
|
7864
8384
|
|
|
7865
|
-
/***/
|
|
7866
|
-
|
|
8385
|
+
/***/ 2682
|
|
8386
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
7867
8387
|
|
|
7868
8388
|
"use strict";
|
|
7869
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__117__;
|
|
7870
8389
|
|
|
7871
|
-
/***/ }),
|
|
7872
8390
|
|
|
7873
|
-
|
|
7874
|
-
|
|
8391
|
+
var isCallable = __webpack_require__(9600);
|
|
8392
|
+
|
|
8393
|
+
var toStr = Object.prototype.toString;
|
|
8394
|
+
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
8395
|
+
|
|
8396
|
+
/** @type {<This, A extends readonly unknown[]>(arr: A, iterator: (this: This | void, value: A[number], index: number, arr: A) => void, receiver: This | undefined) => void} */
|
|
8397
|
+
var forEachArray = function forEachArray(array, iterator, receiver) {
|
|
8398
|
+
for (var i = 0, len = array.length; i < len; i++) {
|
|
8399
|
+
if (hasOwnProperty.call(array, i)) {
|
|
8400
|
+
if (receiver == null) {
|
|
8401
|
+
iterator(array[i], i, array);
|
|
8402
|
+
} else {
|
|
8403
|
+
iterator.call(receiver, array[i], i, array);
|
|
8404
|
+
}
|
|
8405
|
+
}
|
|
8406
|
+
}
|
|
8407
|
+
};
|
|
8408
|
+
|
|
8409
|
+
/** @type {<This, S extends string>(string: S, iterator: (this: This | void, value: S[number], index: number, string: S) => void, receiver: This | undefined) => void} */
|
|
8410
|
+
var forEachString = function forEachString(string, iterator, receiver) {
|
|
8411
|
+
for (var i = 0, len = string.length; i < len; i++) {
|
|
8412
|
+
// no such thing as a sparse string.
|
|
8413
|
+
if (receiver == null) {
|
|
8414
|
+
iterator(string.charAt(i), i, string);
|
|
8415
|
+
} else {
|
|
8416
|
+
iterator.call(receiver, string.charAt(i), i, string);
|
|
8417
|
+
}
|
|
8418
|
+
}
|
|
8419
|
+
};
|
|
8420
|
+
|
|
8421
|
+
/** @type {<This, O>(obj: O, iterator: (this: This | void, value: O[keyof O], index: keyof O, obj: O) => void, receiver: This | undefined) => void} */
|
|
8422
|
+
var forEachObject = function forEachObject(object, iterator, receiver) {
|
|
8423
|
+
for (var k in object) {
|
|
8424
|
+
if (hasOwnProperty.call(object, k)) {
|
|
8425
|
+
if (receiver == null) {
|
|
8426
|
+
iterator(object[k], k, object);
|
|
8427
|
+
} else {
|
|
8428
|
+
iterator.call(receiver, object[k], k, object);
|
|
8429
|
+
}
|
|
8430
|
+
}
|
|
8431
|
+
}
|
|
8432
|
+
};
|
|
8433
|
+
|
|
8434
|
+
/** @type {(x: unknown) => x is readonly unknown[]} */
|
|
8435
|
+
function isArray(x) {
|
|
8436
|
+
return toStr.call(x) === '[object Array]';
|
|
8437
|
+
}
|
|
8438
|
+
|
|
8439
|
+
/** @type {import('.')._internal} */
|
|
8440
|
+
module.exports = function forEach(list, iterator, thisArg) {
|
|
8441
|
+
if (!isCallable(iterator)) {
|
|
8442
|
+
throw new TypeError('iterator must be a function');
|
|
8443
|
+
}
|
|
8444
|
+
|
|
8445
|
+
var receiver;
|
|
8446
|
+
if (arguments.length >= 3) {
|
|
8447
|
+
receiver = thisArg;
|
|
8448
|
+
}
|
|
8449
|
+
|
|
8450
|
+
if (isArray(list)) {
|
|
8451
|
+
forEachArray(list, iterator, receiver);
|
|
8452
|
+
} else if (typeof list === 'string') {
|
|
8453
|
+
forEachString(list, iterator, receiver);
|
|
8454
|
+
} else {
|
|
8455
|
+
forEachObject(list, iterator, receiver);
|
|
8456
|
+
}
|
|
8457
|
+
};
|
|
8458
|
+
|
|
8459
|
+
|
|
8460
|
+
/***/ },
|
|
8461
|
+
|
|
8462
|
+
/***/ 9353
|
|
8463
|
+
(module) {
|
|
8464
|
+
|
|
8465
|
+
"use strict";
|
|
8466
|
+
|
|
8467
|
+
|
|
8468
|
+
/* eslint no-invalid-this: 1 */
|
|
8469
|
+
|
|
8470
|
+
var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';
|
|
8471
|
+
var toStr = Object.prototype.toString;
|
|
8472
|
+
var max = Math.max;
|
|
8473
|
+
var funcType = '[object Function]';
|
|
8474
|
+
|
|
8475
|
+
var concatty = function concatty(a, b) {
|
|
8476
|
+
var arr = [];
|
|
8477
|
+
|
|
8478
|
+
for (var i = 0; i < a.length; i += 1) {
|
|
8479
|
+
arr[i] = a[i];
|
|
8480
|
+
}
|
|
8481
|
+
for (var j = 0; j < b.length; j += 1) {
|
|
8482
|
+
arr[j + a.length] = b[j];
|
|
8483
|
+
}
|
|
8484
|
+
|
|
8485
|
+
return arr;
|
|
8486
|
+
};
|
|
8487
|
+
|
|
8488
|
+
var slicy = function slicy(arrLike, offset) {
|
|
8489
|
+
var arr = [];
|
|
8490
|
+
for (var i = offset || 0, j = 0; i < arrLike.length; i += 1, j += 1) {
|
|
8491
|
+
arr[j] = arrLike[i];
|
|
8492
|
+
}
|
|
8493
|
+
return arr;
|
|
8494
|
+
};
|
|
8495
|
+
|
|
8496
|
+
var joiny = function (arr, joiner) {
|
|
8497
|
+
var str = '';
|
|
8498
|
+
for (var i = 0; i < arr.length; i += 1) {
|
|
8499
|
+
str += arr[i];
|
|
8500
|
+
if (i + 1 < arr.length) {
|
|
8501
|
+
str += joiner;
|
|
8502
|
+
}
|
|
8503
|
+
}
|
|
8504
|
+
return str;
|
|
8505
|
+
};
|
|
8506
|
+
|
|
8507
|
+
module.exports = function bind(that) {
|
|
8508
|
+
var target = this;
|
|
8509
|
+
if (typeof target !== 'function' || toStr.apply(target) !== funcType) {
|
|
8510
|
+
throw new TypeError(ERROR_MESSAGE + target);
|
|
8511
|
+
}
|
|
8512
|
+
var args = slicy(arguments, 1);
|
|
8513
|
+
|
|
8514
|
+
var bound;
|
|
8515
|
+
var binder = function () {
|
|
8516
|
+
if (this instanceof bound) {
|
|
8517
|
+
var result = target.apply(
|
|
8518
|
+
this,
|
|
8519
|
+
concatty(args, arguments)
|
|
8520
|
+
);
|
|
8521
|
+
if (Object(result) === result) {
|
|
8522
|
+
return result;
|
|
8523
|
+
}
|
|
8524
|
+
return this;
|
|
8525
|
+
}
|
|
8526
|
+
return target.apply(
|
|
8527
|
+
that,
|
|
8528
|
+
concatty(args, arguments)
|
|
8529
|
+
);
|
|
8530
|
+
|
|
8531
|
+
};
|
|
8532
|
+
|
|
8533
|
+
var boundLength = max(0, target.length - args.length);
|
|
8534
|
+
var boundArgs = [];
|
|
8535
|
+
for (var i = 0; i < boundLength; i++) {
|
|
8536
|
+
boundArgs[i] = '$' + i;
|
|
8537
|
+
}
|
|
8538
|
+
|
|
8539
|
+
bound = Function('binder', 'return function (' + joiny(boundArgs, ',') + '){ return binder.apply(this,arguments); }')(binder);
|
|
8540
|
+
|
|
8541
|
+
if (target.prototype) {
|
|
8542
|
+
var Empty = function Empty() {};
|
|
8543
|
+
Empty.prototype = target.prototype;
|
|
8544
|
+
bound.prototype = new Empty();
|
|
8545
|
+
Empty.prototype = null;
|
|
8546
|
+
}
|
|
8547
|
+
|
|
8548
|
+
return bound;
|
|
8549
|
+
};
|
|
8550
|
+
|
|
8551
|
+
|
|
8552
|
+
/***/ },
|
|
8553
|
+
|
|
8554
|
+
/***/ 6743
|
|
8555
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
8556
|
+
|
|
8557
|
+
"use strict";
|
|
8558
|
+
|
|
8559
|
+
|
|
8560
|
+
var implementation = __webpack_require__(9353);
|
|
8561
|
+
|
|
8562
|
+
module.exports = Function.prototype.bind || implementation;
|
|
8563
|
+
|
|
8564
|
+
|
|
8565
|
+
/***/ },
|
|
8566
|
+
|
|
8567
|
+
/***/ 453
|
|
8568
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
8569
|
+
|
|
8570
|
+
"use strict";
|
|
8571
|
+
|
|
8572
|
+
|
|
8573
|
+
var undefined;
|
|
8574
|
+
|
|
8575
|
+
var $Object = __webpack_require__(9612);
|
|
8576
|
+
|
|
8577
|
+
var $Error = __webpack_require__(9383);
|
|
8578
|
+
var $EvalError = __webpack_require__(1237);
|
|
8579
|
+
var $RangeError = __webpack_require__(9290);
|
|
8580
|
+
var $ReferenceError = __webpack_require__(9538);
|
|
8581
|
+
var $SyntaxError = __webpack_require__(8068);
|
|
8582
|
+
var $TypeError = __webpack_require__(9675);
|
|
8583
|
+
var $URIError = __webpack_require__(5345);
|
|
8584
|
+
|
|
8585
|
+
var abs = __webpack_require__(1514);
|
|
8586
|
+
var floor = __webpack_require__(8968);
|
|
8587
|
+
var max = __webpack_require__(6188);
|
|
8588
|
+
var min = __webpack_require__(8002);
|
|
8589
|
+
var pow = __webpack_require__(5880);
|
|
8590
|
+
var round = __webpack_require__(414);
|
|
8591
|
+
var sign = __webpack_require__(3093);
|
|
8592
|
+
|
|
8593
|
+
var $Function = Function;
|
|
8594
|
+
|
|
8595
|
+
// eslint-disable-next-line consistent-return
|
|
8596
|
+
var getEvalledConstructor = function (expressionSyntax) {
|
|
8597
|
+
try {
|
|
8598
|
+
return $Function('"use strict"; return (' + expressionSyntax + ').constructor;')();
|
|
8599
|
+
} catch (e) {}
|
|
8600
|
+
};
|
|
8601
|
+
|
|
8602
|
+
var $gOPD = __webpack_require__(5795);
|
|
8603
|
+
var $defineProperty = __webpack_require__(655);
|
|
8604
|
+
|
|
8605
|
+
var throwTypeError = function () {
|
|
8606
|
+
throw new $TypeError();
|
|
8607
|
+
};
|
|
8608
|
+
var ThrowTypeError = $gOPD
|
|
8609
|
+
? (function () {
|
|
8610
|
+
try {
|
|
8611
|
+
// eslint-disable-next-line no-unused-expressions, no-caller, no-restricted-properties
|
|
8612
|
+
arguments.callee; // IE 8 does not throw here
|
|
8613
|
+
return throwTypeError;
|
|
8614
|
+
} catch (calleeThrows) {
|
|
8615
|
+
try {
|
|
8616
|
+
// IE 8 throws on Object.getOwnPropertyDescriptor(arguments, '')
|
|
8617
|
+
return $gOPD(arguments, 'callee').get;
|
|
8618
|
+
} catch (gOPDthrows) {
|
|
8619
|
+
return throwTypeError;
|
|
8620
|
+
}
|
|
8621
|
+
}
|
|
8622
|
+
}())
|
|
8623
|
+
: throwTypeError;
|
|
8624
|
+
|
|
8625
|
+
var hasSymbols = __webpack_require__(4039)();
|
|
8626
|
+
|
|
8627
|
+
var getProto = __webpack_require__(3628);
|
|
8628
|
+
var $ObjectGPO = __webpack_require__(1064);
|
|
8629
|
+
var $ReflectGPO = __webpack_require__(8648);
|
|
8630
|
+
|
|
8631
|
+
var $apply = __webpack_require__(1002);
|
|
8632
|
+
var $call = __webpack_require__(76);
|
|
8633
|
+
|
|
8634
|
+
var needsEval = {};
|
|
8635
|
+
|
|
8636
|
+
var TypedArray = typeof Uint8Array === 'undefined' || !getProto ? undefined : getProto(Uint8Array);
|
|
8637
|
+
|
|
8638
|
+
var INTRINSICS = {
|
|
8639
|
+
__proto__: null,
|
|
8640
|
+
'%AggregateError%': typeof AggregateError === 'undefined' ? undefined : AggregateError,
|
|
8641
|
+
'%Array%': Array,
|
|
8642
|
+
'%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,
|
|
8643
|
+
'%ArrayIteratorPrototype%': hasSymbols && getProto ? getProto([][Symbol.iterator]()) : undefined,
|
|
8644
|
+
'%AsyncFromSyncIteratorPrototype%': undefined,
|
|
8645
|
+
'%AsyncFunction%': needsEval,
|
|
8646
|
+
'%AsyncGenerator%': needsEval,
|
|
8647
|
+
'%AsyncGeneratorFunction%': needsEval,
|
|
8648
|
+
'%AsyncIteratorPrototype%': needsEval,
|
|
8649
|
+
'%Atomics%': typeof Atomics === 'undefined' ? undefined : Atomics,
|
|
8650
|
+
'%BigInt%': typeof BigInt === 'undefined' ? undefined : BigInt,
|
|
8651
|
+
'%BigInt64Array%': typeof BigInt64Array === 'undefined' ? undefined : BigInt64Array,
|
|
8652
|
+
'%BigUint64Array%': typeof BigUint64Array === 'undefined' ? undefined : BigUint64Array,
|
|
8653
|
+
'%Boolean%': Boolean,
|
|
8654
|
+
'%DataView%': typeof DataView === 'undefined' ? undefined : DataView,
|
|
8655
|
+
'%Date%': Date,
|
|
8656
|
+
'%decodeURI%': decodeURI,
|
|
8657
|
+
'%decodeURIComponent%': decodeURIComponent,
|
|
8658
|
+
'%encodeURI%': encodeURI,
|
|
8659
|
+
'%encodeURIComponent%': encodeURIComponent,
|
|
8660
|
+
'%Error%': $Error,
|
|
8661
|
+
'%eval%': eval, // eslint-disable-line no-eval
|
|
8662
|
+
'%EvalError%': $EvalError,
|
|
8663
|
+
'%Float16Array%': typeof Float16Array === 'undefined' ? undefined : Float16Array,
|
|
8664
|
+
'%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,
|
|
8665
|
+
'%Float64Array%': typeof Float64Array === 'undefined' ? undefined : Float64Array,
|
|
8666
|
+
'%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined : FinalizationRegistry,
|
|
8667
|
+
'%Function%': $Function,
|
|
8668
|
+
'%GeneratorFunction%': needsEval,
|
|
8669
|
+
'%Int8Array%': typeof Int8Array === 'undefined' ? undefined : Int8Array,
|
|
8670
|
+
'%Int16Array%': typeof Int16Array === 'undefined' ? undefined : Int16Array,
|
|
8671
|
+
'%Int32Array%': typeof Int32Array === 'undefined' ? undefined : Int32Array,
|
|
8672
|
+
'%isFinite%': isFinite,
|
|
8673
|
+
'%isNaN%': isNaN,
|
|
8674
|
+
'%IteratorPrototype%': hasSymbols && getProto ? getProto(getProto([][Symbol.iterator]())) : undefined,
|
|
8675
|
+
'%JSON%': typeof JSON === 'object' ? JSON : undefined,
|
|
8676
|
+
'%Map%': typeof Map === 'undefined' ? undefined : Map,
|
|
8677
|
+
'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols || !getProto ? undefined : getProto(new Map()[Symbol.iterator]()),
|
|
8678
|
+
'%Math%': Math,
|
|
8679
|
+
'%Number%': Number,
|
|
8680
|
+
'%Object%': $Object,
|
|
8681
|
+
'%Object.getOwnPropertyDescriptor%': $gOPD,
|
|
8682
|
+
'%parseFloat%': parseFloat,
|
|
8683
|
+
'%parseInt%': parseInt,
|
|
8684
|
+
'%Promise%': typeof Promise === 'undefined' ? undefined : Promise,
|
|
8685
|
+
'%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,
|
|
8686
|
+
'%RangeError%': $RangeError,
|
|
8687
|
+
'%ReferenceError%': $ReferenceError,
|
|
8688
|
+
'%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,
|
|
8689
|
+
'%RegExp%': RegExp,
|
|
8690
|
+
'%Set%': typeof Set === 'undefined' ? undefined : Set,
|
|
8691
|
+
'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols || !getProto ? undefined : getProto(new Set()[Symbol.iterator]()),
|
|
8692
|
+
'%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined : SharedArrayBuffer,
|
|
8693
|
+
'%String%': String,
|
|
8694
|
+
'%StringIteratorPrototype%': hasSymbols && getProto ? getProto(''[Symbol.iterator]()) : undefined,
|
|
8695
|
+
'%Symbol%': hasSymbols ? Symbol : undefined,
|
|
8696
|
+
'%SyntaxError%': $SyntaxError,
|
|
8697
|
+
'%ThrowTypeError%': ThrowTypeError,
|
|
8698
|
+
'%TypedArray%': TypedArray,
|
|
8699
|
+
'%TypeError%': $TypeError,
|
|
8700
|
+
'%Uint8Array%': typeof Uint8Array === 'undefined' ? undefined : Uint8Array,
|
|
8701
|
+
'%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray,
|
|
8702
|
+
'%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array,
|
|
8703
|
+
'%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array,
|
|
8704
|
+
'%URIError%': $URIError,
|
|
8705
|
+
'%WeakMap%': typeof WeakMap === 'undefined' ? undefined : WeakMap,
|
|
8706
|
+
'%WeakRef%': typeof WeakRef === 'undefined' ? undefined : WeakRef,
|
|
8707
|
+
'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet,
|
|
8708
|
+
|
|
8709
|
+
'%Function.prototype.call%': $call,
|
|
8710
|
+
'%Function.prototype.apply%': $apply,
|
|
8711
|
+
'%Object.defineProperty%': $defineProperty,
|
|
8712
|
+
'%Object.getPrototypeOf%': $ObjectGPO,
|
|
8713
|
+
'%Math.abs%': abs,
|
|
8714
|
+
'%Math.floor%': floor,
|
|
8715
|
+
'%Math.max%': max,
|
|
8716
|
+
'%Math.min%': min,
|
|
8717
|
+
'%Math.pow%': pow,
|
|
8718
|
+
'%Math.round%': round,
|
|
8719
|
+
'%Math.sign%': sign,
|
|
8720
|
+
'%Reflect.getPrototypeOf%': $ReflectGPO
|
|
8721
|
+
};
|
|
8722
|
+
|
|
8723
|
+
if (getProto) {
|
|
8724
|
+
try {
|
|
8725
|
+
null.error; // eslint-disable-line no-unused-expressions
|
|
8726
|
+
} catch (e) {
|
|
8727
|
+
// https://github.com/tc39/proposal-shadowrealm/pull/384#issuecomment-1364264229
|
|
8728
|
+
var errorProto = getProto(getProto(e));
|
|
8729
|
+
INTRINSICS['%Error.prototype%'] = errorProto;
|
|
8730
|
+
}
|
|
8731
|
+
}
|
|
8732
|
+
|
|
8733
|
+
var doEval = function doEval(name) {
|
|
8734
|
+
var value;
|
|
8735
|
+
if (name === '%AsyncFunction%') {
|
|
8736
|
+
value = getEvalledConstructor('async function () {}');
|
|
8737
|
+
} else if (name === '%GeneratorFunction%') {
|
|
8738
|
+
value = getEvalledConstructor('function* () {}');
|
|
8739
|
+
} else if (name === '%AsyncGeneratorFunction%') {
|
|
8740
|
+
value = getEvalledConstructor('async function* () {}');
|
|
8741
|
+
} else if (name === '%AsyncGenerator%') {
|
|
8742
|
+
var fn = doEval('%AsyncGeneratorFunction%');
|
|
8743
|
+
if (fn) {
|
|
8744
|
+
value = fn.prototype;
|
|
8745
|
+
}
|
|
8746
|
+
} else if (name === '%AsyncIteratorPrototype%') {
|
|
8747
|
+
var gen = doEval('%AsyncGenerator%');
|
|
8748
|
+
if (gen && getProto) {
|
|
8749
|
+
value = getProto(gen.prototype);
|
|
8750
|
+
}
|
|
8751
|
+
}
|
|
8752
|
+
|
|
8753
|
+
INTRINSICS[name] = value;
|
|
8754
|
+
|
|
8755
|
+
return value;
|
|
8756
|
+
};
|
|
8757
|
+
|
|
8758
|
+
var LEGACY_ALIASES = {
|
|
8759
|
+
__proto__: null,
|
|
8760
|
+
'%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],
|
|
8761
|
+
'%ArrayPrototype%': ['Array', 'prototype'],
|
|
8762
|
+
'%ArrayProto_entries%': ['Array', 'prototype', 'entries'],
|
|
8763
|
+
'%ArrayProto_forEach%': ['Array', 'prototype', 'forEach'],
|
|
8764
|
+
'%ArrayProto_keys%': ['Array', 'prototype', 'keys'],
|
|
8765
|
+
'%ArrayProto_values%': ['Array', 'prototype', 'values'],
|
|
8766
|
+
'%AsyncFunctionPrototype%': ['AsyncFunction', 'prototype'],
|
|
8767
|
+
'%AsyncGenerator%': ['AsyncGeneratorFunction', 'prototype'],
|
|
8768
|
+
'%AsyncGeneratorPrototype%': ['AsyncGeneratorFunction', 'prototype', 'prototype'],
|
|
8769
|
+
'%BooleanPrototype%': ['Boolean', 'prototype'],
|
|
8770
|
+
'%DataViewPrototype%': ['DataView', 'prototype'],
|
|
8771
|
+
'%DatePrototype%': ['Date', 'prototype'],
|
|
8772
|
+
'%ErrorPrototype%': ['Error', 'prototype'],
|
|
8773
|
+
'%EvalErrorPrototype%': ['EvalError', 'prototype'],
|
|
8774
|
+
'%Float32ArrayPrototype%': ['Float32Array', 'prototype'],
|
|
8775
|
+
'%Float64ArrayPrototype%': ['Float64Array', 'prototype'],
|
|
8776
|
+
'%FunctionPrototype%': ['Function', 'prototype'],
|
|
8777
|
+
'%Generator%': ['GeneratorFunction', 'prototype'],
|
|
8778
|
+
'%GeneratorPrototype%': ['GeneratorFunction', 'prototype', 'prototype'],
|
|
8779
|
+
'%Int8ArrayPrototype%': ['Int8Array', 'prototype'],
|
|
8780
|
+
'%Int16ArrayPrototype%': ['Int16Array', 'prototype'],
|
|
8781
|
+
'%Int32ArrayPrototype%': ['Int32Array', 'prototype'],
|
|
8782
|
+
'%JSONParse%': ['JSON', 'parse'],
|
|
8783
|
+
'%JSONStringify%': ['JSON', 'stringify'],
|
|
8784
|
+
'%MapPrototype%': ['Map', 'prototype'],
|
|
8785
|
+
'%NumberPrototype%': ['Number', 'prototype'],
|
|
8786
|
+
'%ObjectPrototype%': ['Object', 'prototype'],
|
|
8787
|
+
'%ObjProto_toString%': ['Object', 'prototype', 'toString'],
|
|
8788
|
+
'%ObjProto_valueOf%': ['Object', 'prototype', 'valueOf'],
|
|
8789
|
+
'%PromisePrototype%': ['Promise', 'prototype'],
|
|
8790
|
+
'%PromiseProto_then%': ['Promise', 'prototype', 'then'],
|
|
8791
|
+
'%Promise_all%': ['Promise', 'all'],
|
|
8792
|
+
'%Promise_reject%': ['Promise', 'reject'],
|
|
8793
|
+
'%Promise_resolve%': ['Promise', 'resolve'],
|
|
8794
|
+
'%RangeErrorPrototype%': ['RangeError', 'prototype'],
|
|
8795
|
+
'%ReferenceErrorPrototype%': ['ReferenceError', 'prototype'],
|
|
8796
|
+
'%RegExpPrototype%': ['RegExp', 'prototype'],
|
|
8797
|
+
'%SetPrototype%': ['Set', 'prototype'],
|
|
8798
|
+
'%SharedArrayBufferPrototype%': ['SharedArrayBuffer', 'prototype'],
|
|
8799
|
+
'%StringPrototype%': ['String', 'prototype'],
|
|
8800
|
+
'%SymbolPrototype%': ['Symbol', 'prototype'],
|
|
8801
|
+
'%SyntaxErrorPrototype%': ['SyntaxError', 'prototype'],
|
|
8802
|
+
'%TypedArrayPrototype%': ['TypedArray', 'prototype'],
|
|
8803
|
+
'%TypeErrorPrototype%': ['TypeError', 'prototype'],
|
|
8804
|
+
'%Uint8ArrayPrototype%': ['Uint8Array', 'prototype'],
|
|
8805
|
+
'%Uint8ClampedArrayPrototype%': ['Uint8ClampedArray', 'prototype'],
|
|
8806
|
+
'%Uint16ArrayPrototype%': ['Uint16Array', 'prototype'],
|
|
8807
|
+
'%Uint32ArrayPrototype%': ['Uint32Array', 'prototype'],
|
|
8808
|
+
'%URIErrorPrototype%': ['URIError', 'prototype'],
|
|
8809
|
+
'%WeakMapPrototype%': ['WeakMap', 'prototype'],
|
|
8810
|
+
'%WeakSetPrototype%': ['WeakSet', 'prototype']
|
|
8811
|
+
};
|
|
8812
|
+
|
|
8813
|
+
var bind = __webpack_require__(6743);
|
|
8814
|
+
var hasOwn = __webpack_require__(9957);
|
|
8815
|
+
var $concat = bind.call($call, Array.prototype.concat);
|
|
8816
|
+
var $spliceApply = bind.call($apply, Array.prototype.splice);
|
|
8817
|
+
var $replace = bind.call($call, String.prototype.replace);
|
|
8818
|
+
var $strSlice = bind.call($call, String.prototype.slice);
|
|
8819
|
+
var $exec = bind.call($call, RegExp.prototype.exec);
|
|
8820
|
+
|
|
8821
|
+
/* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */
|
|
8822
|
+
var rePropName = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;
|
|
8823
|
+
var reEscapeChar = /\\(\\)?/g; /** Used to match backslashes in property paths. */
|
|
8824
|
+
var stringToPath = function stringToPath(string) {
|
|
8825
|
+
var first = $strSlice(string, 0, 1);
|
|
8826
|
+
var last = $strSlice(string, -1);
|
|
8827
|
+
if (first === '%' && last !== '%') {
|
|
8828
|
+
throw new $SyntaxError('invalid intrinsic syntax, expected closing `%`');
|
|
8829
|
+
} else if (last === '%' && first !== '%') {
|
|
8830
|
+
throw new $SyntaxError('invalid intrinsic syntax, expected opening `%`');
|
|
8831
|
+
}
|
|
8832
|
+
var result = [];
|
|
8833
|
+
$replace(string, rePropName, function (match, number, quote, subString) {
|
|
8834
|
+
result[result.length] = quote ? $replace(subString, reEscapeChar, '$1') : number || match;
|
|
8835
|
+
});
|
|
8836
|
+
return result;
|
|
8837
|
+
};
|
|
8838
|
+
/* end adaptation */
|
|
8839
|
+
|
|
8840
|
+
var getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {
|
|
8841
|
+
var intrinsicName = name;
|
|
8842
|
+
var alias;
|
|
8843
|
+
if (hasOwn(LEGACY_ALIASES, intrinsicName)) {
|
|
8844
|
+
alias = LEGACY_ALIASES[intrinsicName];
|
|
8845
|
+
intrinsicName = '%' + alias[0] + '%';
|
|
8846
|
+
}
|
|
8847
|
+
|
|
8848
|
+
if (hasOwn(INTRINSICS, intrinsicName)) {
|
|
8849
|
+
var value = INTRINSICS[intrinsicName];
|
|
8850
|
+
if (value === needsEval) {
|
|
8851
|
+
value = doEval(intrinsicName);
|
|
8852
|
+
}
|
|
8853
|
+
if (typeof value === 'undefined' && !allowMissing) {
|
|
8854
|
+
throw new $TypeError('intrinsic ' + name + ' exists, but is not available. Please file an issue!');
|
|
8855
|
+
}
|
|
8856
|
+
|
|
8857
|
+
return {
|
|
8858
|
+
alias: alias,
|
|
8859
|
+
name: intrinsicName,
|
|
8860
|
+
value: value
|
|
8861
|
+
};
|
|
8862
|
+
}
|
|
8863
|
+
|
|
8864
|
+
throw new $SyntaxError('intrinsic ' + name + ' does not exist!');
|
|
8865
|
+
};
|
|
8866
|
+
|
|
8867
|
+
module.exports = function GetIntrinsic(name, allowMissing) {
|
|
8868
|
+
if (typeof name !== 'string' || name.length === 0) {
|
|
8869
|
+
throw new $TypeError('intrinsic name must be a non-empty string');
|
|
8870
|
+
}
|
|
8871
|
+
if (arguments.length > 1 && typeof allowMissing !== 'boolean') {
|
|
8872
|
+
throw new $TypeError('"allowMissing" argument must be a boolean');
|
|
8873
|
+
}
|
|
8874
|
+
|
|
8875
|
+
if ($exec(/^%?[^%]*%?$/, name) === null) {
|
|
8876
|
+
throw new $SyntaxError('`%` may not be present anywhere but at the beginning and end of the intrinsic name');
|
|
8877
|
+
}
|
|
8878
|
+
var parts = stringToPath(name);
|
|
8879
|
+
var intrinsicBaseName = parts.length > 0 ? parts[0] : '';
|
|
8880
|
+
|
|
8881
|
+
var intrinsic = getBaseIntrinsic('%' + intrinsicBaseName + '%', allowMissing);
|
|
8882
|
+
var intrinsicRealName = intrinsic.name;
|
|
8883
|
+
var value = intrinsic.value;
|
|
8884
|
+
var skipFurtherCaching = false;
|
|
8885
|
+
|
|
8886
|
+
var alias = intrinsic.alias;
|
|
8887
|
+
if (alias) {
|
|
8888
|
+
intrinsicBaseName = alias[0];
|
|
8889
|
+
$spliceApply(parts, $concat([0, 1], alias));
|
|
8890
|
+
}
|
|
8891
|
+
|
|
8892
|
+
for (var i = 1, isOwn = true; i < parts.length; i += 1) {
|
|
8893
|
+
var part = parts[i];
|
|
8894
|
+
var first = $strSlice(part, 0, 1);
|
|
8895
|
+
var last = $strSlice(part, -1);
|
|
8896
|
+
if (
|
|
8897
|
+
(
|
|
8898
|
+
(first === '"' || first === "'" || first === '`')
|
|
8899
|
+
|| (last === '"' || last === "'" || last === '`')
|
|
8900
|
+
)
|
|
8901
|
+
&& first !== last
|
|
8902
|
+
) {
|
|
8903
|
+
throw new $SyntaxError('property names with quotes must have matching quotes');
|
|
8904
|
+
}
|
|
8905
|
+
if (part === 'constructor' || !isOwn) {
|
|
8906
|
+
skipFurtherCaching = true;
|
|
8907
|
+
}
|
|
8908
|
+
|
|
8909
|
+
intrinsicBaseName += '.' + part;
|
|
8910
|
+
intrinsicRealName = '%' + intrinsicBaseName + '%';
|
|
8911
|
+
|
|
8912
|
+
if (hasOwn(INTRINSICS, intrinsicRealName)) {
|
|
8913
|
+
value = INTRINSICS[intrinsicRealName];
|
|
8914
|
+
} else if (value != null) {
|
|
8915
|
+
if (!(part in value)) {
|
|
8916
|
+
if (!allowMissing) {
|
|
8917
|
+
throw new $TypeError('base intrinsic for ' + name + ' exists, but the property is not available.');
|
|
8918
|
+
}
|
|
8919
|
+
return void undefined;
|
|
8920
|
+
}
|
|
8921
|
+
if ($gOPD && (i + 1) >= parts.length) {
|
|
8922
|
+
var desc = $gOPD(value, part);
|
|
8923
|
+
isOwn = !!desc;
|
|
8924
|
+
|
|
8925
|
+
// By convention, when a data property is converted to an accessor
|
|
8926
|
+
// property to emulate a data property that does not suffer from
|
|
8927
|
+
// the override mistake, that accessor's getter is marked with
|
|
8928
|
+
// an `originalValue` property. Here, when we detect this, we
|
|
8929
|
+
// uphold the illusion by pretending to see that original data
|
|
8930
|
+
// property, i.e., returning the value rather than the getter
|
|
8931
|
+
// itself.
|
|
8932
|
+
if (isOwn && 'get' in desc && !('originalValue' in desc.get)) {
|
|
8933
|
+
value = desc.get;
|
|
8934
|
+
} else {
|
|
8935
|
+
value = value[part];
|
|
8936
|
+
}
|
|
8937
|
+
} else {
|
|
8938
|
+
isOwn = hasOwn(value, part);
|
|
8939
|
+
value = value[part];
|
|
8940
|
+
}
|
|
8941
|
+
|
|
8942
|
+
if (isOwn && !skipFurtherCaching) {
|
|
8943
|
+
INTRINSICS[intrinsicRealName] = value;
|
|
8944
|
+
}
|
|
8945
|
+
}
|
|
8946
|
+
}
|
|
8947
|
+
return value;
|
|
8948
|
+
};
|
|
8949
|
+
|
|
8950
|
+
|
|
8951
|
+
/***/ },
|
|
8952
|
+
|
|
8953
|
+
/***/ 1064
|
|
8954
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
8955
|
+
|
|
8956
|
+
"use strict";
|
|
8957
|
+
|
|
8958
|
+
|
|
8959
|
+
var $Object = __webpack_require__(9612);
|
|
8960
|
+
|
|
8961
|
+
/** @type {import('./Object.getPrototypeOf')} */
|
|
8962
|
+
module.exports = $Object.getPrototypeOf || null;
|
|
8963
|
+
|
|
8964
|
+
|
|
8965
|
+
/***/ },
|
|
8966
|
+
|
|
8967
|
+
/***/ 8648
|
|
8968
|
+
(module) {
|
|
8969
|
+
|
|
8970
|
+
"use strict";
|
|
8971
|
+
|
|
8972
|
+
|
|
8973
|
+
/** @type {import('./Reflect.getPrototypeOf')} */
|
|
8974
|
+
module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
|
|
8975
|
+
|
|
8976
|
+
|
|
8977
|
+
/***/ },
|
|
8978
|
+
|
|
8979
|
+
/***/ 3628
|
|
8980
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
8981
|
+
|
|
8982
|
+
"use strict";
|
|
8983
|
+
|
|
8984
|
+
|
|
8985
|
+
var reflectGetProto = __webpack_require__(8648);
|
|
8986
|
+
var originalGetProto = __webpack_require__(1064);
|
|
8987
|
+
|
|
8988
|
+
var getDunderProto = __webpack_require__(7176);
|
|
8989
|
+
|
|
8990
|
+
/** @type {import('.')} */
|
|
8991
|
+
module.exports = reflectGetProto
|
|
8992
|
+
? function getProto(O) {
|
|
8993
|
+
// @ts-expect-error TS can't narrow inside a closure, for some reason
|
|
8994
|
+
return reflectGetProto(O);
|
|
8995
|
+
}
|
|
8996
|
+
: originalGetProto
|
|
8997
|
+
? function getProto(O) {
|
|
8998
|
+
if (!O || (typeof O !== 'object' && typeof O !== 'function')) {
|
|
8999
|
+
throw new TypeError('getProto: not an object');
|
|
9000
|
+
}
|
|
9001
|
+
// @ts-expect-error TS can't narrow inside a closure, for some reason
|
|
9002
|
+
return originalGetProto(O);
|
|
9003
|
+
}
|
|
9004
|
+
: getDunderProto
|
|
9005
|
+
? function getProto(O) {
|
|
9006
|
+
// @ts-expect-error TS can't narrow inside a closure, for some reason
|
|
9007
|
+
return getDunderProto(O);
|
|
9008
|
+
}
|
|
9009
|
+
: null;
|
|
9010
|
+
|
|
9011
|
+
|
|
9012
|
+
/***/ },
|
|
9013
|
+
|
|
9014
|
+
/***/ 6549
|
|
9015
|
+
(module) {
|
|
9016
|
+
|
|
9017
|
+
"use strict";
|
|
9018
|
+
|
|
9019
|
+
|
|
9020
|
+
/** @type {import('./gOPD')} */
|
|
9021
|
+
module.exports = Object.getOwnPropertyDescriptor;
|
|
9022
|
+
|
|
9023
|
+
|
|
9024
|
+
/***/ },
|
|
9025
|
+
|
|
9026
|
+
/***/ 5795
|
|
9027
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9028
|
+
|
|
9029
|
+
"use strict";
|
|
9030
|
+
|
|
9031
|
+
|
|
9032
|
+
/** @type {import('.')} */
|
|
9033
|
+
var $gOPD = __webpack_require__(6549);
|
|
9034
|
+
|
|
9035
|
+
if ($gOPD) {
|
|
9036
|
+
try {
|
|
9037
|
+
$gOPD([], 'length');
|
|
9038
|
+
} catch (e) {
|
|
9039
|
+
// IE 8 has a broken gOPD
|
|
9040
|
+
$gOPD = null;
|
|
9041
|
+
}
|
|
9042
|
+
}
|
|
9043
|
+
|
|
9044
|
+
module.exports = $gOPD;
|
|
9045
|
+
|
|
9046
|
+
|
|
9047
|
+
/***/ },
|
|
9048
|
+
|
|
9049
|
+
/***/ 592
|
|
9050
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9051
|
+
|
|
9052
|
+
"use strict";
|
|
9053
|
+
|
|
9054
|
+
|
|
9055
|
+
var $defineProperty = __webpack_require__(655);
|
|
9056
|
+
|
|
9057
|
+
var hasPropertyDescriptors = function hasPropertyDescriptors() {
|
|
9058
|
+
return !!$defineProperty;
|
|
9059
|
+
};
|
|
9060
|
+
|
|
9061
|
+
hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBug() {
|
|
9062
|
+
// node v0.6 has a bug where array lengths can be Set but not Defined
|
|
9063
|
+
if (!$defineProperty) {
|
|
9064
|
+
return null;
|
|
9065
|
+
}
|
|
9066
|
+
try {
|
|
9067
|
+
return $defineProperty([], 'length', { value: 1 }).length !== 1;
|
|
9068
|
+
} catch (e) {
|
|
9069
|
+
// In Firefox 4-22, defining length on an array throws an exception.
|
|
9070
|
+
return true;
|
|
9071
|
+
}
|
|
9072
|
+
};
|
|
9073
|
+
|
|
9074
|
+
module.exports = hasPropertyDescriptors;
|
|
9075
|
+
|
|
9076
|
+
|
|
9077
|
+
/***/ },
|
|
9078
|
+
|
|
9079
|
+
/***/ 4039
|
|
9080
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9081
|
+
|
|
9082
|
+
"use strict";
|
|
9083
|
+
|
|
9084
|
+
|
|
9085
|
+
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
9086
|
+
var hasSymbolSham = __webpack_require__(1333);
|
|
9087
|
+
|
|
9088
|
+
/** @type {import('.')} */
|
|
9089
|
+
module.exports = function hasNativeSymbols() {
|
|
9090
|
+
if (typeof origSymbol !== 'function') { return false; }
|
|
9091
|
+
if (typeof Symbol !== 'function') { return false; }
|
|
9092
|
+
if (typeof origSymbol('foo') !== 'symbol') { return false; }
|
|
9093
|
+
if (typeof Symbol('bar') !== 'symbol') { return false; }
|
|
9094
|
+
|
|
9095
|
+
return hasSymbolSham();
|
|
9096
|
+
};
|
|
9097
|
+
|
|
9098
|
+
|
|
9099
|
+
/***/ },
|
|
9100
|
+
|
|
9101
|
+
/***/ 1333
|
|
9102
|
+
(module) {
|
|
9103
|
+
|
|
9104
|
+
"use strict";
|
|
9105
|
+
|
|
9106
|
+
|
|
9107
|
+
/** @type {import('./shams')} */
|
|
9108
|
+
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
9109
|
+
module.exports = function hasSymbols() {
|
|
9110
|
+
if (typeof Symbol !== 'function' || typeof Object.getOwnPropertySymbols !== 'function') { return false; }
|
|
9111
|
+
if (typeof Symbol.iterator === 'symbol') { return true; }
|
|
9112
|
+
|
|
9113
|
+
/** @type {{ [k in symbol]?: unknown }} */
|
|
9114
|
+
var obj = {};
|
|
9115
|
+
var sym = Symbol('test');
|
|
9116
|
+
var symObj = Object(sym);
|
|
9117
|
+
if (typeof sym === 'string') { return false; }
|
|
9118
|
+
|
|
9119
|
+
if (Object.prototype.toString.call(sym) !== '[object Symbol]') { return false; }
|
|
9120
|
+
if (Object.prototype.toString.call(symObj) !== '[object Symbol]') { return false; }
|
|
9121
|
+
|
|
9122
|
+
// temp disabled per https://github.com/ljharb/object.assign/issues/17
|
|
9123
|
+
// if (sym instanceof Symbol) { return false; }
|
|
9124
|
+
// temp disabled per https://github.com/WebReflection/get-own-property-symbols/issues/4
|
|
9125
|
+
// if (!(symObj instanceof Symbol)) { return false; }
|
|
9126
|
+
|
|
9127
|
+
// if (typeof Symbol.prototype.toString !== 'function') { return false; }
|
|
9128
|
+
// if (String(sym) !== Symbol.prototype.toString.call(sym)) { return false; }
|
|
9129
|
+
|
|
9130
|
+
var symVal = 42;
|
|
9131
|
+
obj[sym] = symVal;
|
|
9132
|
+
for (var _ in obj) { return false; } // eslint-disable-line no-restricted-syntax, no-unreachable-loop
|
|
9133
|
+
if (typeof Object.keys === 'function' && Object.keys(obj).length !== 0) { return false; }
|
|
9134
|
+
|
|
9135
|
+
if (typeof Object.getOwnPropertyNames === 'function' && Object.getOwnPropertyNames(obj).length !== 0) { return false; }
|
|
9136
|
+
|
|
9137
|
+
var syms = Object.getOwnPropertySymbols(obj);
|
|
9138
|
+
if (syms.length !== 1 || syms[0] !== sym) { return false; }
|
|
9139
|
+
|
|
9140
|
+
if (!Object.prototype.propertyIsEnumerable.call(obj, sym)) { return false; }
|
|
9141
|
+
|
|
9142
|
+
if (typeof Object.getOwnPropertyDescriptor === 'function') {
|
|
9143
|
+
// eslint-disable-next-line no-extra-parens
|
|
9144
|
+
var descriptor = /** @type {PropertyDescriptor} */ (Object.getOwnPropertyDescriptor(obj, sym));
|
|
9145
|
+
if (descriptor.value !== symVal || descriptor.enumerable !== true) { return false; }
|
|
9146
|
+
}
|
|
9147
|
+
|
|
9148
|
+
return true;
|
|
9149
|
+
};
|
|
9150
|
+
|
|
9151
|
+
|
|
9152
|
+
/***/ },
|
|
9153
|
+
|
|
9154
|
+
/***/ 9092
|
|
9155
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9156
|
+
|
|
9157
|
+
"use strict";
|
|
9158
|
+
|
|
9159
|
+
|
|
9160
|
+
var hasSymbols = __webpack_require__(1333);
|
|
9161
|
+
|
|
9162
|
+
/** @type {import('.')} */
|
|
9163
|
+
module.exports = function hasToStringTagShams() {
|
|
9164
|
+
return hasSymbols() && !!Symbol.toStringTag;
|
|
9165
|
+
};
|
|
9166
|
+
|
|
9167
|
+
|
|
9168
|
+
/***/ },
|
|
9169
|
+
|
|
9170
|
+
/***/ 9957
|
|
9171
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9172
|
+
|
|
9173
|
+
"use strict";
|
|
9174
|
+
|
|
9175
|
+
|
|
9176
|
+
var call = Function.prototype.call;
|
|
9177
|
+
var $hasOwn = Object.prototype.hasOwnProperty;
|
|
9178
|
+
var bind = __webpack_require__(6743);
|
|
9179
|
+
|
|
9180
|
+
/** @type {import('.')} */
|
|
9181
|
+
module.exports = bind.call(call, $hasOwn);
|
|
9182
|
+
|
|
9183
|
+
|
|
9184
|
+
/***/ },
|
|
9185
|
+
|
|
9186
|
+
/***/ 9600
|
|
9187
|
+
(module) {
|
|
9188
|
+
|
|
9189
|
+
"use strict";
|
|
9190
|
+
|
|
9191
|
+
|
|
9192
|
+
var fnToStr = Function.prototype.toString;
|
|
9193
|
+
var reflectApply = typeof Reflect === 'object' && Reflect !== null && Reflect.apply;
|
|
9194
|
+
var badArrayLike;
|
|
9195
|
+
var isCallableMarker;
|
|
9196
|
+
if (typeof reflectApply === 'function' && typeof Object.defineProperty === 'function') {
|
|
9197
|
+
try {
|
|
9198
|
+
badArrayLike = Object.defineProperty({}, 'length', {
|
|
9199
|
+
get: function () {
|
|
9200
|
+
throw isCallableMarker;
|
|
9201
|
+
}
|
|
9202
|
+
});
|
|
9203
|
+
isCallableMarker = {};
|
|
9204
|
+
// eslint-disable-next-line no-throw-literal
|
|
9205
|
+
reflectApply(function () { throw 42; }, null, badArrayLike);
|
|
9206
|
+
} catch (_) {
|
|
9207
|
+
if (_ !== isCallableMarker) {
|
|
9208
|
+
reflectApply = null;
|
|
9209
|
+
}
|
|
9210
|
+
}
|
|
9211
|
+
} else {
|
|
9212
|
+
reflectApply = null;
|
|
9213
|
+
}
|
|
9214
|
+
|
|
9215
|
+
var constructorRegex = /^\s*class\b/;
|
|
9216
|
+
var isES6ClassFn = function isES6ClassFunction(value) {
|
|
9217
|
+
try {
|
|
9218
|
+
var fnStr = fnToStr.call(value);
|
|
9219
|
+
return constructorRegex.test(fnStr);
|
|
9220
|
+
} catch (e) {
|
|
9221
|
+
return false; // not a function
|
|
9222
|
+
}
|
|
9223
|
+
};
|
|
9224
|
+
|
|
9225
|
+
var tryFunctionObject = function tryFunctionToStr(value) {
|
|
9226
|
+
try {
|
|
9227
|
+
if (isES6ClassFn(value)) { return false; }
|
|
9228
|
+
fnToStr.call(value);
|
|
9229
|
+
return true;
|
|
9230
|
+
} catch (e) {
|
|
9231
|
+
return false;
|
|
9232
|
+
}
|
|
9233
|
+
};
|
|
9234
|
+
var toStr = Object.prototype.toString;
|
|
9235
|
+
var objectClass = '[object Object]';
|
|
9236
|
+
var fnClass = '[object Function]';
|
|
9237
|
+
var genClass = '[object GeneratorFunction]';
|
|
9238
|
+
var ddaClass = '[object HTMLAllCollection]'; // IE 11
|
|
9239
|
+
var ddaClass2 = '[object HTML document.all class]';
|
|
9240
|
+
var ddaClass3 = '[object HTMLCollection]'; // IE 9-10
|
|
9241
|
+
var hasToStringTag = typeof Symbol === 'function' && !!Symbol.toStringTag; // better: use `has-tostringtag`
|
|
9242
|
+
|
|
9243
|
+
var isIE68 = !(0 in [,]); // eslint-disable-line no-sparse-arrays, comma-spacing
|
|
9244
|
+
|
|
9245
|
+
var isDDA = function isDocumentDotAll() { return false; };
|
|
9246
|
+
if (typeof document === 'object') {
|
|
9247
|
+
// Firefox 3 canonicalizes DDA to undefined when it's not accessed directly
|
|
9248
|
+
var all = document.all;
|
|
9249
|
+
if (toStr.call(all) === toStr.call(document.all)) {
|
|
9250
|
+
isDDA = function isDocumentDotAll(value) {
|
|
9251
|
+
/* globals document: false */
|
|
9252
|
+
// in IE 6-8, typeof document.all is "object" and it's truthy
|
|
9253
|
+
if ((isIE68 || !value) && (typeof value === 'undefined' || typeof value === 'object')) {
|
|
9254
|
+
try {
|
|
9255
|
+
var str = toStr.call(value);
|
|
9256
|
+
return (
|
|
9257
|
+
str === ddaClass
|
|
9258
|
+
|| str === ddaClass2
|
|
9259
|
+
|| str === ddaClass3 // opera 12.16
|
|
9260
|
+
|| str === objectClass // IE 6-8
|
|
9261
|
+
) && value('') == null; // eslint-disable-line eqeqeq
|
|
9262
|
+
} catch (e) { /**/ }
|
|
9263
|
+
}
|
|
9264
|
+
return false;
|
|
9265
|
+
};
|
|
9266
|
+
}
|
|
9267
|
+
}
|
|
9268
|
+
|
|
9269
|
+
module.exports = reflectApply
|
|
9270
|
+
? function isCallable(value) {
|
|
9271
|
+
if (isDDA(value)) { return true; }
|
|
9272
|
+
if (!value) { return false; }
|
|
9273
|
+
if (typeof value !== 'function' && typeof value !== 'object') { return false; }
|
|
9274
|
+
try {
|
|
9275
|
+
reflectApply(value, null, badArrayLike);
|
|
9276
|
+
} catch (e) {
|
|
9277
|
+
if (e !== isCallableMarker) { return false; }
|
|
9278
|
+
}
|
|
9279
|
+
return !isES6ClassFn(value) && tryFunctionObject(value);
|
|
9280
|
+
}
|
|
9281
|
+
: function isCallable(value) {
|
|
9282
|
+
if (isDDA(value)) { return true; }
|
|
9283
|
+
if (!value) { return false; }
|
|
9284
|
+
if (typeof value !== 'function' && typeof value !== 'object') { return false; }
|
|
9285
|
+
if (hasToStringTag) { return tryFunctionObject(value); }
|
|
9286
|
+
if (isES6ClassFn(value)) { return false; }
|
|
9287
|
+
var strClass = toStr.call(value);
|
|
9288
|
+
if (strClass !== fnClass && strClass !== genClass && !(/^\[object HTML/).test(strClass)) { return false; }
|
|
9289
|
+
return tryFunctionObject(value);
|
|
9290
|
+
};
|
|
9291
|
+
|
|
9292
|
+
|
|
9293
|
+
/***/ },
|
|
9294
|
+
|
|
9295
|
+
/***/ 4035
|
|
9296
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9297
|
+
|
|
9298
|
+
"use strict";
|
|
9299
|
+
|
|
9300
|
+
|
|
9301
|
+
var callBound = __webpack_require__(6556);
|
|
9302
|
+
var hasToStringTag = __webpack_require__(9092)();
|
|
9303
|
+
var hasOwn = __webpack_require__(9957);
|
|
9304
|
+
var gOPD = __webpack_require__(5795);
|
|
9305
|
+
|
|
9306
|
+
/** @type {import('.')} */
|
|
9307
|
+
var fn;
|
|
9308
|
+
|
|
9309
|
+
if (hasToStringTag) {
|
|
9310
|
+
/** @type {(receiver: ThisParameterType<typeof RegExp.prototype.exec>, ...args: Parameters<typeof RegExp.prototype.exec>) => ReturnType<typeof RegExp.prototype.exec>} */
|
|
9311
|
+
var $exec = callBound('RegExp.prototype.exec');
|
|
9312
|
+
/** @type {object} */
|
|
9313
|
+
var isRegexMarker = {};
|
|
9314
|
+
|
|
9315
|
+
var throwRegexMarker = function () {
|
|
9316
|
+
throw isRegexMarker;
|
|
9317
|
+
};
|
|
9318
|
+
/** @type {{ toString(): never, valueOf(): never, [Symbol.toPrimitive]?(): never }} */
|
|
9319
|
+
var badStringifier = {
|
|
9320
|
+
toString: throwRegexMarker,
|
|
9321
|
+
valueOf: throwRegexMarker
|
|
9322
|
+
};
|
|
9323
|
+
|
|
9324
|
+
if (typeof Symbol.toPrimitive === 'symbol') {
|
|
9325
|
+
badStringifier[Symbol.toPrimitive] = throwRegexMarker;
|
|
9326
|
+
}
|
|
9327
|
+
|
|
9328
|
+
/** @type {import('.')} */
|
|
9329
|
+
// @ts-expect-error TS can't figure out that the $exec call always throws
|
|
9330
|
+
// eslint-disable-next-line consistent-return
|
|
9331
|
+
fn = function isRegex(value) {
|
|
9332
|
+
if (!value || typeof value !== 'object') {
|
|
9333
|
+
return false;
|
|
9334
|
+
}
|
|
9335
|
+
|
|
9336
|
+
// eslint-disable-next-line no-extra-parens
|
|
9337
|
+
var descriptor = /** @type {NonNullable<typeof gOPD>} */ (gOPD)(/** @type {{ lastIndex?: unknown }} */ (value), 'lastIndex');
|
|
9338
|
+
var hasLastIndexDataProperty = descriptor && hasOwn(descriptor, 'value');
|
|
9339
|
+
if (!hasLastIndexDataProperty) {
|
|
9340
|
+
return false;
|
|
9341
|
+
}
|
|
9342
|
+
|
|
9343
|
+
try {
|
|
9344
|
+
// eslint-disable-next-line no-extra-parens
|
|
9345
|
+
$exec(value, /** @type {string} */ (/** @type {unknown} */ (badStringifier)));
|
|
9346
|
+
} catch (e) {
|
|
9347
|
+
return e === isRegexMarker;
|
|
9348
|
+
}
|
|
9349
|
+
};
|
|
9350
|
+
} else {
|
|
9351
|
+
/** @type {(receiver: ThisParameterType<typeof Object.prototype.toString>, ...args: Parameters<typeof Object.prototype.toString>) => ReturnType<typeof Object.prototype.toString>} */
|
|
9352
|
+
var $toString = callBound('Object.prototype.toString');
|
|
9353
|
+
/** @const @type {'[object RegExp]'} */
|
|
9354
|
+
var regexClass = '[object RegExp]';
|
|
9355
|
+
|
|
9356
|
+
/** @type {import('.')} */
|
|
9357
|
+
fn = function isRegex(value) {
|
|
9358
|
+
// In older browsers, typeof regex incorrectly returns 'function'
|
|
9359
|
+
if (!value || (typeof value !== 'object' && typeof value !== 'function')) {
|
|
9360
|
+
return false;
|
|
9361
|
+
}
|
|
9362
|
+
|
|
9363
|
+
return $toString(value) === regexClass;
|
|
9364
|
+
};
|
|
9365
|
+
}
|
|
9366
|
+
|
|
9367
|
+
module.exports = fn;
|
|
9368
|
+
|
|
9369
|
+
|
|
9370
|
+
/***/ },
|
|
9371
|
+
|
|
9372
|
+
/***/ 1514
|
|
9373
|
+
(module) {
|
|
9374
|
+
|
|
9375
|
+
"use strict";
|
|
9376
|
+
|
|
9377
|
+
|
|
9378
|
+
/** @type {import('./abs')} */
|
|
9379
|
+
module.exports = Math.abs;
|
|
9380
|
+
|
|
9381
|
+
|
|
9382
|
+
/***/ },
|
|
9383
|
+
|
|
9384
|
+
/***/ 8968
|
|
9385
|
+
(module) {
|
|
9386
|
+
|
|
9387
|
+
"use strict";
|
|
9388
|
+
|
|
9389
|
+
|
|
9390
|
+
/** @type {import('./floor')} */
|
|
9391
|
+
module.exports = Math.floor;
|
|
9392
|
+
|
|
9393
|
+
|
|
9394
|
+
/***/ },
|
|
9395
|
+
|
|
9396
|
+
/***/ 3331
|
|
9397
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9398
|
+
|
|
9399
|
+
"use strict";
|
|
9400
|
+
|
|
9401
|
+
|
|
9402
|
+
var $isNaN = __webpack_require__(4459);
|
|
9403
|
+
|
|
9404
|
+
/** @type {import('./isFinite')} */
|
|
9405
|
+
module.exports = function isFinite(x) {
|
|
9406
|
+
return (typeof x === 'number' || typeof x === 'bigint')
|
|
9407
|
+
&& !$isNaN(x)
|
|
9408
|
+
&& x !== Infinity
|
|
9409
|
+
&& x !== -Infinity;
|
|
9410
|
+
};
|
|
9411
|
+
|
|
9412
|
+
|
|
9413
|
+
|
|
9414
|
+
/***/ },
|
|
9415
|
+
|
|
9416
|
+
/***/ 7440
|
|
9417
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9418
|
+
|
|
9419
|
+
"use strict";
|
|
9420
|
+
|
|
9421
|
+
|
|
9422
|
+
var $abs = __webpack_require__(1514);
|
|
9423
|
+
var $floor = __webpack_require__(8968);
|
|
9424
|
+
|
|
9425
|
+
var $isNaN = __webpack_require__(4459);
|
|
9426
|
+
var $isFinite = __webpack_require__(3331);
|
|
9427
|
+
|
|
9428
|
+
/** @type {import('./isInteger')} */
|
|
9429
|
+
module.exports = function isInteger(argument) {
|
|
9430
|
+
if (typeof argument !== 'number' || $isNaN(argument) || !$isFinite(argument)) {
|
|
9431
|
+
return false;
|
|
9432
|
+
}
|
|
9433
|
+
var absValue = $abs(argument);
|
|
9434
|
+
return $floor(absValue) === absValue;
|
|
9435
|
+
};
|
|
9436
|
+
|
|
9437
|
+
|
|
9438
|
+
/***/ },
|
|
9439
|
+
|
|
9440
|
+
/***/ 4459
|
|
9441
|
+
(module) {
|
|
9442
|
+
|
|
9443
|
+
"use strict";
|
|
9444
|
+
|
|
9445
|
+
|
|
9446
|
+
/** @type {import('./isNaN')} */
|
|
9447
|
+
module.exports = Number.isNaN || function isNaN(a) {
|
|
9448
|
+
return a !== a;
|
|
9449
|
+
};
|
|
9450
|
+
|
|
9451
|
+
|
|
9452
|
+
/***/ },
|
|
9453
|
+
|
|
9454
|
+
/***/ 6188
|
|
9455
|
+
(module) {
|
|
9456
|
+
|
|
9457
|
+
"use strict";
|
|
9458
|
+
|
|
9459
|
+
|
|
9460
|
+
/** @type {import('./max')} */
|
|
9461
|
+
module.exports = Math.max;
|
|
9462
|
+
|
|
9463
|
+
|
|
9464
|
+
/***/ },
|
|
9465
|
+
|
|
9466
|
+
/***/ 8002
|
|
9467
|
+
(module) {
|
|
9468
|
+
|
|
9469
|
+
"use strict";
|
|
9470
|
+
|
|
9471
|
+
|
|
9472
|
+
/** @type {import('./min')} */
|
|
9473
|
+
module.exports = Math.min;
|
|
9474
|
+
|
|
9475
|
+
|
|
9476
|
+
/***/ },
|
|
9477
|
+
|
|
9478
|
+
/***/ 1350
|
|
9479
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9480
|
+
|
|
9481
|
+
"use strict";
|
|
9482
|
+
|
|
9483
|
+
|
|
9484
|
+
var $floor = __webpack_require__(8968);
|
|
9485
|
+
|
|
9486
|
+
/** @type {import('./mod')} */
|
|
9487
|
+
module.exports = function mod(number, modulo) {
|
|
9488
|
+
var remain = number % modulo;
|
|
9489
|
+
return $floor(remain >= 0 ? remain : remain + modulo);
|
|
9490
|
+
};
|
|
9491
|
+
|
|
9492
|
+
|
|
9493
|
+
/***/ },
|
|
9494
|
+
|
|
9495
|
+
/***/ 5880
|
|
9496
|
+
(module) {
|
|
9497
|
+
|
|
9498
|
+
"use strict";
|
|
9499
|
+
|
|
9500
|
+
|
|
9501
|
+
/** @type {import('./pow')} */
|
|
9502
|
+
module.exports = Math.pow;
|
|
9503
|
+
|
|
9504
|
+
|
|
9505
|
+
/***/ },
|
|
9506
|
+
|
|
9507
|
+
/***/ 414
|
|
9508
|
+
(module) {
|
|
9509
|
+
|
|
9510
|
+
"use strict";
|
|
9511
|
+
|
|
9512
|
+
|
|
9513
|
+
/** @type {import('./round')} */
|
|
9514
|
+
module.exports = Math.round;
|
|
9515
|
+
|
|
9516
|
+
|
|
9517
|
+
/***/ },
|
|
9518
|
+
|
|
9519
|
+
/***/ 3093
|
|
9520
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9521
|
+
|
|
9522
|
+
"use strict";
|
|
9523
|
+
|
|
9524
|
+
|
|
9525
|
+
var $isNaN = __webpack_require__(4459);
|
|
9526
|
+
|
|
9527
|
+
/** @type {import('./sign')} */
|
|
9528
|
+
module.exports = function sign(number) {
|
|
9529
|
+
if ($isNaN(number) || number === 0) {
|
|
9530
|
+
return number;
|
|
9531
|
+
}
|
|
9532
|
+
return number < 0 ? -1 : +1;
|
|
9533
|
+
};
|
|
9534
|
+
|
|
9535
|
+
|
|
9536
|
+
/***/ },
|
|
9537
|
+
|
|
9538
|
+
/***/ 8875
|
|
9539
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9540
|
+
|
|
9541
|
+
"use strict";
|
|
9542
|
+
|
|
9543
|
+
|
|
9544
|
+
var keysShim;
|
|
9545
|
+
if (!Object.keys) {
|
|
9546
|
+
// modified from https://github.com/es-shims/es5-shim
|
|
9547
|
+
var has = Object.prototype.hasOwnProperty;
|
|
9548
|
+
var toStr = Object.prototype.toString;
|
|
9549
|
+
var isArgs = __webpack_require__(1093); // eslint-disable-line global-require
|
|
9550
|
+
var isEnumerable = Object.prototype.propertyIsEnumerable;
|
|
9551
|
+
var hasDontEnumBug = !isEnumerable.call({ toString: null }, 'toString');
|
|
9552
|
+
var hasProtoEnumBug = isEnumerable.call(function () {}, 'prototype');
|
|
9553
|
+
var dontEnums = [
|
|
9554
|
+
'toString',
|
|
9555
|
+
'toLocaleString',
|
|
9556
|
+
'valueOf',
|
|
9557
|
+
'hasOwnProperty',
|
|
9558
|
+
'isPrototypeOf',
|
|
9559
|
+
'propertyIsEnumerable',
|
|
9560
|
+
'constructor'
|
|
9561
|
+
];
|
|
9562
|
+
var equalsConstructorPrototype = function (o) {
|
|
9563
|
+
var ctor = o.constructor;
|
|
9564
|
+
return ctor && ctor.prototype === o;
|
|
9565
|
+
};
|
|
9566
|
+
var excludedKeys = {
|
|
9567
|
+
$applicationCache: true,
|
|
9568
|
+
$console: true,
|
|
9569
|
+
$external: true,
|
|
9570
|
+
$frame: true,
|
|
9571
|
+
$frameElement: true,
|
|
9572
|
+
$frames: true,
|
|
9573
|
+
$innerHeight: true,
|
|
9574
|
+
$innerWidth: true,
|
|
9575
|
+
$onmozfullscreenchange: true,
|
|
9576
|
+
$onmozfullscreenerror: true,
|
|
9577
|
+
$outerHeight: true,
|
|
9578
|
+
$outerWidth: true,
|
|
9579
|
+
$pageXOffset: true,
|
|
9580
|
+
$pageYOffset: true,
|
|
9581
|
+
$parent: true,
|
|
9582
|
+
$scrollLeft: true,
|
|
9583
|
+
$scrollTop: true,
|
|
9584
|
+
$scrollX: true,
|
|
9585
|
+
$scrollY: true,
|
|
9586
|
+
$self: true,
|
|
9587
|
+
$webkitIndexedDB: true,
|
|
9588
|
+
$webkitStorageInfo: true,
|
|
9589
|
+
$window: true
|
|
9590
|
+
};
|
|
9591
|
+
var hasAutomationEqualityBug = (function () {
|
|
9592
|
+
/* global window */
|
|
9593
|
+
if (typeof window === 'undefined') { return false; }
|
|
9594
|
+
for (var k in window) {
|
|
9595
|
+
try {
|
|
9596
|
+
if (!excludedKeys['$' + k] && has.call(window, k) && window[k] !== null && typeof window[k] === 'object') {
|
|
9597
|
+
try {
|
|
9598
|
+
equalsConstructorPrototype(window[k]);
|
|
9599
|
+
} catch (e) {
|
|
9600
|
+
return true;
|
|
9601
|
+
}
|
|
9602
|
+
}
|
|
9603
|
+
} catch (e) {
|
|
9604
|
+
return true;
|
|
9605
|
+
}
|
|
9606
|
+
}
|
|
9607
|
+
return false;
|
|
9608
|
+
}());
|
|
9609
|
+
var equalsConstructorPrototypeIfNotBuggy = function (o) {
|
|
9610
|
+
/* global window */
|
|
9611
|
+
if (typeof window === 'undefined' || !hasAutomationEqualityBug) {
|
|
9612
|
+
return equalsConstructorPrototype(o);
|
|
9613
|
+
}
|
|
9614
|
+
try {
|
|
9615
|
+
return equalsConstructorPrototype(o);
|
|
9616
|
+
} catch (e) {
|
|
9617
|
+
return false;
|
|
9618
|
+
}
|
|
9619
|
+
};
|
|
9620
|
+
|
|
9621
|
+
keysShim = function keys(object) {
|
|
9622
|
+
var isObject = object !== null && typeof object === 'object';
|
|
9623
|
+
var isFunction = toStr.call(object) === '[object Function]';
|
|
9624
|
+
var isArguments = isArgs(object);
|
|
9625
|
+
var isString = isObject && toStr.call(object) === '[object String]';
|
|
9626
|
+
var theKeys = [];
|
|
9627
|
+
|
|
9628
|
+
if (!isObject && !isFunction && !isArguments) {
|
|
9629
|
+
throw new TypeError('Object.keys called on a non-object');
|
|
9630
|
+
}
|
|
9631
|
+
|
|
9632
|
+
var skipProto = hasProtoEnumBug && isFunction;
|
|
9633
|
+
if (isString && object.length > 0 && !has.call(object, 0)) {
|
|
9634
|
+
for (var i = 0; i < object.length; ++i) {
|
|
9635
|
+
theKeys.push(String(i));
|
|
9636
|
+
}
|
|
9637
|
+
}
|
|
9638
|
+
|
|
9639
|
+
if (isArguments && object.length > 0) {
|
|
9640
|
+
for (var j = 0; j < object.length; ++j) {
|
|
9641
|
+
theKeys.push(String(j));
|
|
9642
|
+
}
|
|
9643
|
+
} else {
|
|
9644
|
+
for (var name in object) {
|
|
9645
|
+
if (!(skipProto && name === 'prototype') && has.call(object, name)) {
|
|
9646
|
+
theKeys.push(String(name));
|
|
9647
|
+
}
|
|
9648
|
+
}
|
|
9649
|
+
}
|
|
9650
|
+
|
|
9651
|
+
if (hasDontEnumBug) {
|
|
9652
|
+
var skipConstructor = equalsConstructorPrototypeIfNotBuggy(object);
|
|
9653
|
+
|
|
9654
|
+
for (var k = 0; k < dontEnums.length; ++k) {
|
|
9655
|
+
if (!(skipConstructor && dontEnums[k] === 'constructor') && has.call(object, dontEnums[k])) {
|
|
9656
|
+
theKeys.push(dontEnums[k]);
|
|
9657
|
+
}
|
|
9658
|
+
}
|
|
9659
|
+
}
|
|
9660
|
+
return theKeys;
|
|
9661
|
+
};
|
|
9662
|
+
}
|
|
9663
|
+
module.exports = keysShim;
|
|
9664
|
+
|
|
9665
|
+
|
|
9666
|
+
/***/ },
|
|
9667
|
+
|
|
9668
|
+
/***/ 1189
|
|
9669
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9670
|
+
|
|
9671
|
+
"use strict";
|
|
9672
|
+
|
|
9673
|
+
|
|
9674
|
+
var slice = Array.prototype.slice;
|
|
9675
|
+
var isArgs = __webpack_require__(1093);
|
|
9676
|
+
|
|
9677
|
+
var origKeys = Object.keys;
|
|
9678
|
+
var keysShim = origKeys ? function keys(o) { return origKeys(o); } : __webpack_require__(8875);
|
|
9679
|
+
|
|
9680
|
+
var originalKeys = Object.keys;
|
|
9681
|
+
|
|
9682
|
+
keysShim.shim = function shimObjectKeys() {
|
|
9683
|
+
if (Object.keys) {
|
|
9684
|
+
var keysWorksWithArguments = (function () {
|
|
9685
|
+
// Safari 5.0 bug
|
|
9686
|
+
var args = Object.keys(arguments);
|
|
9687
|
+
return args && args.length === arguments.length;
|
|
9688
|
+
}(1, 2));
|
|
9689
|
+
if (!keysWorksWithArguments) {
|
|
9690
|
+
Object.keys = function keys(object) { // eslint-disable-line func-name-matching
|
|
9691
|
+
if (isArgs(object)) {
|
|
9692
|
+
return originalKeys(slice.call(object));
|
|
9693
|
+
}
|
|
9694
|
+
return originalKeys(object);
|
|
9695
|
+
};
|
|
9696
|
+
}
|
|
9697
|
+
} else {
|
|
9698
|
+
Object.keys = keysShim;
|
|
9699
|
+
}
|
|
9700
|
+
return Object.keys || keysShim;
|
|
9701
|
+
};
|
|
9702
|
+
|
|
9703
|
+
module.exports = keysShim;
|
|
9704
|
+
|
|
9705
|
+
|
|
9706
|
+
/***/ },
|
|
9707
|
+
|
|
9708
|
+
/***/ 1093
|
|
9709
|
+
(module) {
|
|
9710
|
+
|
|
9711
|
+
"use strict";
|
|
9712
|
+
|
|
9713
|
+
|
|
9714
|
+
var toStr = Object.prototype.toString;
|
|
9715
|
+
|
|
9716
|
+
module.exports = function isArguments(value) {
|
|
9717
|
+
var str = toStr.call(value);
|
|
9718
|
+
var isArgs = str === '[object Arguments]';
|
|
9719
|
+
if (!isArgs) {
|
|
9720
|
+
isArgs = str !== '[object Array]' &&
|
|
9721
|
+
value !== null &&
|
|
9722
|
+
typeof value === 'object' &&
|
|
9723
|
+
typeof value.length === 'number' &&
|
|
9724
|
+
value.length >= 0 &&
|
|
9725
|
+
toStr.call(value.callee) === '[object Function]';
|
|
9726
|
+
}
|
|
9727
|
+
return isArgs;
|
|
9728
|
+
};
|
|
9729
|
+
|
|
9730
|
+
|
|
9731
|
+
/***/ },
|
|
9732
|
+
|
|
9733
|
+
/***/ 6460
|
|
9734
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9735
|
+
|
|
9736
|
+
"use strict";
|
|
9737
|
+
|
|
9738
|
+
|
|
9739
|
+
var NumberToString = __webpack_require__(4210);
|
|
9740
|
+
var StringIndexOf = __webpack_require__(6698);
|
|
9741
|
+
var StringPad = __webpack_require__(2114);
|
|
9742
|
+
// var StringToCodePoints = require('es-abstract/2024/StringToCodePoints');
|
|
9743
|
+
var UnicodeEscape = __webpack_require__(6156);
|
|
9744
|
+
var UTF16EncodeCodePoint = __webpack_require__(3519);
|
|
9745
|
+
|
|
9746
|
+
var isLeadingSurrogate = __webpack_require__(2161);
|
|
9747
|
+
var isTrailingSurrogate = __webpack_require__(3703);
|
|
9748
|
+
|
|
9749
|
+
var $TypeError = __webpack_require__(9675);
|
|
9750
|
+
|
|
9751
|
+
var isCodePoint = __webpack_require__(2656);
|
|
9752
|
+
var forEach = __webpack_require__(2682);
|
|
9753
|
+
var regexTester = __webpack_require__(9721);
|
|
9754
|
+
|
|
9755
|
+
var isWhiteSpace = regexTester(/^\s$/);
|
|
9756
|
+
var isLineTerminator = regexTester(/^[\n\r\u2028\u2029]$/);
|
|
9757
|
+
|
|
9758
|
+
// var punctuators = "(){}[]|,.?*+-^$=<>/#&!%:;@~'`\"\\"; // step 1
|
|
9759
|
+
var syntaxCharacter = '^$\\.*+?()[]{}|';
|
|
9760
|
+
|
|
9761
|
+
var otherPunctuators = ",-=<>#&!%:;@~'`\""; // step 3
|
|
9762
|
+
// var toEscape = StringToCodePoints(otherPunctuators); // step 4
|
|
9763
|
+
|
|
9764
|
+
var table64 = {
|
|
9765
|
+
'\u0009': 't',
|
|
9766
|
+
'\u000a': 'n',
|
|
9767
|
+
'\u000b': 'v',
|
|
9768
|
+
'\u000c': 'f',
|
|
9769
|
+
'\u000d': 'r',
|
|
9770
|
+
__proto__: null
|
|
9771
|
+
};
|
|
9772
|
+
|
|
9773
|
+
module.exports = function EncodeForRegExpEscape(c) {
|
|
9774
|
+
if (!isCodePoint(c)) {
|
|
9775
|
+
throw new $TypeError('Assertion failed: `c` must be a valid Unicode code point');
|
|
9776
|
+
}
|
|
9777
|
+
|
|
9778
|
+
var encoded = UTF16EncodeCodePoint(c);
|
|
9779
|
+
|
|
9780
|
+
if (StringIndexOf(syntaxCharacter, encoded, 0) > -1 || encoded === '\u002F') { // step 1
|
|
9781
|
+
return '\\' + encoded; // step 1.a
|
|
9782
|
+
} else if (encoded in table64) { // step 2
|
|
9783
|
+
return '\\' + table64[encoded]; // step 2.a
|
|
9784
|
+
}
|
|
9785
|
+
|
|
9786
|
+
if (
|
|
9787
|
+
StringIndexOf(otherPunctuators, encoded, 0) > -1
|
|
9788
|
+
|| isWhiteSpace(encoded)
|
|
9789
|
+
|| isLineTerminator(encoded)
|
|
9790
|
+
|| isLeadingSurrogate(c)
|
|
9791
|
+
|| isTrailingSurrogate(c)
|
|
9792
|
+
) { // step 5
|
|
9793
|
+
if (c < 0xFF) { // step 5.a
|
|
9794
|
+
var hex = NumberToString(c, 16); // step 5.a.i
|
|
9795
|
+
return '\\x' + StringPad(hex, 2, '0', 'START'); // step 5.a.ii
|
|
9796
|
+
}
|
|
9797
|
+
|
|
9798
|
+
var escaped = ''; // step 5.b
|
|
9799
|
+
|
|
9800
|
+
var codeUnits = encoded; // step 5.c
|
|
9801
|
+
|
|
9802
|
+
forEach(codeUnits, function (cu) { // step 5.d
|
|
9803
|
+
escaped += UnicodeEscape(cu); // step 5.d.i
|
|
9804
|
+
});
|
|
9805
|
+
|
|
9806
|
+
return escaped; // step 5.e
|
|
9807
|
+
}
|
|
9808
|
+
|
|
9809
|
+
return encoded; // step 6
|
|
9810
|
+
};
|
|
9811
|
+
|
|
9812
|
+
|
|
9813
|
+
/***/ },
|
|
9814
|
+
|
|
9815
|
+
/***/ 3835
|
|
9816
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9817
|
+
|
|
9818
|
+
"use strict";
|
|
9819
|
+
|
|
9820
|
+
|
|
9821
|
+
var EncodeForRegExpEscape = __webpack_require__(6460);
|
|
9822
|
+
var NumberToString = __webpack_require__(4210);
|
|
9823
|
+
var StringToCodePoints = __webpack_require__(280);
|
|
9824
|
+
|
|
9825
|
+
var regexTester = __webpack_require__(9721);
|
|
9826
|
+
var forEach = __webpack_require__(2682);
|
|
9827
|
+
|
|
9828
|
+
var $TypeError = __webpack_require__(9675);
|
|
9829
|
+
|
|
9830
|
+
var isDecimalDigitOrASCIILetter = regexTester(/^[\da-zA-Z]$/);
|
|
9831
|
+
|
|
9832
|
+
var callBound = __webpack_require__(8075);
|
|
9833
|
+
|
|
9834
|
+
var $charCodeAt = callBound('String.prototype.charCodeAt');
|
|
9835
|
+
var codePointStringToNum = function codePointStringToNumber(c) {
|
|
9836
|
+
var first = $charCodeAt(c, 0);
|
|
9837
|
+
if (first < 0xD800 || first > 0xDBFF || c.length === 1) {
|
|
9838
|
+
return first;
|
|
9839
|
+
}
|
|
9840
|
+
var second = $charCodeAt(c, 1);
|
|
9841
|
+
if (second < 0xDC00 || second > 0xDFFF) {
|
|
9842
|
+
return first;
|
|
9843
|
+
}
|
|
9844
|
+
return ((first - 0xD800) * 1024) + (second - 0xDC00) + 0x10000;
|
|
9845
|
+
};
|
|
9846
|
+
|
|
9847
|
+
module.exports = function escape(S) {
|
|
9848
|
+
if (typeof S !== 'string') {
|
|
9849
|
+
throw new $TypeError('`S` must be a String'); // step 1
|
|
9850
|
+
}
|
|
9851
|
+
|
|
9852
|
+
var escaped = ''; // step 2
|
|
9853
|
+
|
|
9854
|
+
var cpList = StringToCodePoints(S); // step 3
|
|
9855
|
+
|
|
9856
|
+
forEach(cpList, function (c) { // step 4
|
|
9857
|
+
if (escaped === '' && isDecimalDigitOrASCIILetter(c)) { // step 4.a
|
|
9858
|
+
var hex = NumberToString(codePointStringToNum(c), 16); // step 4.a.iii
|
|
9859
|
+
|
|
9860
|
+
escaped += '\\x' + hex; // step 4.a.v
|
|
9861
|
+
} else { // step 4.b
|
|
9862
|
+
escaped += EncodeForRegExpEscape(codePointStringToNum(c)); // step 4.b.i
|
|
9863
|
+
}
|
|
9864
|
+
});
|
|
9865
|
+
|
|
9866
|
+
return escaped; // step 5
|
|
9867
|
+
};
|
|
9868
|
+
|
|
9869
|
+
|
|
9870
|
+
/***/ },
|
|
9871
|
+
|
|
9872
|
+
/***/ 6117
|
|
9873
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9874
|
+
|
|
9875
|
+
"use strict";
|
|
9876
|
+
|
|
9877
|
+
|
|
9878
|
+
var define = __webpack_require__(8452);
|
|
9879
|
+
var callBind = __webpack_require__(487);
|
|
9880
|
+
|
|
9881
|
+
var implementation = __webpack_require__(3835);
|
|
9882
|
+
var getPolyfill = __webpack_require__(1570);
|
|
9883
|
+
var shim = __webpack_require__(0);
|
|
9884
|
+
|
|
9885
|
+
var bound = callBind(implementation, null);
|
|
9886
|
+
|
|
9887
|
+
define(bound, {
|
|
9888
|
+
getPolyfill: getPolyfill,
|
|
9889
|
+
implementation: implementation,
|
|
9890
|
+
method: implementation, // TODO: remove at semver-major
|
|
9891
|
+
shim: shim
|
|
9892
|
+
});
|
|
9893
|
+
|
|
9894
|
+
module.exports = bound;
|
|
9895
|
+
|
|
9896
|
+
|
|
9897
|
+
/***/ },
|
|
9898
|
+
|
|
9899
|
+
/***/ 1570
|
|
9900
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9901
|
+
|
|
9902
|
+
"use strict";
|
|
9903
|
+
|
|
9904
|
+
|
|
9905
|
+
var implementation = __webpack_require__(3835);
|
|
9906
|
+
|
|
9907
|
+
module.exports = function getPolyfill() {
|
|
9908
|
+
return RegExp.escape || implementation;
|
|
9909
|
+
};
|
|
9910
|
+
|
|
9911
|
+
|
|
9912
|
+
/***/ },
|
|
9913
|
+
|
|
9914
|
+
/***/ 0
|
|
9915
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9916
|
+
|
|
9917
|
+
"use strict";
|
|
9918
|
+
|
|
9919
|
+
|
|
9920
|
+
var define = __webpack_require__(8452);
|
|
9921
|
+
var escapePolyfill = __webpack_require__(1570)();
|
|
9922
|
+
|
|
9923
|
+
module.exports = function shimRegExpEscape() {
|
|
9924
|
+
define(RegExp, {
|
|
9925
|
+
escape: escapePolyfill
|
|
9926
|
+
});
|
|
9927
|
+
return RegExp.escape;
|
|
9928
|
+
};
|
|
9929
|
+
|
|
9930
|
+
|
|
9931
|
+
/***/ },
|
|
9932
|
+
|
|
9933
|
+
/***/ 9721
|
|
9934
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9935
|
+
|
|
9936
|
+
"use strict";
|
|
9937
|
+
|
|
9938
|
+
|
|
9939
|
+
var callBound = __webpack_require__(6556);
|
|
9940
|
+
var isRegex = __webpack_require__(4035);
|
|
9941
|
+
|
|
9942
|
+
var $exec = callBound('RegExp.prototype.exec');
|
|
9943
|
+
var $TypeError = __webpack_require__(9675);
|
|
9944
|
+
|
|
9945
|
+
/** @type {import('.')} */
|
|
9946
|
+
module.exports = function regexTester(regex) {
|
|
9947
|
+
if (!isRegex(regex)) {
|
|
9948
|
+
throw new $TypeError('`regex` must be a RegExp');
|
|
9949
|
+
}
|
|
9950
|
+
return function test(s) {
|
|
9951
|
+
return $exec(regex, s) !== null;
|
|
9952
|
+
};
|
|
9953
|
+
};
|
|
9954
|
+
|
|
9955
|
+
|
|
9956
|
+
/***/ },
|
|
9957
|
+
|
|
9958
|
+
/***/ 6897
|
|
9959
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
9960
|
+
|
|
9961
|
+
"use strict";
|
|
9962
|
+
|
|
9963
|
+
|
|
9964
|
+
var GetIntrinsic = __webpack_require__(453);
|
|
9965
|
+
var define = __webpack_require__(41);
|
|
9966
|
+
var hasDescriptors = __webpack_require__(592)();
|
|
9967
|
+
var gOPD = __webpack_require__(5795);
|
|
9968
|
+
|
|
9969
|
+
var $TypeError = __webpack_require__(9675);
|
|
9970
|
+
var $floor = GetIntrinsic('%Math.floor%');
|
|
9971
|
+
|
|
9972
|
+
/** @type {import('.')} */
|
|
9973
|
+
module.exports = function setFunctionLength(fn, length) {
|
|
9974
|
+
if (typeof fn !== 'function') {
|
|
9975
|
+
throw new $TypeError('`fn` is not a function');
|
|
9976
|
+
}
|
|
9977
|
+
if (typeof length !== 'number' || length < 0 || length > 0xFFFFFFFF || $floor(length) !== length) {
|
|
9978
|
+
throw new $TypeError('`length` must be a positive 32-bit integer');
|
|
9979
|
+
}
|
|
9980
|
+
|
|
9981
|
+
var loose = arguments.length > 2 && !!arguments[2];
|
|
9982
|
+
|
|
9983
|
+
var functionLengthIsConfigurable = true;
|
|
9984
|
+
var functionLengthIsWritable = true;
|
|
9985
|
+
if ('length' in fn && gOPD) {
|
|
9986
|
+
var desc = gOPD(fn, 'length');
|
|
9987
|
+
if (desc && !desc.configurable) {
|
|
9988
|
+
functionLengthIsConfigurable = false;
|
|
9989
|
+
}
|
|
9990
|
+
if (desc && !desc.writable) {
|
|
9991
|
+
functionLengthIsWritable = false;
|
|
9992
|
+
}
|
|
9993
|
+
}
|
|
9994
|
+
|
|
9995
|
+
if (functionLengthIsConfigurable || functionLengthIsWritable || !loose) {
|
|
9996
|
+
if (hasDescriptors) {
|
|
9997
|
+
define(/** @type {Parameters<define>[0]} */ (fn), 'length', length, true, true);
|
|
9998
|
+
} else {
|
|
9999
|
+
define(/** @type {Parameters<define>[0]} */ (fn), 'length', length);
|
|
10000
|
+
}
|
|
10001
|
+
}
|
|
10002
|
+
return fn;
|
|
10003
|
+
};
|
|
10004
|
+
|
|
10005
|
+
|
|
10006
|
+
/***/ },
|
|
10007
|
+
|
|
10008
|
+
/***/ 2117
|
|
10009
|
+
(module) {
|
|
10010
|
+
|
|
10011
|
+
"use strict";
|
|
10012
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2117__;
|
|
10013
|
+
|
|
10014
|
+
/***/ },
|
|
10015
|
+
|
|
10016
|
+
/***/ 2742
|
|
10017
|
+
(module) {
|
|
10018
|
+
|
|
10019
|
+
"use strict";
|
|
10020
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2742__;
|
|
10021
|
+
|
|
10022
|
+
/***/ },
|
|
10023
|
+
|
|
10024
|
+
/***/ 7312
|
|
10025
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
10026
|
+
|
|
10027
|
+
"use strict";
|
|
10028
|
+
|
|
10029
|
+
|
|
10030
|
+
var $TypeError = __webpack_require__(9675);
|
|
10031
|
+
var callBound = __webpack_require__(6556);
|
|
10032
|
+
var isLeadingSurrogate = __webpack_require__(2161);
|
|
10033
|
+
var isTrailingSurrogate = __webpack_require__(3703);
|
|
10034
|
+
|
|
10035
|
+
var UTF16SurrogatePairToCodePoint = __webpack_require__(3254);
|
|
10036
|
+
|
|
10037
|
+
var $charAt = callBound('String.prototype.charAt');
|
|
10038
|
+
var $charCodeAt = callBound('String.prototype.charCodeAt');
|
|
10039
|
+
|
|
10040
|
+
// https://262.ecma-international.org/12.0/#sec-codepointat
|
|
10041
|
+
|
|
10042
|
+
module.exports = function CodePointAt(string, position) {
|
|
10043
|
+
if (typeof string !== 'string') {
|
|
10044
|
+
throw new $TypeError('Assertion failed: `string` must be a String');
|
|
10045
|
+
}
|
|
10046
|
+
var size = string.length;
|
|
10047
|
+
if (position < 0 || position >= size) {
|
|
10048
|
+
throw new $TypeError('Assertion failed: `position` must be >= 0, and < the length of `string`');
|
|
10049
|
+
}
|
|
10050
|
+
var first = $charCodeAt(string, position);
|
|
10051
|
+
var cp = $charAt(string, position);
|
|
10052
|
+
var firstIsLeading = isLeadingSurrogate(first);
|
|
10053
|
+
var firstIsTrailing = isTrailingSurrogate(first);
|
|
10054
|
+
if (!firstIsLeading && !firstIsTrailing) {
|
|
10055
|
+
return {
|
|
10056
|
+
'[[CodePoint]]': cp,
|
|
10057
|
+
'[[CodeUnitCount]]': 1,
|
|
10058
|
+
'[[IsUnpairedSurrogate]]': false
|
|
10059
|
+
};
|
|
10060
|
+
}
|
|
10061
|
+
if (firstIsTrailing || (position + 1 === size)) {
|
|
10062
|
+
return {
|
|
10063
|
+
'[[CodePoint]]': cp,
|
|
10064
|
+
'[[CodeUnitCount]]': 1,
|
|
10065
|
+
'[[IsUnpairedSurrogate]]': true
|
|
10066
|
+
};
|
|
10067
|
+
}
|
|
10068
|
+
var second = $charCodeAt(string, position + 1);
|
|
10069
|
+
if (!isTrailingSurrogate(second)) {
|
|
10070
|
+
return {
|
|
10071
|
+
'[[CodePoint]]': cp,
|
|
10072
|
+
'[[CodeUnitCount]]': 1,
|
|
10073
|
+
'[[IsUnpairedSurrogate]]': true
|
|
10074
|
+
};
|
|
10075
|
+
}
|
|
10076
|
+
|
|
10077
|
+
return {
|
|
10078
|
+
'[[CodePoint]]': UTF16SurrogatePairToCodePoint(first, second),
|
|
10079
|
+
'[[CodeUnitCount]]': 2,
|
|
10080
|
+
'[[IsUnpairedSurrogate]]': false
|
|
10081
|
+
};
|
|
10082
|
+
};
|
|
10083
|
+
|
|
10084
|
+
|
|
10085
|
+
/***/ },
|
|
10086
|
+
|
|
10087
|
+
/***/ 4210
|
|
10088
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
10089
|
+
|
|
10090
|
+
"use strict";
|
|
10091
|
+
|
|
10092
|
+
|
|
10093
|
+
var $TypeError = __webpack_require__(9675);
|
|
10094
|
+
var callBound = __webpack_require__(6556);
|
|
10095
|
+
var isInteger = __webpack_require__(7440);
|
|
10096
|
+
|
|
10097
|
+
var $numberToString = callBound('Number.prototype.toString');
|
|
10098
|
+
|
|
10099
|
+
// https://262.ecma-international.org/14.0/#sec-numeric-types-number-tostring
|
|
10100
|
+
|
|
10101
|
+
module.exports = function NumberToString(x, radix) {
|
|
10102
|
+
if (typeof x !== 'number') {
|
|
10103
|
+
throw new $TypeError('Assertion failed: `x` must be a Number');
|
|
10104
|
+
}
|
|
10105
|
+
if (!isInteger(radix) || radix < 2 || radix > 36) {
|
|
10106
|
+
throw new $TypeError('Assertion failed: `radix` must be an integer >= 2 and <= 36');
|
|
10107
|
+
}
|
|
10108
|
+
|
|
10109
|
+
return $numberToString(x, radix); // steps 1 - 12
|
|
10110
|
+
};
|
|
10111
|
+
|
|
10112
|
+
|
|
10113
|
+
/***/ },
|
|
10114
|
+
|
|
10115
|
+
/***/ 6698
|
|
10116
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
10117
|
+
|
|
10118
|
+
"use strict";
|
|
10119
|
+
|
|
10120
|
+
|
|
10121
|
+
var callBound = __webpack_require__(6556);
|
|
10122
|
+
|
|
10123
|
+
var $TypeError = __webpack_require__(9675);
|
|
10124
|
+
var isInteger = __webpack_require__(7440);
|
|
10125
|
+
|
|
10126
|
+
var $slice = callBound('String.prototype.slice');
|
|
10127
|
+
|
|
10128
|
+
// https://262.ecma-international.org/12.0/#sec-stringindexof
|
|
10129
|
+
|
|
10130
|
+
module.exports = function StringIndexOf(string, searchValue, fromIndex) {
|
|
10131
|
+
if (typeof string !== 'string') {
|
|
10132
|
+
throw new $TypeError('Assertion failed: `string` must be a String');
|
|
10133
|
+
}
|
|
10134
|
+
if (typeof searchValue !== 'string') {
|
|
10135
|
+
throw new $TypeError('Assertion failed: `searchValue` must be a String');
|
|
10136
|
+
}
|
|
10137
|
+
if (!isInteger(fromIndex) || fromIndex < 0) {
|
|
10138
|
+
throw new $TypeError('Assertion failed: `fromIndex` must be a non-negative integer');
|
|
10139
|
+
}
|
|
10140
|
+
|
|
10141
|
+
var len = string.length;
|
|
10142
|
+
if (searchValue === '' && fromIndex <= len) {
|
|
10143
|
+
return fromIndex;
|
|
10144
|
+
}
|
|
10145
|
+
|
|
10146
|
+
var searchLen = searchValue.length;
|
|
10147
|
+
for (var i = fromIndex; i <= (len - searchLen); i += 1) {
|
|
10148
|
+
var candidate = $slice(string, i, i + searchLen);
|
|
10149
|
+
if (candidate === searchValue) {
|
|
10150
|
+
return i;
|
|
10151
|
+
}
|
|
10152
|
+
}
|
|
10153
|
+
return -1;
|
|
10154
|
+
};
|
|
10155
|
+
|
|
10156
|
+
|
|
10157
|
+
/***/ },
|
|
10158
|
+
|
|
10159
|
+
/***/ 2114
|
|
10160
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
10161
|
+
|
|
10162
|
+
"use strict";
|
|
10163
|
+
|
|
10164
|
+
|
|
10165
|
+
var $TypeError = __webpack_require__(9675);
|
|
10166
|
+
var callBound = __webpack_require__(6556);
|
|
10167
|
+
var isInteger = __webpack_require__(7440);
|
|
10168
|
+
|
|
10169
|
+
var $strSlice = callBound('String.prototype.slice');
|
|
10170
|
+
|
|
10171
|
+
// https://262.ecma-international.org/15.0/#sec-stringpad
|
|
10172
|
+
|
|
10173
|
+
module.exports = function StringPad(S, maxLength, fillString, placement) {
|
|
10174
|
+
if (typeof S !== 'string') {
|
|
10175
|
+
throw new $TypeError('Assertion failed: `S` must be a String');
|
|
10176
|
+
}
|
|
10177
|
+
if (!isInteger(maxLength) || maxLength < 0) {
|
|
10178
|
+
throw new $TypeError('Assertion failed: `maxLength` must be a non-negative integer');
|
|
10179
|
+
}
|
|
10180
|
+
if (typeof fillString !== 'string') {
|
|
10181
|
+
throw new $TypeError('Assertion failed: `fillString` must be a String');
|
|
10182
|
+
}
|
|
10183
|
+
if (placement !== 'start' && placement !== 'end' && placement !== 'START' && placement !== 'END') {
|
|
10184
|
+
throw new $TypeError('Assertion failed: `placement` must be ~START~ or ~END~');
|
|
10185
|
+
}
|
|
10186
|
+
|
|
10187
|
+
var stringLength = S.length; // step 1
|
|
10188
|
+
|
|
10189
|
+
if (maxLength <= stringLength) { return S; } // step 2
|
|
10190
|
+
|
|
10191
|
+
if (fillString === '') { return S; } // step 3
|
|
10192
|
+
|
|
10193
|
+
var fillLen = maxLength - stringLength; // step 4
|
|
10194
|
+
|
|
10195
|
+
// 5. Let _truncatedStringFiller_ be the String value consisting of repeated concatenations of _fillString_ truncated to length _fillLen_.
|
|
10196
|
+
var truncatedStringFiller = '';
|
|
10197
|
+
while (truncatedStringFiller.length < fillLen) {
|
|
10198
|
+
truncatedStringFiller += fillString;
|
|
10199
|
+
}
|
|
10200
|
+
truncatedStringFiller = $strSlice(truncatedStringFiller, 0, fillLen);
|
|
10201
|
+
|
|
10202
|
+
if (placement === 'start' || placement === 'START') { return truncatedStringFiller + S; } // step 6
|
|
10203
|
+
|
|
10204
|
+
return S + truncatedStringFiller; // step 7
|
|
10205
|
+
};
|
|
10206
|
+
|
|
10207
|
+
|
|
10208
|
+
/***/ },
|
|
10209
|
+
|
|
10210
|
+
/***/ 280
|
|
10211
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
10212
|
+
|
|
10213
|
+
"use strict";
|
|
10214
|
+
|
|
10215
|
+
|
|
10216
|
+
var $TypeError = __webpack_require__(9675);
|
|
10217
|
+
|
|
10218
|
+
var CodePointAt = __webpack_require__(7312);
|
|
10219
|
+
|
|
10220
|
+
// https://262.ecma-international.org/12.0/#sec-stringtocodepoints
|
|
10221
|
+
|
|
10222
|
+
module.exports = function StringToCodePoints(string) {
|
|
10223
|
+
if (typeof string !== 'string') {
|
|
10224
|
+
throw new $TypeError('Assertion failed: `string` must be a String');
|
|
10225
|
+
}
|
|
10226
|
+
var codePoints = [];
|
|
10227
|
+
var size = string.length;
|
|
10228
|
+
var position = 0;
|
|
10229
|
+
while (position < size) {
|
|
10230
|
+
var cp = CodePointAt(string, position);
|
|
10231
|
+
codePoints[codePoints.length] = cp['[[CodePoint]]'];
|
|
10232
|
+
position += cp['[[CodeUnitCount]]'];
|
|
10233
|
+
}
|
|
10234
|
+
return codePoints;
|
|
10235
|
+
};
|
|
10236
|
+
|
|
10237
|
+
|
|
10238
|
+
/***/ },
|
|
10239
|
+
|
|
10240
|
+
/***/ 3519
|
|
10241
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
10242
|
+
|
|
10243
|
+
"use strict";
|
|
10244
|
+
|
|
10245
|
+
|
|
10246
|
+
var GetIntrinsic = __webpack_require__(453);
|
|
10247
|
+
|
|
10248
|
+
var $TypeError = __webpack_require__(9675);
|
|
10249
|
+
var $fromCharCode = GetIntrinsic('%String.fromCharCode%');
|
|
10250
|
+
|
|
10251
|
+
var floor = __webpack_require__(5986);
|
|
10252
|
+
var modulo = __webpack_require__(4224);
|
|
10253
|
+
|
|
10254
|
+
var isCodePoint = __webpack_require__(2656);
|
|
10255
|
+
|
|
10256
|
+
// https://262.ecma-international.org/12.0/#sec-utf16encoding
|
|
10257
|
+
|
|
10258
|
+
module.exports = function UTF16EncodeCodePoint(cp) {
|
|
10259
|
+
if (!isCodePoint(cp)) {
|
|
10260
|
+
throw new $TypeError('Assertion failed: `cp` must be >= 0 and <= 0x10FFFF');
|
|
10261
|
+
}
|
|
10262
|
+
if (cp <= 65535) {
|
|
10263
|
+
return $fromCharCode(cp);
|
|
10264
|
+
}
|
|
10265
|
+
var cu1 = $fromCharCode(floor((cp - 65536) / 1024) + 0xD800);
|
|
10266
|
+
var cu2 = $fromCharCode(modulo(cp - 65536, 1024) + 0xDC00);
|
|
10267
|
+
return cu1 + cu2;
|
|
10268
|
+
};
|
|
10269
|
+
|
|
10270
|
+
|
|
10271
|
+
/***/ },
|
|
10272
|
+
|
|
10273
|
+
/***/ 3254
|
|
10274
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
10275
|
+
|
|
10276
|
+
"use strict";
|
|
10277
|
+
|
|
10278
|
+
|
|
10279
|
+
var GetIntrinsic = __webpack_require__(453);
|
|
10280
|
+
|
|
10281
|
+
var $TypeError = __webpack_require__(9675);
|
|
10282
|
+
var $fromCharCode = GetIntrinsic('%String.fromCharCode%');
|
|
10283
|
+
|
|
10284
|
+
var isLeadingSurrogate = __webpack_require__(2161);
|
|
10285
|
+
var isTrailingSurrogate = __webpack_require__(3703);
|
|
10286
|
+
|
|
10287
|
+
// https://262.ecma-international.org/12.0/#sec-utf16decodesurrogatepair
|
|
10288
|
+
|
|
10289
|
+
module.exports = function UTF16SurrogatePairToCodePoint(lead, trail) {
|
|
10290
|
+
if (!isLeadingSurrogate(lead) || !isTrailingSurrogate(trail)) {
|
|
10291
|
+
throw new $TypeError('Assertion failed: `lead` must be a leading surrogate char code, and `trail` must be a trailing surrogate char code');
|
|
10292
|
+
}
|
|
10293
|
+
// var cp = (lead - 0xD800) * 0x400 + (trail - 0xDC00) + 0x10000;
|
|
10294
|
+
return $fromCharCode(lead) + $fromCharCode(trail);
|
|
10295
|
+
};
|
|
10296
|
+
|
|
10297
|
+
|
|
10298
|
+
/***/ },
|
|
10299
|
+
|
|
10300
|
+
/***/ 6156
|
|
10301
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
10302
|
+
|
|
10303
|
+
"use strict";
|
|
10304
|
+
|
|
10305
|
+
|
|
10306
|
+
var $TypeError = __webpack_require__(9675);
|
|
10307
|
+
|
|
10308
|
+
var callBound = __webpack_require__(6556);
|
|
10309
|
+
|
|
10310
|
+
var $charCodeAt = callBound('String.prototype.charCodeAt');
|
|
10311
|
+
var $numberToString = callBound('Number.prototype.toString');
|
|
10312
|
+
var $toLowerCase = callBound('String.prototype.toLowerCase');
|
|
10313
|
+
|
|
10314
|
+
var StringPad = __webpack_require__(2114);
|
|
10315
|
+
|
|
10316
|
+
// https://262.ecma-international.org/11.0/#sec-unicodeescape
|
|
10317
|
+
|
|
10318
|
+
module.exports = function UnicodeEscape(C) {
|
|
10319
|
+
if (typeof C !== 'string' || C.length !== 1) {
|
|
10320
|
+
throw new $TypeError('Assertion failed: `C` must be a single code unit');
|
|
10321
|
+
}
|
|
10322
|
+
var n = $charCodeAt(C, 0);
|
|
10323
|
+
if (n > 0xFFFF) {
|
|
10324
|
+
throw new $TypeError('`Assertion failed: numeric value of `C` must be <= 0xFFFF');
|
|
10325
|
+
}
|
|
10326
|
+
|
|
10327
|
+
return '\\u' + StringPad($toLowerCase($numberToString(n, 16)), 4, '0', 'start');
|
|
10328
|
+
};
|
|
10329
|
+
|
|
10330
|
+
|
|
10331
|
+
/***/ },
|
|
10332
|
+
|
|
10333
|
+
/***/ 5986
|
|
10334
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
10335
|
+
|
|
10336
|
+
"use strict";
|
|
10337
|
+
|
|
10338
|
+
|
|
10339
|
+
// var modulo = require('./modulo');
|
|
10340
|
+
var $floor = __webpack_require__(8968);
|
|
10341
|
+
|
|
10342
|
+
// http://262.ecma-international.org/11.0/#eqn-floor
|
|
10343
|
+
|
|
10344
|
+
module.exports = function floor(x) {
|
|
10345
|
+
// return x - modulo(x, 1);
|
|
10346
|
+
if (typeof x === 'bigint') {
|
|
10347
|
+
return x;
|
|
10348
|
+
}
|
|
10349
|
+
return $floor(x);
|
|
10350
|
+
};
|
|
10351
|
+
|
|
10352
|
+
|
|
10353
|
+
/***/ },
|
|
10354
|
+
|
|
10355
|
+
/***/ 4224
|
|
10356
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
10357
|
+
|
|
10358
|
+
"use strict";
|
|
10359
|
+
|
|
10360
|
+
|
|
10361
|
+
var mod = __webpack_require__(113);
|
|
10362
|
+
|
|
10363
|
+
// https://262.ecma-international.org/5.1/#sec-5.2
|
|
10364
|
+
|
|
10365
|
+
module.exports = function modulo(x, y) {
|
|
10366
|
+
return mod(x, y);
|
|
10367
|
+
};
|
|
10368
|
+
|
|
10369
|
+
|
|
10370
|
+
/***/ },
|
|
10371
|
+
|
|
10372
|
+
/***/ 2656
|
|
10373
|
+
(module) {
|
|
10374
|
+
|
|
10375
|
+
"use strict";
|
|
10376
|
+
|
|
10377
|
+
|
|
10378
|
+
module.exports = function isCodePoint(cp) {
|
|
10379
|
+
return typeof cp === 'number' && cp >= 0 && cp <= 0x10FFFF && (cp | 0) === cp;
|
|
10380
|
+
};
|
|
10381
|
+
|
|
10382
|
+
|
|
10383
|
+
/***/ },
|
|
10384
|
+
|
|
10385
|
+
/***/ 2161
|
|
10386
|
+
(module) {
|
|
10387
|
+
|
|
10388
|
+
"use strict";
|
|
10389
|
+
|
|
10390
|
+
|
|
10391
|
+
module.exports = function isLeadingSurrogate(charCode) {
|
|
10392
|
+
return typeof charCode === 'number' && charCode >= 0xD800 && charCode <= 0xDBFF;
|
|
10393
|
+
};
|
|
10394
|
+
|
|
10395
|
+
|
|
10396
|
+
/***/ },
|
|
10397
|
+
|
|
10398
|
+
/***/ 3703
|
|
10399
|
+
(module) {
|
|
10400
|
+
|
|
10401
|
+
"use strict";
|
|
10402
|
+
|
|
10403
|
+
|
|
10404
|
+
module.exports = function isTrailingSurrogate(charCode) {
|
|
10405
|
+
return typeof charCode === 'number' && charCode >= 0xDC00 && charCode <= 0xDFFF;
|
|
10406
|
+
};
|
|
10407
|
+
|
|
10408
|
+
|
|
10409
|
+
/***/ },
|
|
10410
|
+
|
|
10411
|
+
/***/ 113
|
|
10412
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
10413
|
+
|
|
10414
|
+
"use strict";
|
|
10415
|
+
|
|
10416
|
+
|
|
10417
|
+
// TODO, semver-major: delete
|
|
10418
|
+
module.exports = __webpack_require__(1350);
|
|
7875
10419
|
|
|
7876
|
-
"use strict";
|
|
7877
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__742__;
|
|
7878
10420
|
|
|
7879
|
-
/***/ }
|
|
10421
|
+
/***/ }
|
|
7880
10422
|
|
|
7881
10423
|
/******/ });
|
|
7882
10424
|
/************************************************************************/
|
|
@@ -7938,7 +10480,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__742__;
|
|
|
7938
10480
|
/******/ // startup
|
|
7939
10481
|
/******/ // Load entry module and return exports
|
|
7940
10482
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
7941
|
-
/******/ var __webpack_exports__ = __webpack_require__(
|
|
10483
|
+
/******/ var __webpack_exports__ = __webpack_require__(1224);
|
|
7942
10484
|
/******/
|
|
7943
10485
|
/******/ return __webpack_exports__;
|
|
7944
10486
|
/******/ })()
|