core-js-bundle 3.32.0 → 3.32.1

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/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * core-js 3.32.0
2
+ * core-js 3.32.1
3
3
  * © 2014-2023 Denis Pushkarev (zloirock.ru)
4
- * license: https://github.com/zloirock/core-js/blob/v3.32.0/LICENSE
4
+ * license: https://github.com/zloirock/core-js/blob/v3.32.1/LICENSE
5
5
  * source: https://github.com/zloirock/core-js
6
6
  */
7
7
  !function (undefined) { 'use strict'; /******/ (function(modules) { // webpackBootstrap
@@ -152,29 +152,29 @@ __webpack_require__(203);
152
152
  __webpack_require__(204);
153
153
  __webpack_require__(205);
154
154
  __webpack_require__(207);
155
- __webpack_require__(214);
156
- __webpack_require__(216);
157
- __webpack_require__(219);
158
- __webpack_require__(221);
155
+ __webpack_require__(215);
156
+ __webpack_require__(217);
157
+ __webpack_require__(220);
159
158
  __webpack_require__(222);
160
159
  __webpack_require__(223);
161
160
  __webpack_require__(224);
162
161
  __webpack_require__(225);
163
- __webpack_require__(229);
162
+ __webpack_require__(226);
164
163
  __webpack_require__(230);
165
- __webpack_require__(232);
164
+ __webpack_require__(231);
166
165
  __webpack_require__(233);
167
166
  __webpack_require__(234);
168
- __webpack_require__(236);
167
+ __webpack_require__(235);
169
168
  __webpack_require__(237);
170
169
  __webpack_require__(238);
171
- __webpack_require__(95);
172
170
  __webpack_require__(239);
171
+ __webpack_require__(95);
173
172
  __webpack_require__(240);
174
- __webpack_require__(248);
175
- __webpack_require__(250);
173
+ __webpack_require__(241);
174
+ __webpack_require__(249);
176
175
  __webpack_require__(251);
177
176
  __webpack_require__(252);
177
+ __webpack_require__(253);
178
178
  __webpack_require__(254);
179
179
  __webpack_require__(255);
180
180
  __webpack_require__(257);
@@ -618,7 +618,7 @@ var USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChil
618
618
  var setSymbolDescriptor = DESCRIPTORS && fails(function () {
619
619
  return nativeObjectCreate(nativeDefineProperty({}, 'a', {
620
620
  get: function () { return nativeDefineProperty(this, 'a', { value: 7 }).a; }
621
- })).a != 7;
621
+ })).a !== 7;
622
622
  }) ? function (O, P, Attributes) {
623
623
  var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor(ObjectPrototype, P);
624
624
  if (ObjectPrototypeDescriptor) delete ObjectPrototype[P];
@@ -874,7 +874,7 @@ module.exports = function (options, source) {
874
874
  "use strict";
875
875
 
876
876
  var check = function (it) {
877
- return it && it.Math == Math && it;
877
+ return it && it.Math === Math && it;
878
878
  };
879
879
 
880
880
  // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
@@ -930,7 +930,7 @@ var fails = __webpack_require__(7);
930
930
  // Detect IE8's incomplete defineProperty implementation
931
931
  module.exports = !fails(function () {
932
932
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
933
- return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
933
+ return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] !== 7;
934
934
  });
935
935
 
936
936
 
@@ -1051,7 +1051,7 @@ module.exports = fails(function () {
1051
1051
  // eslint-disable-next-line no-prototype-builtins -- safe
1052
1052
  return !$Object('z').propertyIsEnumerable(0);
1053
1053
  }) ? function (it) {
1054
- return classof(it) == 'String' ? split(it, '') : $Object(it);
1054
+ return classof(it) === 'String' ? split(it, '') : $Object(it);
1055
1055
  } : $Object;
1056
1056
 
1057
1057
 
@@ -1305,7 +1305,7 @@ var $String = global.String;
1305
1305
 
1306
1306
  // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
1307
1307
  module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
1308
- var symbol = Symbol();
1308
+ var symbol = Symbol('symbol detection');
1309
1309
  // Chrome 38 Symbol has incorrect toString conversion
1310
1310
  // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
1311
1311
  // nb: Do not call `String` directly to avoid this being optimized out to `symbol+''` which will,
@@ -1473,10 +1473,10 @@ var store = __webpack_require__(37);
1473
1473
  (module.exports = function (key, value) {
1474
1474
  return store[key] || (store[key] = value !== undefined ? value : {});
1475
1475
  })('versions', []).push({
1476
- version: '3.32.0',
1476
+ version: '3.32.1',
1477
1477
  mode: IS_PURE ? 'pure' : 'global',
1478
1478
  copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',
1479
- license: 'https://github.com/zloirock/core-js/blob/v3.32.0/LICENSE',
1479
+ license: 'https://github.com/zloirock/core-js/blob/v3.32.1/LICENSE',
1480
1480
  source: 'https://github.com/zloirock/core-js'
1481
1481
  });
1482
1482
 
@@ -1593,7 +1593,7 @@ module.exports = !DESCRIPTORS && !fails(function () {
1593
1593
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
1594
1594
  return Object.defineProperty(createElement('div'), 'a', {
1595
1595
  get: function () { return 7; }
1596
- }).a != 7;
1596
+ }).a !== 7;
1597
1597
  });
1598
1598
 
1599
1599
 
@@ -1700,7 +1700,7 @@ module.exports = DESCRIPTORS && fails(function () {
1700
1700
  return Object.defineProperty(function () { /* empty */ }, 'prototype', {
1701
1701
  value: 42,
1702
1702
  writable: false
1703
- }).prototype != 42;
1703
+ }).prototype !== 42;
1704
1704
  });
1705
1705
 
1706
1706
 
@@ -2095,10 +2095,10 @@ var createMethod = function (IS_INCLUDES) {
2095
2095
  var value;
2096
2096
  // Array#includes uses SameValueZero equality algorithm
2097
2097
  // eslint-disable-next-line no-self-compare -- NaN check
2098
- if (IS_INCLUDES && el != el) while (length > index) {
2098
+ if (IS_INCLUDES && el !== el) while (length > index) {
2099
2099
  value = O[index++];
2100
2100
  // eslint-disable-next-line no-self-compare -- NaN check
2101
- if (value != value) return true;
2101
+ if (value !== value) return true;
2102
2102
  // Array#indexOf ignores holes, Array#includes - not
2103
2103
  } else for (;length > index; index++) {
2104
2104
  if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
@@ -2244,8 +2244,8 @@ var replacement = /#|\.prototype\./;
2244
2244
 
2245
2245
  var isForced = function (feature, detection) {
2246
2246
  var value = data[normalize(feature)];
2247
- return value == POLYFILL ? true
2248
- : value == NATIVE ? false
2247
+ return value === POLYFILL ? true
2248
+ : value === NATIVE ? false
2249
2249
  : isCallable(detection) ? fails(detection)
2250
2250
  : !!detection;
2251
2251
  };
@@ -2292,7 +2292,7 @@ var TO_STRING_TAG = wellKnownSymbol('toStringTag');
2292
2292
  var $Object = Object;
2293
2293
 
2294
2294
  // ES3 wrong here
2295
- var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
2295
+ var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) === 'Arguments';
2296
2296
 
2297
2297
  // fallback for IE11 Script Access Denied error
2298
2298
  var tryGet = function (it, key) {
@@ -2310,7 +2310,7 @@ module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
2310
2310
  // builtinTag case
2311
2311
  : CORRECT_ARGUMENTS ? classofRaw(O)
2312
2312
  // ES3 arguments fallback
2313
- : (result = classofRaw(O)) == 'Object' && isCallable(O.callee) ? 'Arguments' : result;
2313
+ : (result = classofRaw(O)) === 'Object' && isCallable(O.callee) ? 'Arguments' : result;
2314
2314
  };
2315
2315
 
2316
2316
 
@@ -2502,7 +2502,7 @@ var getWindowNames = function (it) {
2502
2502
 
2503
2503
  // fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
2504
2504
  module.exports.f = function getOwnPropertyNames(it) {
2505
- return windowNames && classof(it) == 'Window'
2505
+ return windowNames && classof(it) === 'Window'
2506
2506
  ? getWindowNames(it)
2507
2507
  : $getOwnPropertyNames(toIndexedObject(it));
2508
2508
  };
@@ -2526,7 +2526,8 @@ module.exports = function (O, start, end) {
2526
2526
  var k = toAbsoluteIndex(start, length);
2527
2527
  var fin = toAbsoluteIndex(end === undefined ? length : end, length);
2528
2528
  var result = $Array(max(fin - k, 0));
2529
- for (var n = 0; k < fin; k++, n++) createProperty(result, n, O[k]);
2529
+ var n = 0;
2530
+ for (; k < fin; k++, n++) createProperty(result, n, O[k]);
2530
2531
  result.length = n;
2531
2532
  return result;
2532
2533
  };
@@ -2671,13 +2672,13 @@ var push = uncurryThis([].push);
2671
2672
 
2672
2673
  // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation
2673
2674
  var createMethod = function (TYPE) {
2674
- var IS_MAP = TYPE == 1;
2675
- var IS_FILTER = TYPE == 2;
2676
- var IS_SOME = TYPE == 3;
2677
- var IS_EVERY = TYPE == 4;
2678
- var IS_FIND_INDEX = TYPE == 6;
2679
- var IS_FILTER_REJECT = TYPE == 7;
2680
- var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
2675
+ var IS_MAP = TYPE === 1;
2676
+ var IS_FILTER = TYPE === 2;
2677
+ var IS_SOME = TYPE === 3;
2678
+ var IS_EVERY = TYPE === 4;
2679
+ var IS_FIND_INDEX = TYPE === 6;
2680
+ var IS_FILTER_REJECT = TYPE === 7;
2681
+ var NO_HOLES = TYPE === 5 || IS_FIND_INDEX;
2681
2682
  return function ($this, callbackfn, that, specificCreate) {
2682
2683
  var O = toObject($this);
2683
2684
  var self = IndexedObject(O);
@@ -2830,7 +2831,7 @@ var classof = __webpack_require__(15);
2830
2831
  // https://tc39.es/ecma262/#sec-isarray
2831
2832
  // eslint-disable-next-line es/no-array-isarray -- safe
2832
2833
  module.exports = Array.isArray || function isArray(argument) {
2833
- return classof(argument) == 'Array';
2834
+ return classof(argument) === 'Array';
2834
2835
  };
2835
2836
 
2836
2837
 
@@ -2992,13 +2993,13 @@ var low = /^[\uD800-\uDBFF]$/;
2992
2993
  var hi = /^[\uDC00-\uDFFF]$/;
2993
2994
 
2994
2995
  var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL || fails(function () {
2995
- var symbol = getBuiltIn('Symbol')();
2996
+ var symbol = getBuiltIn('Symbol')('stringify detection');
2996
2997
  // MS Edge converts symbol values to JSON as {}
2997
- return $stringify([symbol]) != '[null]'
2998
+ return $stringify([symbol]) !== '[null]'
2998
2999
  // WebKit converts symbol values to JSON as null
2999
- || $stringify({ a: symbol }) != '{}'
3000
+ || $stringify({ a: symbol }) !== '{}'
3000
3001
  // V8 throws on boxed symbols
3001
- || $stringify(Object(symbol)) != '{}';
3002
+ || $stringify(Object(symbol)) !== '{}';
3002
3003
  });
3003
3004
 
3004
3005
  // https://github.com/tc39/proposal-well-formed-stringify
@@ -3092,7 +3093,7 @@ module.exports = function (replacer) {
3092
3093
  for (var i = 0; i < rawLength; i++) {
3093
3094
  var element = replacer[i];
3094
3095
  if (typeof element == 'string') push(keys, element);
3095
- else if (typeof element == 'number' || classof(element) == 'Number' || classof(element) == 'String') push(keys, toString(element));
3096
+ else if (typeof element == 'number' || classof(element) === 'Number' || classof(element) === 'String') push(keys, toString(element));
3096
3097
  }
3097
3098
  var keysLength = keys.length;
3098
3099
  var root = true;
@@ -3175,7 +3176,7 @@ if (DESCRIPTORS && isCallable(NativeSymbol) && (!('description' in SymbolPrototy
3175
3176
  SymbolWrapper.prototype = SymbolPrototype;
3176
3177
  SymbolPrototype.constructor = SymbolWrapper;
3177
3178
 
3178
- var NATIVE_SYMBOL = String(NativeSymbol('test')) == 'Symbol(test)';
3179
+ var NATIVE_SYMBOL = String(NativeSymbol('description detection')) === 'Symbol(description detection)';
3179
3180
  var thisSymbolValue = uncurryThis(SymbolPrototype.valueOf);
3180
3181
  var symbolDescriptiveString = uncurryThis(SymbolPrototype.toString);
3181
3182
  var regexp = /^Symbol\((.*)\)[^)]+$/;
@@ -4135,7 +4136,7 @@ var ArrayPrototype = Array.prototype;
4135
4136
 
4136
4137
  // Array.prototype[@@unscopables]
4137
4138
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
4138
- if (ArrayPrototype[UNSCOPABLES] == undefined) {
4139
+ if (ArrayPrototype[UNSCOPABLES] === undefined) {
4139
4140
  defineProperty(ArrayPrototype, UNSCOPABLES, {
4140
4141
  configurable: true,
4141
4142
  value: create(null)
@@ -4524,7 +4525,7 @@ var lengthOfArrayLike = __webpack_require__(64);
4524
4525
 
4525
4526
  // `Array.prototype.{ findLast, findLastIndex }` methods implementation
4526
4527
  var createMethod = function (TYPE) {
4527
- var IS_FIND_LAST_INDEX = TYPE == 1;
4528
+ var IS_FIND_LAST_INDEX = TYPE === 1;
4528
4529
  return function ($this, callbackfn, that) {
4529
4530
  var O = toObject($this);
4530
4531
  var self = IndexedObject(O);
@@ -4682,7 +4683,7 @@ var forEach = __webpack_require__(161);
4682
4683
  // `Array.prototype.forEach` method
4683
4684
  // https://tc39.es/ecma262/#sec-array.prototype.foreach
4684
4685
  // eslint-disable-next-line es/no-array-prototype-foreach -- safe
4685
- $({ target: 'Array', proto: true, forced: [].forEach != forEach }, {
4686
+ $({ target: 'Array', proto: true, forced: [].forEach !== forEach }, {
4686
4687
  forEach: forEach
4687
4688
  });
4688
4689
 
@@ -4969,9 +4970,10 @@ module.exports = defineIterator(Array, 'Array', function (iterated, kind) {
4969
4970
  state.target = undefined;
4970
4971
  return createIterResultObject(undefined, true);
4971
4972
  }
4972
- if (kind == 'keys') return createIterResultObject(index, false);
4973
- if (kind == 'values') return createIterResultObject(target[index], false);
4974
- return createIterResultObject([index, target[index]], false);
4973
+ switch (kind) {
4974
+ case 'keys': return createIterResultObject(index, false);
4975
+ case 'values': return createIterResultObject(target[index], false);
4976
+ } return createIterResultObject([index, target[index]], false);
4975
4977
  }, 'values');
4976
4978
 
4977
4979
  // argumentsList[@@iterator] is %ArrayProto_values%
@@ -5042,7 +5044,7 @@ module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, I
5042
5044
  || IterablePrototype['@@iterator']
5043
5045
  || DEFAULT && IterablePrototype[DEFAULT];
5044
5046
  var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);
5045
- var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;
5047
+ var anyNativeIterator = NAME === 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;
5046
5048
  var CurrentIteratorPrototype, methods, KEY;
5047
5049
 
5048
5050
  // fix native
@@ -5063,7 +5065,7 @@ module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, I
5063
5065
  }
5064
5066
 
5065
5067
  // fix Array.prototype.{ values, @@iterator }.name in V8 / FF
5066
- if (PROPER_FUNCTION_NAME && DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {
5068
+ if (PROPER_FUNCTION_NAME && DEFAULT === VALUES && nativeIterator && nativeIterator.name !== VALUES) {
5067
5069
  if (!IS_PURE && CONFIGURABLE_FUNCTION_NAME) {
5068
5070
  createNonEnumerableProperty(IterablePrototype, 'name', VALUES);
5069
5071
  } else {
@@ -5202,7 +5204,7 @@ var arrayMethodIsStrict = __webpack_require__(148);
5202
5204
 
5203
5205
  var nativeJoin = uncurryThis([].join);
5204
5206
 
5205
- var ES3_STRINGS = IndexedObject != Object;
5207
+ var ES3_STRINGS = IndexedObject !== Object;
5206
5208
  var FORCED = ES3_STRINGS || !arrayMethodIsStrict('join', ',');
5207
5209
 
5208
5210
  // `Array.prototype.join` method
@@ -5487,9 +5489,10 @@ module.exports = {
5487
5489
 
5488
5490
  "use strict";
5489
5491
 
5492
+ var global = __webpack_require__(4);
5490
5493
  var classof = __webpack_require__(15);
5491
5494
 
5492
- module.exports = typeof process != 'undefined' && classof(process) == 'process';
5495
+ module.exports = classof(global.process) === 'process';
5493
5496
 
5494
5497
 
5495
5498
  /***/ }),
@@ -6459,7 +6462,7 @@ if (!NATIVE_ARRAY_BUFFER) {
6459
6462
  new NativeArrayBuffer();
6460
6463
  new NativeArrayBuffer(1.5);
6461
6464
  new NativeArrayBuffer(NaN);
6462
- return NativeArrayBuffer.length != 1 || INCORRECT_ARRAY_BUFFER_NAME && !CONFIGURABLE_FUNCTION_NAME;
6465
+ return NativeArrayBuffer.length !== 1 || INCORRECT_ARRAY_BUFFER_NAME && !CONFIGURABLE_FUNCTION_NAME;
6463
6466
  })) {
6464
6467
  /* eslint-enable no-new -- required for testing */
6465
6468
  $ArrayBuffer = function ArrayBuffer(length) {
@@ -6578,6 +6581,9 @@ module.exports = function (it) {
6578
6581
  "use strict";
6579
6582
 
6580
6583
  // IEEE754 conversions based on https://github.com/feross/ieee754
6584
+ var sign = __webpack_require__(214);
6585
+ var trunc = __webpack_require__(63);
6586
+
6581
6587
  var $Array = Array;
6582
6588
  var abs = Math.abs;
6583
6589
  var pow = Math.pow;
@@ -6585,20 +6591,28 @@ var floor = Math.floor;
6585
6591
  var log = Math.log;
6586
6592
  var LN2 = Math.LN2;
6587
6593
 
6594
+ var roundToEven = function (number) {
6595
+ var truncated = trunc(number);
6596
+ var delta = abs(number - truncated);
6597
+ if (delta > 0.5 || delta === 0.5 && truncated % 2 !== 0) {
6598
+ return truncated + sign(number);
6599
+ } return truncated;
6600
+ };
6601
+
6588
6602
  var pack = function (number, mantissaLength, bytes) {
6589
6603
  var buffer = $Array(bytes);
6590
6604
  var exponentLength = bytes * 8 - mantissaLength - 1;
6591
6605
  var eMax = (1 << exponentLength) - 1;
6592
6606
  var eBias = eMax >> 1;
6593
6607
  var rt = mantissaLength === 23 ? pow(2, -24) - pow(2, -77) : 0;
6594
- var sign = number < 0 || number === 0 && 1 / number < 0 ? 1 : 0;
6608
+ var s = number < 0 || number === 0 && 1 / number < 0 ? 1 : 0;
6595
6609
  var index = 0;
6596
6610
  var exponent, mantissa, c;
6597
6611
  number = abs(number);
6598
6612
  // eslint-disable-next-line no-self-compare -- NaN check
6599
- if (number != number || number === Infinity) {
6613
+ if (number !== number || number === Infinity) {
6600
6614
  // eslint-disable-next-line no-self-compare -- NaN check
6601
- mantissa = number != number ? 1 : 0;
6615
+ mantissa = number !== number ? 1 : 0;
6602
6616
  exponent = eMax;
6603
6617
  } else {
6604
6618
  exponent = floor(log(number) / LN2);
@@ -6620,10 +6634,10 @@ var pack = function (number, mantissaLength, bytes) {
6620
6634
  mantissa = 0;
6621
6635
  exponent = eMax;
6622
6636
  } else if (exponent + eBias >= 1) {
6623
- mantissa = (number * c - 1) * pow(2, mantissaLength);
6637
+ mantissa = roundToEven((number * c - 1) * pow(2, mantissaLength));
6624
6638
  exponent = exponent + eBias;
6625
6639
  } else {
6626
- mantissa = number * pow(2, eBias - 1) * pow(2, mantissaLength);
6640
+ mantissa = roundToEven(number * pow(2, eBias - 1) * pow(2, mantissaLength));
6627
6641
  exponent = 0;
6628
6642
  }
6629
6643
  }
@@ -6639,7 +6653,7 @@ var pack = function (number, mantissaLength, bytes) {
6639
6653
  exponent /= 256;
6640
6654
  exponentLength -= 8;
6641
6655
  }
6642
- buffer[--index] |= sign * 128;
6656
+ buffer[--index] |= s * 128;
6643
6657
  return buffer;
6644
6658
  };
6645
6659
 
@@ -6650,10 +6664,10 @@ var unpack = function (buffer, mantissaLength) {
6650
6664
  var eBias = eMax >> 1;
6651
6665
  var nBits = exponentLength - 7;
6652
6666
  var index = bytes - 1;
6653
- var sign = buffer[index--];
6654
- var exponent = sign & 127;
6667
+ var s = buffer[index--];
6668
+ var exponent = s & 127;
6655
6669
  var mantissa;
6656
- sign >>= 7;
6670
+ s >>= 7;
6657
6671
  while (nBits > 0) {
6658
6672
  exponent = exponent * 256 + buffer[index--];
6659
6673
  nBits -= 8;
@@ -6668,11 +6682,11 @@ var unpack = function (buffer, mantissaLength) {
6668
6682
  if (exponent === 0) {
6669
6683
  exponent = 1 - eBias;
6670
6684
  } else if (exponent === eMax) {
6671
- return mantissa ? NaN : sign ? -Infinity : Infinity;
6685
+ return mantissa ? NaN : s ? -Infinity : Infinity;
6672
6686
  } else {
6673
6687
  mantissa = mantissa + pow(2, mantissaLength);
6674
6688
  exponent = exponent - eBias;
6675
- } return (sign ? -1 : 1) * mantissa * pow(2, exponent - mantissaLength);
6689
+ } return (s ? -1 : 1) * mantissa * pow(2, exponent - mantissaLength);
6676
6690
  };
6677
6691
 
6678
6692
  module.exports = {
@@ -6687,8 +6701,24 @@ module.exports = {
6687
6701
 
6688
6702
  "use strict";
6689
6703
 
6704
+ // `Math.sign` method implementation
6705
+ // https://tc39.es/ecma262/#sec-math.sign
6706
+ // eslint-disable-next-line es/no-math-sign -- safe
6707
+ module.exports = Math.sign || function sign(x) {
6708
+ var n = +x;
6709
+ // eslint-disable-next-line no-self-compare -- NaN check
6710
+ return n === 0 || n !== n ? n : n < 0 ? -1 : 1;
6711
+ };
6712
+
6713
+
6714
+ /***/ }),
6715
+ /* 215 */
6716
+ /***/ (function(module, exports, __webpack_require__) {
6717
+
6718
+ "use strict";
6719
+
6690
6720
  var $ = __webpack_require__(3);
6691
- var ArrayBufferViewCore = __webpack_require__(215);
6721
+ var ArrayBufferViewCore = __webpack_require__(216);
6692
6722
 
6693
6723
  var NATIVE_ARRAY_BUFFER_VIEWS = ArrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS;
6694
6724
 
@@ -6700,7 +6730,7 @@ $({ target: 'ArrayBuffer', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {
6700
6730
 
6701
6731
 
6702
6732
  /***/ }),
6703
- /* 215 */
6733
+ /* 216 */
6704
6734
  /***/ (function(module, exports, __webpack_require__) {
6705
6735
 
6706
6736
  "use strict";
@@ -6900,7 +6930,7 @@ module.exports = {
6900
6930
 
6901
6931
 
6902
6932
  /***/ }),
6903
- /* 216 */
6933
+ /* 217 */
6904
6934
  /***/ (function(module, exports, __webpack_require__) {
6905
6935
 
6906
6936
  "use strict";
@@ -6912,7 +6942,7 @@ var ArrayBufferModule = __webpack_require__(208);
6912
6942
  var anObject = __webpack_require__(47);
6913
6943
  var toAbsoluteIndex = __webpack_require__(61);
6914
6944
  var toLength = __webpack_require__(65);
6915
- var speciesConstructor = __webpack_require__(217);
6945
+ var speciesConstructor = __webpack_require__(218);
6916
6946
 
6917
6947
  var ArrayBuffer = ArrayBufferModule.ArrayBuffer;
6918
6948
  var DataView = ArrayBufferModule.DataView;
@@ -6947,13 +6977,13 @@ $({ target: 'ArrayBuffer', proto: true, unsafe: true, forced: INCORRECT_SLICE },
6947
6977
 
6948
6978
 
6949
6979
  /***/ }),
6950
- /* 217 */
6980
+ /* 218 */
6951
6981
  /***/ (function(module, exports, __webpack_require__) {
6952
6982
 
6953
6983
  "use strict";
6954
6984
 
6955
6985
  var anObject = __webpack_require__(47);
6956
- var aConstructor = __webpack_require__(218);
6986
+ var aConstructor = __webpack_require__(219);
6957
6987
  var isNullOrUndefined = __webpack_require__(17);
6958
6988
  var wellKnownSymbol = __webpack_require__(34);
6959
6989
 
@@ -6969,7 +6999,7 @@ module.exports = function (O, defaultConstructor) {
6969
6999
 
6970
7000
 
6971
7001
  /***/ }),
6972
- /* 218 */
7002
+ /* 219 */
6973
7003
  /***/ (function(module, exports, __webpack_require__) {
6974
7004
 
6975
7005
  "use strict";
@@ -6987,17 +7017,17 @@ module.exports = function (argument) {
6987
7017
 
6988
7018
 
6989
7019
  /***/ }),
6990
- /* 219 */
7020
+ /* 220 */
6991
7021
  /***/ (function(module, exports, __webpack_require__) {
6992
7022
 
6993
7023
  "use strict";
6994
7024
 
6995
7025
  // TODO: Remove this module from `core-js@4` since it's replaced to module below
6996
- __webpack_require__(220);
7026
+ __webpack_require__(221);
6997
7027
 
6998
7028
 
6999
7029
  /***/ }),
7000
- /* 220 */
7030
+ /* 221 */
7001
7031
  /***/ (function(module, exports, __webpack_require__) {
7002
7032
 
7003
7033
  "use strict";
@@ -7014,7 +7044,7 @@ $({ global: true, constructor: true, forced: !NATIVE_ARRAY_BUFFER }, {
7014
7044
 
7015
7045
 
7016
7046
  /***/ }),
7017
- /* 221 */
7047
+ /* 222 */
7018
7048
  /***/ (function(module, exports, __webpack_require__) {
7019
7049
 
7020
7050
  "use strict";
@@ -7041,7 +7071,7 @@ $({ target: 'Date', proto: true, forced: FORCED }, {
7041
7071
 
7042
7072
 
7043
7073
  /***/ }),
7044
- /* 222 */
7074
+ /* 223 */
7045
7075
  /***/ (function(module, exports, __webpack_require__) {
7046
7076
 
7047
7077
  "use strict";
@@ -7063,7 +7093,7 @@ $({ target: 'Date', stat: true }, {
7063
7093
 
7064
7094
 
7065
7095
  /***/ }),
7066
- /* 223 */
7096
+ /* 224 */
7067
7097
  /***/ (function(module, exports, __webpack_require__) {
7068
7098
 
7069
7099
  "use strict";
@@ -7083,14 +7113,14 @@ $({ target: 'Date', proto: true }, {
7083
7113
  // validate
7084
7114
  thisTimeValue(this);
7085
7115
  var yi = toIntegerOrInfinity(year);
7086
- var yyyy = 0 <= yi && yi <= 99 ? yi + 1900 : yi;
7116
+ var yyyy = yi >= 0 && yi <= 99 ? yi + 1900 : yi;
7087
7117
  return setFullYear(this, yyyy);
7088
7118
  }
7089
7119
  });
7090
7120
 
7091
7121
 
7092
7122
  /***/ }),
7093
- /* 224 */
7123
+ /* 225 */
7094
7124
  /***/ (function(module, exports, __webpack_require__) {
7095
7125
 
7096
7126
  "use strict";
@@ -7105,13 +7135,13 @@ $({ target: 'Date', proto: true }, {
7105
7135
 
7106
7136
 
7107
7137
  /***/ }),
7108
- /* 225 */
7138
+ /* 226 */
7109
7139
  /***/ (function(module, exports, __webpack_require__) {
7110
7140
 
7111
7141
  "use strict";
7112
7142
 
7113
7143
  var $ = __webpack_require__(3);
7114
- var toISOString = __webpack_require__(226);
7144
+ var toISOString = __webpack_require__(227);
7115
7145
 
7116
7146
  // `Date.prototype.toISOString` method
7117
7147
  // https://tc39.es/ecma262/#sec-date.prototype.toisostring
@@ -7122,14 +7152,14 @@ $({ target: 'Date', proto: true, forced: Date.prototype.toISOString !== toISOStr
7122
7152
 
7123
7153
 
7124
7154
  /***/ }),
7125
- /* 226 */
7155
+ /* 227 */
7126
7156
  /***/ (function(module, exports, __webpack_require__) {
7127
7157
 
7128
7158
  "use strict";
7129
7159
 
7130
7160
  var uncurryThis = __webpack_require__(14);
7131
7161
  var fails = __webpack_require__(7);
7132
- var padStart = __webpack_require__(227).start;
7162
+ var padStart = __webpack_require__(228).start;
7133
7163
 
7134
7164
  var $RangeError = RangeError;
7135
7165
  var $isFinite = isFinite;
@@ -7149,7 +7179,7 @@ var getUTCSeconds = uncurryThis(DatePrototype.getUTCSeconds);
7149
7179
  // https://tc39.es/ecma262/#sec-date.prototype.toisostring
7150
7180
  // PhantomJS / old WebKit fails here:
7151
7181
  module.exports = (fails(function () {
7152
- return nativeDateToISOString.call(new Date(-5e13 - 1)) != '0385-07-25T07:06:39.999Z';
7182
+ return nativeDateToISOString.call(new Date(-5e13 - 1)) !== '0385-07-25T07:06:39.999Z';
7153
7183
  }) || !fails(function () {
7154
7184
  nativeDateToISOString.call(new Date(NaN));
7155
7185
  })) ? function toISOString() {
@@ -7170,7 +7200,7 @@ module.exports = (fails(function () {
7170
7200
 
7171
7201
 
7172
7202
  /***/ }),
7173
- /* 227 */
7203
+ /* 228 */
7174
7204
  /***/ (function(module, exports, __webpack_require__) {
7175
7205
 
7176
7206
  "use strict";
@@ -7179,7 +7209,7 @@ module.exports = (fails(function () {
7179
7209
  var uncurryThis = __webpack_require__(14);
7180
7210
  var toLength = __webpack_require__(65);
7181
7211
  var toString = __webpack_require__(69);
7182
- var $repeat = __webpack_require__(228);
7212
+ var $repeat = __webpack_require__(229);
7183
7213
  var requireObjectCoercible = __webpack_require__(16);
7184
7214
 
7185
7215
  var repeat = uncurryThis($repeat);
@@ -7194,7 +7224,7 @@ var createMethod = function (IS_END) {
7194
7224
  var stringLength = S.length;
7195
7225
  var fillStr = fillString === undefined ? ' ' : toString(fillString);
7196
7226
  var fillLen, stringFiller;
7197
- if (intMaxLength <= stringLength || fillStr == '') return S;
7227
+ if (intMaxLength <= stringLength || fillStr === '') return S;
7198
7228
  fillLen = intMaxLength - stringLength;
7199
7229
  stringFiller = repeat(fillStr, ceil(fillLen / fillStr.length));
7200
7230
  if (stringFiller.length > fillLen) stringFiller = stringSlice(stringFiller, 0, fillLen);
@@ -7213,7 +7243,7 @@ module.exports = {
7213
7243
 
7214
7244
 
7215
7245
  /***/ }),
7216
- /* 228 */
7246
+ /* 229 */
7217
7247
  /***/ (function(module, exports, __webpack_require__) {
7218
7248
 
7219
7249
  "use strict";
@@ -7230,14 +7260,14 @@ module.exports = function repeat(count) {
7230
7260
  var str = toString(requireObjectCoercible(this));
7231
7261
  var result = '';
7232
7262
  var n = toIntegerOrInfinity(count);
7233
- if (n < 0 || n == Infinity) throw $RangeError('Wrong number of repetitions');
7263
+ if (n < 0 || n === Infinity) throw $RangeError('Wrong number of repetitions');
7234
7264
  for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) result += str;
7235
7265
  return result;
7236
7266
  };
7237
7267
 
7238
7268
 
7239
7269
  /***/ }),
7240
- /* 229 */
7270
+ /* 230 */
7241
7271
  /***/ (function(module, exports, __webpack_require__) {
7242
7272
 
7243
7273
  "use strict";
@@ -7265,14 +7295,14 @@ $({ target: 'Date', proto: true, arity: 1, forced: FORCED }, {
7265
7295
 
7266
7296
 
7267
7297
  /***/ }),
7268
- /* 230 */
7298
+ /* 231 */
7269
7299
  /***/ (function(module, exports, __webpack_require__) {
7270
7300
 
7271
7301
  "use strict";
7272
7302
 
7273
7303
  var hasOwn = __webpack_require__(39);
7274
7304
  var defineBuiltIn = __webpack_require__(48);
7275
- var dateToPrimitive = __webpack_require__(231);
7305
+ var dateToPrimitive = __webpack_require__(232);
7276
7306
  var wellKnownSymbol = __webpack_require__(34);
7277
7307
 
7278
7308
  var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
@@ -7286,7 +7316,7 @@ if (!hasOwn(DatePrototype, TO_PRIMITIVE)) {
7286
7316
 
7287
7317
 
7288
7318
  /***/ }),
7289
- /* 231 */
7319
+ /* 232 */
7290
7320
  /***/ (function(module, exports, __webpack_require__) {
7291
7321
 
7292
7322
  "use strict";
@@ -7307,7 +7337,7 @@ module.exports = function (hint) {
7307
7337
 
7308
7338
 
7309
7339
  /***/ }),
7310
- /* 232 */
7340
+ /* 233 */
7311
7341
  /***/ (function(module, exports, __webpack_require__) {
7312
7342
 
7313
7343
  "use strict";
@@ -7324,7 +7354,7 @@ var thisTimeValue = uncurryThis(DatePrototype.getTime);
7324
7354
 
7325
7355
  // `Date.prototype.toString` method
7326
7356
  // https://tc39.es/ecma262/#sec-date.prototype.tostring
7327
- if (String(new Date(NaN)) != INVALID_DATE) {
7357
+ if (String(new Date(NaN)) !== INVALID_DATE) {
7328
7358
  defineBuiltIn(DatePrototype, TO_STRING, function toString() {
7329
7359
  var value = thisTimeValue(this);
7330
7360
  // eslint-disable-next-line no-self-compare -- NaN check
@@ -7334,7 +7364,7 @@ if (String(new Date(NaN)) != INVALID_DATE) {
7334
7364
 
7335
7365
 
7336
7366
  /***/ }),
7337
- /* 233 */
7367
+ /* 234 */
7338
7368
  /***/ (function(module, exports, __webpack_require__) {
7339
7369
 
7340
7370
  "use strict";
@@ -7384,14 +7414,14 @@ $({ global: true }, {
7384
7414
 
7385
7415
 
7386
7416
  /***/ }),
7387
- /* 234 */
7417
+ /* 235 */
7388
7418
  /***/ (function(module, exports, __webpack_require__) {
7389
7419
 
7390
7420
  "use strict";
7391
7421
 
7392
7422
  // TODO: Remove from `core-js@4`
7393
7423
  var $ = __webpack_require__(3);
7394
- var bind = __webpack_require__(235);
7424
+ var bind = __webpack_require__(236);
7395
7425
 
7396
7426
  // `Function.prototype.bind` method
7397
7427
  // https://tc39.es/ecma262/#sec-function.prototype.bind
@@ -7402,7 +7432,7 @@ $({ target: 'Function', proto: true, forced: Function.bind !== bind }, {
7402
7432
 
7403
7433
 
7404
7434
  /***/ }),
7405
- /* 235 */
7435
+ /* 236 */
7406
7436
  /***/ (function(module, exports, __webpack_require__) {
7407
7437
 
7408
7438
  "use strict";
@@ -7421,7 +7451,9 @@ var factories = {};
7421
7451
 
7422
7452
  var construct = function (C, argsLength, args) {
7423
7453
  if (!hasOwn(factories, argsLength)) {
7424
- for (var list = [], i = 0; i < argsLength; i++) list[i] = 'a[' + i + ']';
7454
+ var list = [];
7455
+ var i = 0;
7456
+ for (; i < argsLength; i++) list[i] = 'a[' + i + ']';
7425
7457
  factories[argsLength] = $Function('C,a', 'return new C(' + join(list, ',') + ')');
7426
7458
  } return factories[argsLength](C, args);
7427
7459
  };
@@ -7443,7 +7475,7 @@ module.exports = NATIVE_BIND ? $Function.bind : function bind(that /* , ...args
7443
7475
 
7444
7476
 
7445
7477
  /***/ }),
7446
- /* 236 */
7478
+ /* 237 */
7447
7479
  /***/ (function(module, exports, __webpack_require__) {
7448
7480
 
7449
7481
  "use strict";
@@ -7473,7 +7505,7 @@ if (!(HAS_INSTANCE in FunctionPrototype)) {
7473
7505
 
7474
7506
 
7475
7507
  /***/ }),
7476
- /* 237 */
7508
+ /* 238 */
7477
7509
  /***/ (function(module, exports, __webpack_require__) {
7478
7510
 
7479
7511
  "use strict";
@@ -7506,7 +7538,7 @@ if (DESCRIPTORS && !FUNCTION_NAME_EXISTS) {
7506
7538
 
7507
7539
 
7508
7540
  /***/ }),
7509
- /* 238 */
7541
+ /* 239 */
7510
7542
  /***/ (function(module, exports, __webpack_require__) {
7511
7543
 
7512
7544
  "use strict";
@@ -7522,7 +7554,7 @@ $({ global: true, forced: global.globalThis !== global }, {
7522
7554
 
7523
7555
 
7524
7556
  /***/ }),
7525
- /* 239 */
7557
+ /* 240 */
7526
7558
  /***/ (function(module, exports, __webpack_require__) {
7527
7559
 
7528
7560
  "use strict";
@@ -7536,23 +7568,23 @@ setToStringTag(global.JSON, 'JSON', true);
7536
7568
 
7537
7569
 
7538
7570
  /***/ }),
7539
- /* 240 */
7571
+ /* 241 */
7540
7572
  /***/ (function(module, exports, __webpack_require__) {
7541
7573
 
7542
7574
  "use strict";
7543
7575
 
7544
7576
  // TODO: Remove this module from `core-js@4` since it's replaced to module below
7545
- __webpack_require__(241);
7577
+ __webpack_require__(242);
7546
7578
 
7547
7579
 
7548
7580
  /***/ }),
7549
- /* 241 */
7581
+ /* 242 */
7550
7582
  /***/ (function(module, exports, __webpack_require__) {
7551
7583
 
7552
7584
  "use strict";
7553
7585
 
7554
- var collection = __webpack_require__(242);
7555
- var collectionStrong = __webpack_require__(247);
7586
+ var collection = __webpack_require__(243);
7587
+ var collectionStrong = __webpack_require__(248);
7556
7588
 
7557
7589
  // `Map` constructor
7558
7590
  // https://tc39.es/ecma262/#sec-map-objects
@@ -7562,7 +7594,7 @@ collection('Map', function (init) {
7562
7594
 
7563
7595
 
7564
7596
  /***/ }),
7565
- /* 242 */
7597
+ /* 243 */
7566
7598
  /***/ (function(module, exports, __webpack_require__) {
7567
7599
 
7568
7600
  "use strict";
@@ -7572,7 +7604,7 @@ var global = __webpack_require__(4);
7572
7604
  var uncurryThis = __webpack_require__(14);
7573
7605
  var isForced = __webpack_require__(68);
7574
7606
  var defineBuiltIn = __webpack_require__(48);
7575
- var InternalMetadataModule = __webpack_require__(243);
7607
+ var InternalMetadataModule = __webpack_require__(244);
7576
7608
  var iterate = __webpack_require__(132);
7577
7609
  var anInstance = __webpack_require__(211);
7578
7610
  var isCallable = __webpack_require__(21);
@@ -7595,14 +7627,14 @@ module.exports = function (CONSTRUCTOR_NAME, wrapper, common) {
7595
7627
  var fixMethod = function (KEY) {
7596
7628
  var uncurriedNativeMethod = uncurryThis(NativePrototype[KEY]);
7597
7629
  defineBuiltIn(NativePrototype, KEY,
7598
- KEY == 'add' ? function add(value) {
7630
+ KEY === 'add' ? function add(value) {
7599
7631
  uncurriedNativeMethod(this, value === 0 ? 0 : value);
7600
7632
  return this;
7601
- } : KEY == 'delete' ? function (key) {
7633
+ } : KEY === 'delete' ? function (key) {
7602
7634
  return IS_WEAK && !isObject(key) ? false : uncurriedNativeMethod(this, key === 0 ? 0 : key);
7603
- } : KEY == 'get' ? function get(key) {
7635
+ } : KEY === 'get' ? function get(key) {
7604
7636
  return IS_WEAK && !isObject(key) ? undefined : uncurriedNativeMethod(this, key === 0 ? 0 : key);
7605
- } : KEY == 'has' ? function has(key) {
7637
+ } : KEY === 'has' ? function has(key) {
7606
7638
  return IS_WEAK && !isObject(key) ? false : uncurriedNativeMethod(this, key === 0 ? 0 : key);
7607
7639
  } : function set(key, value) {
7608
7640
  uncurriedNativeMethod(this, key === 0 ? 0 : key, value);
@@ -7625,7 +7657,7 @@ module.exports = function (CONSTRUCTOR_NAME, wrapper, common) {
7625
7657
  } else if (isForced(CONSTRUCTOR_NAME, true)) {
7626
7658
  var instance = new Constructor();
7627
7659
  // early implementations not supports chaining
7628
- var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;
7660
+ var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) !== instance;
7629
7661
  // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false
7630
7662
  var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });
7631
7663
  // most early implementations doesn't supports iterables, most modern - not close it correctly
@@ -7664,7 +7696,7 @@ module.exports = function (CONSTRUCTOR_NAME, wrapper, common) {
7664
7696
  }
7665
7697
 
7666
7698
  exported[CONSTRUCTOR_NAME] = Constructor;
7667
- $({ global: true, constructor: true, forced: Constructor != NativeConstructor }, exported);
7699
+ $({ global: true, constructor: true, forced: Constructor !== NativeConstructor }, exported);
7668
7700
 
7669
7701
  setToStringTag(Constructor, CONSTRUCTOR_NAME);
7670
7702
 
@@ -7675,7 +7707,7 @@ module.exports = function (CONSTRUCTOR_NAME, wrapper, common) {
7675
7707
 
7676
7708
 
7677
7709
  /***/ }),
7678
- /* 243 */
7710
+ /* 244 */
7679
7711
  /***/ (function(module, exports, __webpack_require__) {
7680
7712
 
7681
7713
  "use strict";
@@ -7688,9 +7720,9 @@ var hasOwn = __webpack_require__(39);
7688
7720
  var defineProperty = __webpack_require__(45).f;
7689
7721
  var getOwnPropertyNamesModule = __webpack_require__(58);
7690
7722
  var getOwnPropertyNamesExternalModule = __webpack_require__(76);
7691
- var isExtensible = __webpack_require__(244);
7723
+ var isExtensible = __webpack_require__(245);
7692
7724
  var uid = __webpack_require__(41);
7693
- var FREEZING = __webpack_require__(246);
7725
+ var FREEZING = __webpack_require__(247);
7694
7726
 
7695
7727
  var REQUIRED = false;
7696
7728
  var METADATA = uid('meta');
@@ -7772,7 +7804,7 @@ hiddenKeys[METADATA] = true;
7772
7804
 
7773
7805
 
7774
7806
  /***/ }),
7775
- /* 244 */
7807
+ /* 245 */
7776
7808
  /***/ (function(module, exports, __webpack_require__) {
7777
7809
 
7778
7810
  "use strict";
@@ -7780,7 +7812,7 @@ hiddenKeys[METADATA] = true;
7780
7812
  var fails = __webpack_require__(7);
7781
7813
  var isObject = __webpack_require__(20);
7782
7814
  var classof = __webpack_require__(15);
7783
- var ARRAY_BUFFER_NON_EXTENSIBLE = __webpack_require__(245);
7815
+ var ARRAY_BUFFER_NON_EXTENSIBLE = __webpack_require__(246);
7784
7816
 
7785
7817
  // eslint-disable-next-line es/no-object-isextensible -- safe
7786
7818
  var $isExtensible = Object.isExtensible;
@@ -7790,13 +7822,13 @@ var FAILS_ON_PRIMITIVES = fails(function () { $isExtensible(1); });
7790
7822
  // https://tc39.es/ecma262/#sec-object.isextensible
7791
7823
  module.exports = (FAILS_ON_PRIMITIVES || ARRAY_BUFFER_NON_EXTENSIBLE) ? function isExtensible(it) {
7792
7824
  if (!isObject(it)) return false;
7793
- if (ARRAY_BUFFER_NON_EXTENSIBLE && classof(it) == 'ArrayBuffer') return false;
7825
+ if (ARRAY_BUFFER_NON_EXTENSIBLE && classof(it) === 'ArrayBuffer') return false;
7794
7826
  return $isExtensible ? $isExtensible(it) : true;
7795
7827
  } : $isExtensible;
7796
7828
 
7797
7829
 
7798
7830
  /***/ }),
7799
- /* 245 */
7831
+ /* 246 */
7800
7832
  /***/ (function(module, exports, __webpack_require__) {
7801
7833
 
7802
7834
  "use strict";
@@ -7814,7 +7846,7 @@ module.exports = fails(function () {
7814
7846
 
7815
7847
 
7816
7848
  /***/ }),
7817
- /* 246 */
7849
+ /* 247 */
7818
7850
  /***/ (function(module, exports, __webpack_require__) {
7819
7851
 
7820
7852
  "use strict";
@@ -7828,7 +7860,7 @@ module.exports = !fails(function () {
7828
7860
 
7829
7861
 
7830
7862
  /***/ }),
7831
- /* 247 */
7863
+ /* 248 */
7832
7864
  /***/ (function(module, exports, __webpack_require__) {
7833
7865
 
7834
7866
  "use strict";
@@ -7844,7 +7876,7 @@ var defineIterator = __webpack_require__(170);
7844
7876
  var createIterResultObject = __webpack_require__(173);
7845
7877
  var setSpecies = __webpack_require__(194);
7846
7878
  var DESCRIPTORS = __webpack_require__(6);
7847
- var fastKey = __webpack_require__(243).fastKey;
7879
+ var fastKey = __webpack_require__(244).fastKey;
7848
7880
  var InternalStateModule = __webpack_require__(52);
7849
7881
 
7850
7882
  var setInternalState = InternalStateModule.set;
@@ -7903,7 +7935,7 @@ module.exports = {
7903
7935
  if (index !== 'F') return state.index[index];
7904
7936
  // frozen object case
7905
7937
  for (entry = state.first; entry; entry = entry.next) {
7906
- if (entry.key == key) return entry;
7938
+ if (entry.key === key) return entry;
7907
7939
  }
7908
7940
  };
7909
7941
 
@@ -7940,8 +7972,8 @@ module.exports = {
7940
7972
  entry.removed = true;
7941
7973
  if (prev) prev.next = next;
7942
7974
  if (next) next.previous = prev;
7943
- if (state.first == entry) state.first = next;
7944
- if (state.last == entry) state.last = prev;
7975
+ if (state.first === entry) state.first = next;
7976
+ if (state.last === entry) state.last = prev;
7945
7977
  if (DESCRIPTORS) state.size--;
7946
7978
  else that.size--;
7947
7979
  } return !!entry;
@@ -8028,8 +8060,8 @@ module.exports = {
8028
8060
  return createIterResultObject(undefined, true);
8029
8061
  }
8030
8062
  // return step by kind
8031
- if (kind == 'keys') return createIterResultObject(entry.key, false);
8032
- if (kind == 'values') return createIterResultObject(entry.value, false);
8063
+ if (kind === 'keys') return createIterResultObject(entry.key, false);
8064
+ if (kind === 'values') return createIterResultObject(entry.value, false);
8033
8065
  return createIterResultObject([entry.key, entry.value], false);
8034
8066
  }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);
8035
8067
 
@@ -8042,13 +8074,13 @@ module.exports = {
8042
8074
 
8043
8075
 
8044
8076
  /***/ }),
8045
- /* 248 */
8077
+ /* 249 */
8046
8078
  /***/ (function(module, exports, __webpack_require__) {
8047
8079
 
8048
8080
  "use strict";
8049
8081
 
8050
8082
  var $ = __webpack_require__(3);
8051
- var log1p = __webpack_require__(249);
8083
+ var log1p = __webpack_require__(250);
8052
8084
 
8053
8085
  // eslint-disable-next-line es/no-math-acosh -- required for testing
8054
8086
  var $acosh = Math.acosh;
@@ -8058,9 +8090,9 @@ var LN2 = Math.LN2;
8058
8090
 
8059
8091
  var FORCED = !$acosh
8060
8092
  // V8 bug: https://code.google.com/p/v8/issues/detail?id=3509
8061
- || Math.floor($acosh(Number.MAX_VALUE)) != 710
8093
+ || Math.floor($acosh(Number.MAX_VALUE)) !== 710
8062
8094
  // Tor Browser bug: Math.acosh(Infinity) -> NaN
8063
- || $acosh(Infinity) != Infinity;
8095
+ || $acosh(Infinity) !== Infinity;
8064
8096
 
8065
8097
  // `Math.acosh` method
8066
8098
  // https://tc39.es/ecma262/#sec-math.acosh
@@ -8075,7 +8107,7 @@ $({ target: 'Math', stat: true, forced: FORCED }, {
8075
8107
 
8076
8108
 
8077
8109
  /***/ }),
8078
- /* 249 */
8110
+ /* 250 */
8079
8111
  /***/ (function(module, exports, __webpack_require__) {
8080
8112
 
8081
8113
  "use strict";
@@ -8092,7 +8124,7 @@ module.exports = Math.log1p || function log1p(x) {
8092
8124
 
8093
8125
 
8094
8126
  /***/ }),
8095
- /* 250 */
8127
+ /* 251 */
8096
8128
  /***/ (function(module, exports, __webpack_require__) {
8097
8129
 
8098
8130
  "use strict";
@@ -8106,7 +8138,7 @@ var sqrt = Math.sqrt;
8106
8138
 
8107
8139
  function asinh(x) {
8108
8140
  var n = +x;
8109
- return !isFinite(n) || n == 0 ? n : n < 0 ? -asinh(-n) : log(n + sqrt(n * n + 1));
8141
+ return !isFinite(n) || n === 0 ? n : n < 0 ? -asinh(-n) : log(n + sqrt(n * n + 1));
8110
8142
  }
8111
8143
 
8112
8144
  var FORCED = !($asinh && 1 / $asinh(0) > 0);
@@ -8120,7 +8152,7 @@ $({ target: 'Math', stat: true, forced: FORCED }, {
8120
8152
 
8121
8153
 
8122
8154
  /***/ }),
8123
- /* 251 */
8155
+ /* 252 */
8124
8156
  /***/ (function(module, exports, __webpack_require__) {
8125
8157
 
8126
8158
  "use strict";
@@ -8139,19 +8171,19 @@ var FORCED = !($atanh && 1 / $atanh(-0) < 0);
8139
8171
  $({ target: 'Math', stat: true, forced: FORCED }, {
8140
8172
  atanh: function atanh(x) {
8141
8173
  var n = +x;
8142
- return n == 0 ? n : log((1 + n) / (1 - n)) / 2;
8174
+ return n === 0 ? n : log((1 + n) / (1 - n)) / 2;
8143
8175
  }
8144
8176
  });
8145
8177
 
8146
8178
 
8147
8179
  /***/ }),
8148
- /* 252 */
8180
+ /* 253 */
8149
8181
  /***/ (function(module, exports, __webpack_require__) {
8150
8182
 
8151
8183
  "use strict";
8152
8184
 
8153
8185
  var $ = __webpack_require__(3);
8154
- var sign = __webpack_require__(253);
8186
+ var sign = __webpack_require__(214);
8155
8187
 
8156
8188
  var abs = Math.abs;
8157
8189
  var pow = Math.pow;
@@ -8166,22 +8198,6 @@ $({ target: 'Math', stat: true }, {
8166
8198
  });
8167
8199
 
8168
8200
 
8169
- /***/ }),
8170
- /* 253 */
8171
- /***/ (function(module, exports, __webpack_require__) {
8172
-
8173
- "use strict";
8174
-
8175
- // `Math.sign` method implementation
8176
- // https://tc39.es/ecma262/#sec-math.sign
8177
- // eslint-disable-next-line es/no-math-sign -- safe
8178
- module.exports = Math.sign || function sign(x) {
8179
- var n = +x;
8180
- // eslint-disable-next-line no-self-compare -- NaN check
8181
- return n == 0 || n != n ? n : n < 0 ? -1 : 1;
8182
- };
8183
-
8184
-
8185
8201
  /***/ }),
8186
8202
  /* 254 */
8187
8203
  /***/ (function(module, exports, __webpack_require__) {
@@ -8246,10 +8262,10 @@ module.exports = (!$expm1
8246
8262
  // Old FF bug
8247
8263
  || $expm1(10) > 22025.465794806719 || $expm1(10) < 22025.4657948067165168
8248
8264
  // Tor Browser bug
8249
- || $expm1(-2e-17) != -2e-17
8265
+ || $expm1(-2e-17) !== -2e-17
8250
8266
  ) ? function expm1(x) {
8251
8267
  var n = +x;
8252
- return n == 0 ? n : n > -1e-6 && n < 1e-6 ? n + n * n / 2 : exp(n) - 1;
8268
+ return n === 0 ? n : n > -1e-6 && n < 1e-6 ? n + n * n / 2 : exp(n) - 1;
8253
8269
  } : $expm1;
8254
8270
 
8255
8271
 
@@ -8265,7 +8281,7 @@ var expm1 = __webpack_require__(256);
8265
8281
  // `Math.expm1` method
8266
8282
  // https://tc39.es/ecma262/#sec-math.expm1
8267
8283
  // eslint-disable-next-line es/no-math-expm1 -- required for testing
8268
- $({ target: 'Math', stat: true, forced: expm1 != Math.expm1 }, { expm1: expm1 });
8284
+ $({ target: 'Math', stat: true, forced: expm1 !== Math.expm1 }, { expm1: expm1 });
8269
8285
 
8270
8286
 
8271
8287
  /***/ }),
@@ -8288,7 +8304,7 @@ $({ target: 'Math', stat: true }, { fround: fround });
8288
8304
 
8289
8305
  "use strict";
8290
8306
 
8291
- var sign = __webpack_require__(253);
8307
+ var sign = __webpack_require__(214);
8292
8308
 
8293
8309
  var abs = Math.abs;
8294
8310
  var pow = Math.pow;
@@ -8313,7 +8329,7 @@ module.exports = Math.fround || function fround(x) {
8313
8329
  a = (1 + EPSILON32 / EPSILON) * $abs;
8314
8330
  result = a - (a - $abs);
8315
8331
  // eslint-disable-next-line no-self-compare -- NaN check
8316
- if (result > MAX32 || result != result) return $sign * Infinity;
8332
+ if (result > MAX32 || result !== result) return $sign * Infinity;
8317
8333
  return $sign * result;
8318
8334
  };
8319
8335
 
@@ -8374,7 +8390,7 @@ var fails = __webpack_require__(7);
8374
8390
  var $imul = Math.imul;
8375
8391
 
8376
8392
  var FORCED = fails(function () {
8377
- return $imul(0xFFFFFFFF, 5) != -5 || $imul.length != 2;
8393
+ return $imul(0xFFFFFFFF, 5) !== -5 || $imul.length !== 2;
8378
8394
  });
8379
8395
 
8380
8396
  // `Math.imul` method
@@ -8430,7 +8446,7 @@ module.exports = Math.log10 || function log10(x) {
8430
8446
  "use strict";
8431
8447
 
8432
8448
  var $ = __webpack_require__(3);
8433
- var log1p = __webpack_require__(249);
8449
+ var log1p = __webpack_require__(250);
8434
8450
 
8435
8451
  // `Math.log1p` method
8436
8452
  // https://tc39.es/ecma262/#sec-math.log1p
@@ -8464,7 +8480,7 @@ $({ target: 'Math', stat: true }, {
8464
8480
  "use strict";
8465
8481
 
8466
8482
  var $ = __webpack_require__(3);
8467
- var sign = __webpack_require__(253);
8483
+ var sign = __webpack_require__(214);
8468
8484
 
8469
8485
  // `Math.sign` method
8470
8486
  // https://tc39.es/ecma262/#sec-math.sign
@@ -8489,7 +8505,7 @@ var E = Math.E;
8489
8505
 
8490
8506
  var FORCED = fails(function () {
8491
8507
  // eslint-disable-next-line es/no-math-sinh -- required for testing
8492
- return Math.sinh(-2e-17) != -2e-17;
8508
+ return Math.sinh(-2e-17) !== -2e-17;
8493
8509
  });
8494
8510
 
8495
8511
  // `Math.sinh` method
@@ -8521,7 +8537,7 @@ $({ target: 'Math', stat: true }, {
8521
8537
  var n = +x;
8522
8538
  var a = expm1(n);
8523
8539
  var b = expm1(-n);
8524
- return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(n) + exp(-n));
8540
+ return a === Infinity ? 1 : b === Infinity ? -1 : (a - b) / (exp(n) + exp(-n));
8525
8541
  }
8526
8542
  });
8527
8543
 
@@ -8822,7 +8838,7 @@ var $ = __webpack_require__(3);
8822
8838
  $({ target: 'Number', stat: true }, {
8823
8839
  isNaN: function isNaN(number) {
8824
8840
  // eslint-disable-next-line no-self-compare -- NaN check
8825
- return number != number;
8841
+ return number !== number;
8826
8842
  }
8827
8843
  });
8828
8844
 
@@ -8889,7 +8905,7 @@ var parseFloat = __webpack_require__(285);
8889
8905
  // `Number.parseFloat` method
8890
8906
  // https://tc39.es/ecma262/#sec-number.parseFloat
8891
8907
  // eslint-disable-next-line es/no-number-parsefloat -- required for testing
8892
- $({ target: 'Number', stat: true, forced: Number.parseFloat != parseFloat }, {
8908
+ $({ target: 'Number', stat: true, forced: Number.parseFloat !== parseFloat }, {
8893
8909
  parseFloat: parseFloat
8894
8910
  });
8895
8911
 
@@ -8920,7 +8936,7 @@ var FORCED = 1 / $parseFloat(whitespaces + '-0') !== -Infinity
8920
8936
  module.exports = FORCED ? function parseFloat(string) {
8921
8937
  var trimmedString = trim(toString(string));
8922
8938
  var result = $parseFloat(trimmedString);
8923
- return result === 0 && charAt(trimmedString, 0) == '-' ? -0 : result;
8939
+ return result === 0 && charAt(trimmedString, 0) === '-' ? -0 : result;
8924
8940
  } : $parseFloat;
8925
8941
 
8926
8942
 
@@ -8936,7 +8952,7 @@ var parseInt = __webpack_require__(287);
8936
8952
  // `Number.parseInt` method
8937
8953
  // https://tc39.es/ecma262/#sec-number.parseint
8938
8954
  // eslint-disable-next-line es/no-number-parseint -- required for testing
8939
- $({ target: 'Number', stat: true, forced: Number.parseInt != parseInt }, {
8955
+ $({ target: 'Number', stat: true, forced: Number.parseInt !== parseInt }, {
8940
8956
  parseInt: parseInt
8941
8957
  });
8942
8958
 
@@ -8981,7 +8997,7 @@ var $ = __webpack_require__(3);
8981
8997
  var uncurryThis = __webpack_require__(14);
8982
8998
  var toIntegerOrInfinity = __webpack_require__(62);
8983
8999
  var thisNumberValue = __webpack_require__(272);
8984
- var $repeat = __webpack_require__(228);
9000
+ var $repeat = __webpack_require__(229);
8985
9001
  var log10 = __webpack_require__(263);
8986
9002
  var fails = __webpack_require__(7);
8987
9003
 
@@ -9090,7 +9106,7 @@ var $ = __webpack_require__(3);
9090
9106
  var uncurryThis = __webpack_require__(14);
9091
9107
  var toIntegerOrInfinity = __webpack_require__(62);
9092
9108
  var thisNumberValue = __webpack_require__(272);
9093
- var $repeat = __webpack_require__(228);
9109
+ var $repeat = __webpack_require__(229);
9094
9110
  var fails = __webpack_require__(7);
9095
9111
 
9096
9112
  var $RangeError = RangeError;
@@ -9172,7 +9188,7 @@ $({ target: 'Number', proto: true, forced: FORCED }, {
9172
9188
  // TODO: ES2018 increased the maximum number of fraction digits to 100, need to improve the implementation
9173
9189
  if (fractDigits < 0 || fractDigits > 20) throw $RangeError('Incorrect fraction digits');
9174
9190
  // eslint-disable-next-line no-self-compare -- NaN check
9175
- if (number != number) return 'NaN';
9191
+ if (number !== number) return 'NaN';
9176
9192
  if (number <= -1e21 || number >= 1e21) return $String(number);
9177
9193
  if (number < 0) {
9178
9194
  sign = '-';
@@ -9306,11 +9322,11 @@ module.exports = !$assign || fails(function () {
9306
9322
  var A = {};
9307
9323
  var B = {};
9308
9324
  // eslint-disable-next-line es/no-symbol -- safe
9309
- var symbol = Symbol();
9325
+ var symbol = Symbol('assign detection');
9310
9326
  var alphabet = 'abcdefghijklmnopqrst';
9311
9327
  A[symbol] = 7;
9312
9328
  alphabet.split('').forEach(function (chr) { B[chr] = chr; });
9313
- return $assign({}, A)[symbol] != 7 || objectKeys($assign({}, B)).join('') != alphabet;
9329
+ return $assign({}, A)[symbol] !== 7 || objectKeys($assign({}, B)).join('') !== alphabet;
9314
9330
  }) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length`
9315
9331
  var T = toObject(target);
9316
9332
  var argumentsLength = arguments.length;
@@ -9538,10 +9554,10 @@ module.exports = {
9538
9554
  "use strict";
9539
9555
 
9540
9556
  var $ = __webpack_require__(3);
9541
- var FREEZING = __webpack_require__(246);
9557
+ var FREEZING = __webpack_require__(247);
9542
9558
  var fails = __webpack_require__(7);
9543
9559
  var isObject = __webpack_require__(20);
9544
- var onFreeze = __webpack_require__(243).onFreeze;
9560
+ var onFreeze = __webpack_require__(244).onFreeze;
9545
9561
 
9546
9562
  // eslint-disable-next-line es/no-object-freeze -- safe
9547
9563
  var $freeze = Object.freeze;
@@ -9721,7 +9737,7 @@ $({ target: 'Object', stat: true }, {
9721
9737
  // eslint-disable-next-line es/no-object-is -- safe
9722
9738
  module.exports = Object.is || function is(x, y) {
9723
9739
  // eslint-disable-next-line no-self-compare -- NaN check
9724
- return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;
9740
+ return x === y ? x !== 0 || 1 / x === 1 / y : x !== x && y !== y;
9725
9741
  };
9726
9742
 
9727
9743
 
@@ -9732,7 +9748,7 @@ module.exports = Object.is || function is(x, y) {
9732
9748
  "use strict";
9733
9749
 
9734
9750
  var $ = __webpack_require__(3);
9735
- var $isExtensible = __webpack_require__(244);
9751
+ var $isExtensible = __webpack_require__(245);
9736
9752
 
9737
9753
  // `Object.isExtensible` method
9738
9754
  // https://tc39.es/ecma262/#sec-object.isextensible
@@ -9752,7 +9768,7 @@ var $ = __webpack_require__(3);
9752
9768
  var fails = __webpack_require__(7);
9753
9769
  var isObject = __webpack_require__(20);
9754
9770
  var classof = __webpack_require__(15);
9755
- var ARRAY_BUFFER_NON_EXTENSIBLE = __webpack_require__(245);
9771
+ var ARRAY_BUFFER_NON_EXTENSIBLE = __webpack_require__(246);
9756
9772
 
9757
9773
  // eslint-disable-next-line es/no-object-isfrozen -- safe
9758
9774
  var $isFrozen = Object.isFrozen;
@@ -9764,7 +9780,7 @@ var FORCED = ARRAY_BUFFER_NON_EXTENSIBLE || fails(function () { $isFrozen(1); })
9764
9780
  $({ target: 'Object', stat: true, forced: FORCED }, {
9765
9781
  isFrozen: function isFrozen(it) {
9766
9782
  if (!isObject(it)) return true;
9767
- if (ARRAY_BUFFER_NON_EXTENSIBLE && classof(it) == 'ArrayBuffer') return true;
9783
+ if (ARRAY_BUFFER_NON_EXTENSIBLE && classof(it) === 'ArrayBuffer') return true;
9768
9784
  return $isFrozen ? $isFrozen(it) : false;
9769
9785
  }
9770
9786
  });
@@ -9780,7 +9796,7 @@ var $ = __webpack_require__(3);
9780
9796
  var fails = __webpack_require__(7);
9781
9797
  var isObject = __webpack_require__(20);
9782
9798
  var classof = __webpack_require__(15);
9783
- var ARRAY_BUFFER_NON_EXTENSIBLE = __webpack_require__(245);
9799
+ var ARRAY_BUFFER_NON_EXTENSIBLE = __webpack_require__(246);
9784
9800
 
9785
9801
  // eslint-disable-next-line es/no-object-issealed -- safe
9786
9802
  var $isSealed = Object.isSealed;
@@ -9792,7 +9808,7 @@ var FORCED = ARRAY_BUFFER_NON_EXTENSIBLE || fails(function () { $isSealed(1); })
9792
9808
  $({ target: 'Object', stat: true, forced: FORCED }, {
9793
9809
  isSealed: function isSealed(it) {
9794
9810
  if (!isObject(it)) return true;
9795
- if (ARRAY_BUFFER_NON_EXTENSIBLE && classof(it) == 'ArrayBuffer') return true;
9811
+ if (ARRAY_BUFFER_NON_EXTENSIBLE && classof(it) === 'ArrayBuffer') return true;
9796
9812
  return $isSealed ? $isSealed(it) : false;
9797
9813
  }
9798
9814
  });
@@ -9888,8 +9904,8 @@ if (DESCRIPTORS) {
9888
9904
 
9889
9905
  var $ = __webpack_require__(3);
9890
9906
  var isObject = __webpack_require__(20);
9891
- var onFreeze = __webpack_require__(243).onFreeze;
9892
- var FREEZING = __webpack_require__(246);
9907
+ var onFreeze = __webpack_require__(244).onFreeze;
9908
+ var FREEZING = __webpack_require__(247);
9893
9909
  var fails = __webpack_require__(7);
9894
9910
 
9895
9911
  // eslint-disable-next-line es/no-object-preventextensions -- safe
@@ -9949,8 +9965,8 @@ if (DESCRIPTORS && getPrototypeOf && setPrototypeOf && !(PROTO in ObjectPrototyp
9949
9965
 
9950
9966
  var $ = __webpack_require__(3);
9951
9967
  var isObject = __webpack_require__(20);
9952
- var onFreeze = __webpack_require__(243).onFreeze;
9953
- var FREEZING = __webpack_require__(246);
9968
+ var onFreeze = __webpack_require__(244).onFreeze;
9969
+ var FREEZING = __webpack_require__(247);
9954
9970
  var fails = __webpack_require__(7);
9955
9971
 
9956
9972
  // eslint-disable-next-line es/no-object-seal -- safe
@@ -10044,7 +10060,7 @@ var $parseFloat = __webpack_require__(285);
10044
10060
 
10045
10061
  // `parseFloat` method
10046
10062
  // https://tc39.es/ecma262/#sec-parsefloat-string
10047
- $({ global: true, forced: parseFloat != $parseFloat }, {
10063
+ $({ global: true, forced: parseFloat !== $parseFloat }, {
10048
10064
  parseFloat: $parseFloat
10049
10065
  });
10050
10066
 
@@ -10060,7 +10076,7 @@ var $parseInt = __webpack_require__(287);
10060
10076
 
10061
10077
  // `parseInt` method
10062
10078
  // https://tc39.es/ecma262/#sec-parseint-string-radix
10063
- $({ global: true, forced: parseInt != $parseInt }, {
10079
+ $({ global: true, forced: parseInt !== $parseInt }, {
10064
10080
  parseInt: $parseInt
10065
10081
  });
10066
10082
 
@@ -10099,7 +10115,7 @@ var aCallable = __webpack_require__(31);
10099
10115
  var isCallable = __webpack_require__(21);
10100
10116
  var isObject = __webpack_require__(20);
10101
10117
  var anInstance = __webpack_require__(211);
10102
- var speciesConstructor = __webpack_require__(217);
10118
+ var speciesConstructor = __webpack_require__(218);
10103
10119
  var task = __webpack_require__(327).set;
10104
10120
  var microtask = __webpack_require__(330);
10105
10121
  var hostReportErrors = __webpack_require__(334);
@@ -10144,7 +10160,7 @@ var isThenable = function (it) {
10144
10160
 
10145
10161
  var callReaction = function (reaction, state) {
10146
10162
  var value = state.value;
10147
- var ok = state.state == FULFILLED;
10163
+ var ok = state.state === FULFILLED;
10148
10164
  var handler = ok ? reaction.ok : reaction.fail;
10149
10165
  var resolve = reaction.resolve;
10150
10166
  var reject = reaction.reject;
@@ -10320,7 +10336,7 @@ if (FORCED_PROMISE_CONSTRUCTOR) {
10320
10336
  reaction.ok = isCallable(onFulfilled) ? onFulfilled : true;
10321
10337
  reaction.fail = isCallable(onRejected) && onRejected;
10322
10338
  reaction.domain = IS_NODE ? process.domain : undefined;
10323
- if (state.state == PENDING) state.reactions.add(reaction);
10339
+ if (state.state === PENDING) state.reactions.add(reaction);
10324
10340
  else microtask(function () {
10325
10341
  callReaction(reaction, state);
10326
10342
  });
@@ -10676,7 +10692,7 @@ module.exports = /web0s(?!.*chrome)/i.test(userAgent);
10676
10692
  module.exports = function (a, b) {
10677
10693
  try {
10678
10694
  // eslint-disable-next-line no-console -- safe
10679
- arguments.length == 1 ? console.error(a) : console.error(a, b);
10695
+ arguments.length === 1 ? console.error(a) : console.error(a, b);
10680
10696
  } catch (error) { /* empty */ }
10681
10697
  };
10682
10698
 
@@ -11126,7 +11142,7 @@ var NativePromiseConstructor = __webpack_require__(336);
11126
11142
  var fails = __webpack_require__(7);
11127
11143
  var getBuiltIn = __webpack_require__(24);
11128
11144
  var isCallable = __webpack_require__(21);
11129
- var speciesConstructor = __webpack_require__(217);
11145
+ var speciesConstructor = __webpack_require__(218);
11130
11146
  var promiseResolve = __webpack_require__(347);
11131
11147
  var defineBuiltIn = __webpack_require__(48);
11132
11148
 
@@ -11200,8 +11216,8 @@ $({ target: 'Reflect', stat: true, forced: OPTIONAL_ARGUMENTS_LIST }, {
11200
11216
  var $ = __webpack_require__(3);
11201
11217
  var getBuiltIn = __webpack_require__(24);
11202
11218
  var apply = __webpack_require__(96);
11203
- var bind = __webpack_require__(235);
11204
- var aConstructor = __webpack_require__(218);
11219
+ var bind = __webpack_require__(236);
11220
+ var aConstructor = __webpack_require__(219);
11205
11221
  var anObject = __webpack_require__(47);
11206
11222
  var isObject = __webpack_require__(20);
11207
11223
  var create = __webpack_require__(72);
@@ -11232,7 +11248,7 @@ $({ target: 'Reflect', stat: true, forced: FORCED, sham: FORCED }, {
11232
11248
  anObject(args);
11233
11249
  var newTarget = arguments.length < 3 ? Target : aConstructor(arguments[2]);
11234
11250
  if (ARGS_BUG && !NEW_TARGET_BUG) return nativeConstruct(Target, args, newTarget);
11235
- if (Target == newTarget) {
11251
+ if (Target === newTarget) {
11236
11252
  // w/o altered newTarget, optimization for 0-4 arguments
11237
11253
  switch (args.length) {
11238
11254
  case 0: return new Target();
@@ -11421,7 +11437,7 @@ $({ target: 'Reflect', stat: true }, {
11421
11437
 
11422
11438
  var $ = __webpack_require__(3);
11423
11439
  var anObject = __webpack_require__(47);
11424
- var $isExtensible = __webpack_require__(244);
11440
+ var $isExtensible = __webpack_require__(245);
11425
11441
 
11426
11442
  // `Reflect.isExtensible` method
11427
11443
  // https://tc39.es/ecma262/#sec-reflect.isextensible
@@ -11458,7 +11474,7 @@ $({ target: 'Reflect', stat: true }, {
11458
11474
  var $ = __webpack_require__(3);
11459
11475
  var getBuiltIn = __webpack_require__(24);
11460
11476
  var anObject = __webpack_require__(47);
11461
- var FREEZING = __webpack_require__(246);
11477
+ var FREEZING = __webpack_require__(247);
11462
11478
 
11463
11479
  // `Reflect.preventExtensions` method
11464
11480
  // https://tc39.es/ecma262/#sec-reflect.preventextensions
@@ -11629,7 +11645,7 @@ var BASE_FORCED = DESCRIPTORS &&
11629
11645
  (!CORRECT_NEW || MISSED_STICKY || UNSUPPORTED_DOT_ALL || UNSUPPORTED_NCG || fails(function () {
11630
11646
  re2[MATCH] = false;
11631
11647
  // RegExp constructor can alter flags and IsRegExp works correct with @@match
11632
- return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';
11648
+ return NativeRegExp(re1) !== re1 || NativeRegExp(re2) === re2 || String(NativeRegExp(re1, 'i')) !== '/a/i';
11633
11649
  }));
11634
11650
 
11635
11651
  var handleDotAll = function (string) {
@@ -11791,7 +11807,7 @@ var MATCH = wellKnownSymbol('match');
11791
11807
  // https://tc39.es/ecma262/#sec-isregexp
11792
11808
  module.exports = function (it) {
11793
11809
  var isRegExp;
11794
- return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');
11810
+ return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) === 'RegExp');
11795
11811
  };
11796
11812
 
11797
11813
 
@@ -11855,7 +11871,7 @@ var $RegExp = global.RegExp;
11855
11871
  var UNSUPPORTED_Y = fails(function () {
11856
11872
  var re = $RegExp('a', 'y');
11857
11873
  re.lastIndex = 2;
11858
- return re.exec('abcd') != null;
11874
+ return re.exec('abcd') !== null;
11859
11875
  });
11860
11876
 
11861
11877
  // UC Browser bug
@@ -11868,7 +11884,7 @@ var BROKEN_CARET = UNSUPPORTED_Y || fails(function () {
11868
11884
  // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
11869
11885
  var re = $RegExp('^r', 'gy');
11870
11886
  re.lastIndex = 2;
11871
- return re.exec('str') != null;
11887
+ return re.exec('str') !== null;
11872
11888
  });
11873
11889
 
11874
11890
  module.exports = {
@@ -12243,9 +12259,9 @@ var TO_STRING = 'toString';
12243
12259
  var RegExpPrototype = RegExp.prototype;
12244
12260
  var nativeToString = RegExpPrototype[TO_STRING];
12245
12261
 
12246
- var NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
12262
+ var NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) !== '/a/b'; });
12247
12263
  // FF44- RegExp#toString has a wrong name
12248
- var INCORRECT_NAME = PROPER_FUNCTION_NAME && nativeToString.name != TO_STRING;
12264
+ var INCORRECT_NAME = PROPER_FUNCTION_NAME && nativeToString.name !== TO_STRING;
12249
12265
 
12250
12266
  // `RegExp.prototype.toString` method
12251
12267
  // https://tc39.es/ecma262/#sec-regexp.prototype.tostring
@@ -12275,8 +12291,8 @@ __webpack_require__(381);
12275
12291
 
12276
12292
  "use strict";
12277
12293
 
12278
- var collection = __webpack_require__(242);
12279
- var collectionStrong = __webpack_require__(247);
12294
+ var collection = __webpack_require__(243);
12295
+ var collectionStrong = __webpack_require__(248);
12280
12296
 
12281
12297
  // `Set` constructor
12282
12298
  // https://tc39.es/ecma262/#sec-set-objects
@@ -12482,7 +12498,7 @@ var $fromCodePoint = String.fromCodePoint;
12482
12498
  var join = uncurryThis([].join);
12483
12499
 
12484
12500
  // length should be 1, old FF problem
12485
- var INCORRECT_LENGTH = !!$fromCodePoint && $fromCodePoint.length != 1;
12501
+ var INCORRECT_LENGTH = !!$fromCodePoint && $fromCodePoint.length !== 1;
12486
12502
 
12487
12503
  // `String.fromCodePoint` method
12488
12504
  // https://tc39.es/ecma262/#sec-string.fromcodepoint
@@ -12554,9 +12570,9 @@ $({ target: 'String', proto: true }, {
12554
12570
  for (var i = 0; i < length; i++) {
12555
12571
  var charCode = charCodeAt(S, i);
12556
12572
  // single UTF-16 code unit
12557
- if ((charCode & 0xF800) != 0xD800) continue;
12573
+ if ((charCode & 0xF800) !== 0xD800) continue;
12558
12574
  // unpaired surrogate
12559
- if (charCode >= 0xDC00 || ++i >= length || (charCodeAt(S, i) & 0xFC00) != 0xDC00) return false;
12575
+ if (charCode >= 0xDC00 || ++i >= length || (charCodeAt(S, i) & 0xFC00) !== 0xDC00) return false;
12560
12576
  } return true;
12561
12577
  }
12562
12578
  });
@@ -12680,7 +12696,7 @@ module.exports = function (KEY, exec, FORCED, SHAM) {
12680
12696
  // String methods call symbol-named RegEp methods
12681
12697
  var O = {};
12682
12698
  O[SYMBOL] = function () { return 7; };
12683
- return ''[KEY](O) != 7;
12699
+ return ''[KEY](O) !== 7;
12684
12700
  });
12685
12701
 
12686
12702
  var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {
@@ -12803,7 +12819,7 @@ var getMethod = __webpack_require__(30);
12803
12819
  var defineBuiltIn = __webpack_require__(48);
12804
12820
  var fails = __webpack_require__(7);
12805
12821
  var wellKnownSymbol = __webpack_require__(34);
12806
- var speciesConstructor = __webpack_require__(217);
12822
+ var speciesConstructor = __webpack_require__(218);
12807
12823
  var advanceStringIndex = __webpack_require__(394);
12808
12824
  var regExpExec = __webpack_require__(395);
12809
12825
  var InternalStateModule = __webpack_require__(52);
@@ -12876,7 +12892,7 @@ $({ target: 'String', proto: true, forced: WORKS_WITH_NON_GLOBAL_REGEX }, {
12876
12892
  }
12877
12893
  if (WORKS_WITH_NON_GLOBAL_REGEX) return nativeMatchAll(O, regexp);
12878
12894
  matcher = getMethod(regexp, MATCH_ALL);
12879
- if (matcher === undefined && IS_PURE && classof(regexp) == 'RegExp') matcher = $matchAll;
12895
+ if (matcher === undefined && IS_PURE && classof(regexp) === 'RegExp') matcher = $matchAll;
12880
12896
  if (matcher) return call(matcher, regexp, O);
12881
12897
  } else if (WORKS_WITH_NON_GLOBAL_REGEX) return nativeMatchAll(O, regexp);
12882
12898
  S = toString(O);
@@ -12895,7 +12911,7 @@ IS_PURE || MATCH_ALL in RegExpPrototype || defineBuiltIn(RegExpPrototype, MATCH_
12895
12911
  "use strict";
12896
12912
 
12897
12913
  var $ = __webpack_require__(3);
12898
- var $padEnd = __webpack_require__(227).end;
12914
+ var $padEnd = __webpack_require__(228).end;
12899
12915
  var WEBKIT_BUG = __webpack_require__(398);
12900
12916
 
12901
12917
  // `String.prototype.padEnd` method
@@ -12926,7 +12942,7 @@ module.exports = /Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari
12926
12942
  "use strict";
12927
12943
 
12928
12944
  var $ = __webpack_require__(3);
12929
- var $padStart = __webpack_require__(227).start;
12945
+ var $padStart = __webpack_require__(228).start;
12930
12946
  var WEBKIT_BUG = __webpack_require__(398);
12931
12947
 
12932
12948
  // `String.prototype.padStart` method
@@ -12980,7 +12996,7 @@ $({ target: 'String', stat: true }, {
12980
12996
  "use strict";
12981
12997
 
12982
12998
  var $ = __webpack_require__(3);
12983
- var repeat = __webpack_require__(228);
12999
+ var repeat = __webpack_require__(229);
12984
13000
 
12985
13001
  // `String.prototype.repeat` method
12986
13002
  // https://tc39.es/ecma262/#sec-string.prototype.repeat
@@ -13084,13 +13100,16 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
13084
13100
  if (!functionalReplace) replaceValue = toString(replaceValue);
13085
13101
 
13086
13102
  var global = rx.global;
13103
+ var fullUnicode;
13087
13104
  if (global) {
13088
- var fullUnicode = rx.unicode;
13105
+ fullUnicode = rx.unicode;
13089
13106
  rx.lastIndex = 0;
13090
13107
  }
13108
+
13091
13109
  var results = [];
13110
+ var result;
13092
13111
  while (true) {
13093
- var result = regExpExec(rx, S);
13112
+ result = regExpExec(rx, S);
13094
13113
  if (result === null) break;
13095
13114
 
13096
13115
  push(results, result);
@@ -13108,6 +13127,7 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
13108
13127
  var matched = toString(result[0]);
13109
13128
  var position = max(min(toIntegerOrInfinity(result.index), S.length), 0);
13110
13129
  var captures = [];
13130
+ var replacement;
13111
13131
  // NOTE: This is equivalent to
13112
13132
  // captures = result.slice(1).map(maybeToString)
13113
13133
  // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
@@ -13118,7 +13138,7 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
13118
13138
  if (functionalReplace) {
13119
13139
  var replacerArgs = concat([matched], captures, position, S);
13120
13140
  if (namedCaptures !== undefined) push(replacerArgs, namedCaptures);
13121
- var replacement = toString(apply(replaceValue, undefined, replacerArgs));
13141
+ replacement = toString(apply(replaceValue, undefined, replacerArgs));
13122
13142
  } else {
13123
13143
  replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
13124
13144
  }
@@ -13127,6 +13147,7 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
13127
13147
  nextSourcePosition = position + matched.length;
13128
13148
  }
13129
13149
  }
13150
+
13130
13151
  return accumulatedResult + stringSlice(S, nextSourcePosition);
13131
13152
  }
13132
13153
  ];
@@ -13323,7 +13344,7 @@ var anObject = __webpack_require__(47);
13323
13344
  var isNullOrUndefined = __webpack_require__(17);
13324
13345
  var isRegExp = __webpack_require__(367);
13325
13346
  var requireObjectCoercible = __webpack_require__(16);
13326
- var speciesConstructor = __webpack_require__(217);
13347
+ var speciesConstructor = __webpack_require__(218);
13327
13348
  var advanceStringIndex = __webpack_require__(394);
13328
13349
  var toLength = __webpack_require__(65);
13329
13350
  var toString = __webpack_require__(69);
@@ -13357,11 +13378,11 @@ var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
13357
13378
  fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNative) {
13358
13379
  var internalSplit;
13359
13380
  if (
13360
- 'abbc'.split(/(b)*/)[1] == 'c' ||
13381
+ 'abbc'.split(/(b)*/)[1] === 'c' ||
13361
13382
  // eslint-disable-next-line regexp/no-empty-group -- required for testing
13362
- 'test'.split(/(?:)/, -1).length != 4 ||
13363
- 'ab'.split(/(?:ab)*/).length != 2 ||
13364
- '.'.split(/(.?)(.?)/).length != 4 ||
13383
+ 'test'.split(/(?:)/, -1).length !== 4 ||
13384
+ 'ab'.split(/(?:ab)*/).length !== 2 ||
13385
+ '.'.split(/(.?)(.?)/).length !== 4 ||
13365
13386
  // eslint-disable-next-line regexp/no-empty-capturing-group, regexp/no-empty-group -- required for testing
13366
13387
  '.'.split(/()()/).length > 1 ||
13367
13388
  ''.split(/.?/).length
@@ -13590,9 +13611,9 @@ $({ target: 'String', proto: true, forced: TO_STRING_CONVERSION_BUG }, {
13590
13611
  for (var i = 0; i < length; i++) {
13591
13612
  var charCode = charCodeAt(S, i);
13592
13613
  // single UTF-16 code unit
13593
- if ((charCode & 0xF800) != 0xD800) result[i] = charAt(S, i);
13614
+ if ((charCode & 0xF800) !== 0xD800) result[i] = charAt(S, i);
13594
13615
  // unpaired surrogate
13595
- else if (charCode >= 0xDC00 || i + 1 >= length || (charCodeAt(S, i + 1) & 0xFC00) != 0xDC00) result[i] = REPLACEMENT_CHARACTER;
13616
+ else if (charCode >= 0xDC00 || i + 1 >= length || (charCodeAt(S, i + 1) & 0xFC00) !== 0xDC00) result[i] = REPLACEMENT_CHARACTER;
13596
13617
  // surrogate pair
13597
13618
  else {
13598
13619
  result[i] = charAt(S, i);
@@ -14069,7 +14090,7 @@ var global = __webpack_require__(4);
14069
14090
  var call = __webpack_require__(8);
14070
14091
  var DESCRIPTORS = __webpack_require__(6);
14071
14092
  var TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = __webpack_require__(435);
14072
- var ArrayBufferViewCore = __webpack_require__(215);
14093
+ var ArrayBufferViewCore = __webpack_require__(216);
14073
14094
  var ArrayBufferModule = __webpack_require__(208);
14074
14095
  var anInstance = __webpack_require__(211);
14075
14096
  var createPropertyDescriptor = __webpack_require__(11);
@@ -14135,7 +14156,7 @@ var addGetter = function (it, key) {
14135
14156
 
14136
14157
  var isArrayBuffer = function (it) {
14137
14158
  var klass;
14138
- return isPrototypeOf(ArrayBufferPrototype, it) || (klass = classof(it)) == 'ArrayBuffer' || klass == 'SharedArrayBuffer';
14159
+ return isPrototypeOf(ArrayBufferPrototype, it) || (klass = classof(it)) === 'ArrayBuffer' || klass === 'SharedArrayBuffer';
14139
14160
  };
14140
14161
 
14141
14162
  var isTypedArrayIndex = function (target, key) {
@@ -14291,7 +14312,7 @@ if (DESCRIPTORS) {
14291
14312
  createNonEnumerableProperty(TypedArrayConstructorPrototype, TYPED_ARRAY_TAG, CONSTRUCTOR_NAME);
14292
14313
  }
14293
14314
 
14294
- var FORCED = TypedArrayConstructor != NativeTypedArrayConstructor;
14315
+ var FORCED = TypedArrayConstructor !== NativeTypedArrayConstructor;
14295
14316
 
14296
14317
  exported[CONSTRUCTOR_NAME] = TypedArrayConstructor;
14297
14318
 
@@ -14320,7 +14341,7 @@ if (DESCRIPTORS) {
14320
14341
  var global = __webpack_require__(4);
14321
14342
  var fails = __webpack_require__(7);
14322
14343
  var checkCorrectnessOfIteration = __webpack_require__(165);
14323
- var NATIVE_ARRAY_BUFFER_VIEWS = __webpack_require__(215).NATIVE_ARRAY_BUFFER_VIEWS;
14344
+ var NATIVE_ARRAY_BUFFER_VIEWS = __webpack_require__(216).NATIVE_ARRAY_BUFFER_VIEWS;
14324
14345
 
14325
14346
  var ArrayBuffer = global.ArrayBuffer;
14326
14347
  var Int8Array = global.Int8Array;
@@ -14396,14 +14417,14 @@ module.exports = function (it) {
14396
14417
 
14397
14418
  var bind = __webpack_require__(86);
14398
14419
  var call = __webpack_require__(8);
14399
- var aConstructor = __webpack_require__(218);
14420
+ var aConstructor = __webpack_require__(219);
14400
14421
  var toObject = __webpack_require__(40);
14401
14422
  var lengthOfArrayLike = __webpack_require__(64);
14402
14423
  var getIterator = __webpack_require__(135);
14403
14424
  var getIteratorMethod = __webpack_require__(136);
14404
14425
  var isArrayIteratorMethod = __webpack_require__(133);
14405
14426
  var isBigIntArray = __webpack_require__(440);
14406
- var aTypedArrayConstructor = __webpack_require__(215).aTypedArrayConstructor;
14427
+ var aTypedArrayConstructor = __webpack_require__(216).aTypedArrayConstructor;
14407
14428
  var toBigInt = __webpack_require__(441);
14408
14429
 
14409
14430
  module.exports = function from(source /* , mapfn, thisArg */) {
@@ -14447,7 +14468,7 @@ var classof = __webpack_require__(70);
14447
14468
 
14448
14469
  module.exports = function (it) {
14449
14470
  var klass = classof(it);
14450
- return klass == 'BigInt64Array' || klass == 'BigUint64Array';
14471
+ return klass === 'BigInt64Array' || klass === 'BigUint64Array';
14451
14472
  };
14452
14473
 
14453
14474
 
@@ -14613,7 +14634,7 @@ createTypedArrayConstructor('Uint32', function (init) {
14613
14634
 
14614
14635
  "use strict";
14615
14636
 
14616
- var ArrayBufferViewCore = __webpack_require__(215);
14637
+ var ArrayBufferViewCore = __webpack_require__(216);
14617
14638
  var lengthOfArrayLike = __webpack_require__(64);
14618
14639
  var toIntegerOrInfinity = __webpack_require__(62);
14619
14640
 
@@ -14638,7 +14659,7 @@ exportTypedArrayMethod('at', function at(index) {
14638
14659
  "use strict";
14639
14660
 
14640
14661
  var uncurryThis = __webpack_require__(14);
14641
- var ArrayBufferViewCore = __webpack_require__(215);
14662
+ var ArrayBufferViewCore = __webpack_require__(216);
14642
14663
  var $ArrayCopyWithin = __webpack_require__(145);
14643
14664
 
14644
14665
  var u$ArrayCopyWithin = uncurryThis($ArrayCopyWithin);
@@ -14658,7 +14679,7 @@ exportTypedArrayMethod('copyWithin', function copyWithin(target, start /* , end
14658
14679
 
14659
14680
  "use strict";
14660
14681
 
14661
- var ArrayBufferViewCore = __webpack_require__(215);
14682
+ var ArrayBufferViewCore = __webpack_require__(216);
14662
14683
  var $every = __webpack_require__(85).every;
14663
14684
 
14664
14685
  var aTypedArray = ArrayBufferViewCore.aTypedArray;
@@ -14677,7 +14698,7 @@ exportTypedArrayMethod('every', function every(callbackfn /* , thisArg */) {
14677
14698
 
14678
14699
  "use strict";
14679
14700
 
14680
- var ArrayBufferViewCore = __webpack_require__(215);
14701
+ var ArrayBufferViewCore = __webpack_require__(216);
14681
14702
  var $fill = __webpack_require__(150);
14682
14703
  var toBigInt = __webpack_require__(441);
14683
14704
  var classof = __webpack_require__(70);
@@ -14713,7 +14734,7 @@ exportTypedArrayMethod('fill', function fill(value /* , start, end */) {
14713
14734
 
14714
14735
  "use strict";
14715
14736
 
14716
- var ArrayBufferViewCore = __webpack_require__(215);
14737
+ var ArrayBufferViewCore = __webpack_require__(216);
14717
14738
  var $filter = __webpack_require__(85).filter;
14718
14739
  var fromSpeciesAndList = __webpack_require__(455);
14719
14740
 
@@ -14748,8 +14769,8 @@ module.exports = function (instance, list) {
14748
14769
 
14749
14770
  "use strict";
14750
14771
 
14751
- var ArrayBufferViewCore = __webpack_require__(215);
14752
- var speciesConstructor = __webpack_require__(217);
14772
+ var ArrayBufferViewCore = __webpack_require__(216);
14773
+ var speciesConstructor = __webpack_require__(218);
14753
14774
 
14754
14775
  var aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;
14755
14776
  var getTypedArrayConstructor = ArrayBufferViewCore.getTypedArrayConstructor;
@@ -14767,7 +14788,7 @@ module.exports = function (originalArray) {
14767
14788
 
14768
14789
  "use strict";
14769
14790
 
14770
- var ArrayBufferViewCore = __webpack_require__(215);
14791
+ var ArrayBufferViewCore = __webpack_require__(216);
14771
14792
  var $find = __webpack_require__(85).find;
14772
14793
 
14773
14794
  var aTypedArray = ArrayBufferViewCore.aTypedArray;
@@ -14786,7 +14807,7 @@ exportTypedArrayMethod('find', function find(predicate /* , thisArg */) {
14786
14807
 
14787
14808
  "use strict";
14788
14809
 
14789
- var ArrayBufferViewCore = __webpack_require__(215);
14810
+ var ArrayBufferViewCore = __webpack_require__(216);
14790
14811
  var $findIndex = __webpack_require__(85).findIndex;
14791
14812
 
14792
14813
  var aTypedArray = ArrayBufferViewCore.aTypedArray;
@@ -14805,7 +14826,7 @@ exportTypedArrayMethod('findIndex', function findIndex(predicate /* , thisArg */
14805
14826
 
14806
14827
  "use strict";
14807
14828
 
14808
- var ArrayBufferViewCore = __webpack_require__(215);
14829
+ var ArrayBufferViewCore = __webpack_require__(216);
14809
14830
  var $findLast = __webpack_require__(155).findLast;
14810
14831
 
14811
14832
  var aTypedArray = ArrayBufferViewCore.aTypedArray;
@@ -14824,7 +14845,7 @@ exportTypedArrayMethod('findLast', function findLast(predicate /* , thisArg */)
14824
14845
 
14825
14846
  "use strict";
14826
14847
 
14827
- var ArrayBufferViewCore = __webpack_require__(215);
14848
+ var ArrayBufferViewCore = __webpack_require__(216);
14828
14849
  var $findLastIndex = __webpack_require__(155).findLastIndex;
14829
14850
 
14830
14851
  var aTypedArray = ArrayBufferViewCore.aTypedArray;
@@ -14843,7 +14864,7 @@ exportTypedArrayMethod('findLastIndex', function findLastIndex(predicate /* , th
14843
14864
 
14844
14865
  "use strict";
14845
14866
 
14846
- var ArrayBufferViewCore = __webpack_require__(215);
14867
+ var ArrayBufferViewCore = __webpack_require__(216);
14847
14868
  var $forEach = __webpack_require__(85).forEach;
14848
14869
 
14849
14870
  var aTypedArray = ArrayBufferViewCore.aTypedArray;
@@ -14863,7 +14884,7 @@ exportTypedArrayMethod('forEach', function forEach(callbackfn /* , thisArg */) {
14863
14884
  "use strict";
14864
14885
 
14865
14886
  var TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = __webpack_require__(435);
14866
- var exportTypedArrayStaticMethod = __webpack_require__(215).exportTypedArrayStaticMethod;
14887
+ var exportTypedArrayStaticMethod = __webpack_require__(216).exportTypedArrayStaticMethod;
14867
14888
  var typedArrayFrom = __webpack_require__(439);
14868
14889
 
14869
14890
  // `%TypedArray%.from` method
@@ -14877,7 +14898,7 @@ exportTypedArrayStaticMethod('from', typedArrayFrom, TYPED_ARRAYS_CONSTRUCTORS_R
14877
14898
 
14878
14899
  "use strict";
14879
14900
 
14880
- var ArrayBufferViewCore = __webpack_require__(215);
14901
+ var ArrayBufferViewCore = __webpack_require__(216);
14881
14902
  var $includes = __webpack_require__(60).includes;
14882
14903
 
14883
14904
  var aTypedArray = ArrayBufferViewCore.aTypedArray;
@@ -14896,7 +14917,7 @@ exportTypedArrayMethod('includes', function includes(searchElement /* , fromInde
14896
14917
 
14897
14918
  "use strict";
14898
14919
 
14899
- var ArrayBufferViewCore = __webpack_require__(215);
14920
+ var ArrayBufferViewCore = __webpack_require__(216);
14900
14921
  var $indexOf = __webpack_require__(60).indexOf;
14901
14922
 
14902
14923
  var aTypedArray = ArrayBufferViewCore.aTypedArray;
@@ -14918,7 +14939,7 @@ exportTypedArrayMethod('indexOf', function indexOf(searchElement /* , fromIndex
14918
14939
  var global = __webpack_require__(4);
14919
14940
  var fails = __webpack_require__(7);
14920
14941
  var uncurryThis = __webpack_require__(14);
14921
- var ArrayBufferViewCore = __webpack_require__(215);
14942
+ var ArrayBufferViewCore = __webpack_require__(216);
14922
14943
  var ArrayIterators = __webpack_require__(169);
14923
14944
  var wellKnownSymbol = __webpack_require__(34);
14924
14945
 
@@ -14968,7 +14989,7 @@ exportTypedArrayMethod(ITERATOR, typedArrayValues, GENERIC || !ITERATOR_IS_VALUE
14968
14989
 
14969
14990
  "use strict";
14970
14991
 
14971
- var ArrayBufferViewCore = __webpack_require__(215);
14992
+ var ArrayBufferViewCore = __webpack_require__(216);
14972
14993
  var uncurryThis = __webpack_require__(14);
14973
14994
 
14974
14995
  var aTypedArray = ArrayBufferViewCore.aTypedArray;
@@ -14988,7 +15009,7 @@ exportTypedArrayMethod('join', function join(separator) {
14988
15009
 
14989
15010
  "use strict";
14990
15011
 
14991
- var ArrayBufferViewCore = __webpack_require__(215);
15012
+ var ArrayBufferViewCore = __webpack_require__(216);
14992
15013
  var apply = __webpack_require__(96);
14993
15014
  var $lastIndexOf = __webpack_require__(176);
14994
15015
 
@@ -15009,7 +15030,7 @@ exportTypedArrayMethod('lastIndexOf', function lastIndexOf(searchElement /* , fr
15009
15030
 
15010
15031
  "use strict";
15011
15032
 
15012
- var ArrayBufferViewCore = __webpack_require__(215);
15033
+ var ArrayBufferViewCore = __webpack_require__(216);
15013
15034
  var $map = __webpack_require__(85).map;
15014
15035
  var typedArraySpeciesConstructor = __webpack_require__(456);
15015
15036
 
@@ -15031,7 +15052,7 @@ exportTypedArrayMethod('map', function map(mapfn /* , thisArg */) {
15031
15052
 
15032
15053
  "use strict";
15033
15054
 
15034
- var ArrayBufferViewCore = __webpack_require__(215);
15055
+ var ArrayBufferViewCore = __webpack_require__(216);
15035
15056
  var TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = __webpack_require__(435);
15036
15057
 
15037
15058
  var aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;
@@ -15054,7 +15075,7 @@ exportTypedArrayStaticMethod('of', function of(/* ...items */) {
15054
15075
 
15055
15076
  "use strict";
15056
15077
 
15057
- var ArrayBufferViewCore = __webpack_require__(215);
15078
+ var ArrayBufferViewCore = __webpack_require__(216);
15058
15079
  var $reduce = __webpack_require__(182).left;
15059
15080
 
15060
15081
  var aTypedArray = ArrayBufferViewCore.aTypedArray;
@@ -15074,7 +15095,7 @@ exportTypedArrayMethod('reduce', function reduce(callbackfn /* , initialValue */
15074
15095
 
15075
15096
  "use strict";
15076
15097
 
15077
- var ArrayBufferViewCore = __webpack_require__(215);
15098
+ var ArrayBufferViewCore = __webpack_require__(216);
15078
15099
  var $reduceRight = __webpack_require__(182).right;
15079
15100
 
15080
15101
  var aTypedArray = ArrayBufferViewCore.aTypedArray;
@@ -15094,7 +15115,7 @@ exportTypedArrayMethod('reduceRight', function reduceRight(callbackfn /* , initi
15094
15115
 
15095
15116
  "use strict";
15096
15117
 
15097
- var ArrayBufferViewCore = __webpack_require__(215);
15118
+ var ArrayBufferViewCore = __webpack_require__(216);
15098
15119
 
15099
15120
  var aTypedArray = ArrayBufferViewCore.aTypedArray;
15100
15121
  var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
@@ -15124,7 +15145,7 @@ exportTypedArrayMethod('reverse', function reverse() {
15124
15145
 
15125
15146
  var global = __webpack_require__(4);
15126
15147
  var call = __webpack_require__(8);
15127
- var ArrayBufferViewCore = __webpack_require__(215);
15148
+ var ArrayBufferViewCore = __webpack_require__(216);
15128
15149
  var lengthOfArrayLike = __webpack_require__(64);
15129
15150
  var toOffset = __webpack_require__(436);
15130
15151
  var toIndexedObject = __webpack_require__(40);
@@ -15173,7 +15194,7 @@ exportTypedArrayMethod('set', function set(arrayLike /* , offset */) {
15173
15194
 
15174
15195
  "use strict";
15175
15196
 
15176
- var ArrayBufferViewCore = __webpack_require__(215);
15197
+ var ArrayBufferViewCore = __webpack_require__(216);
15177
15198
  var typedArraySpeciesConstructor = __webpack_require__(456);
15178
15199
  var fails = __webpack_require__(7);
15179
15200
  var arraySlice = __webpack_require__(97);
@@ -15205,7 +15226,7 @@ exportTypedArrayMethod('slice', function slice(start, end) {
15205
15226
 
15206
15227
  "use strict";
15207
15228
 
15208
- var ArrayBufferViewCore = __webpack_require__(215);
15229
+ var ArrayBufferViewCore = __webpack_require__(216);
15209
15230
  var $some = __webpack_require__(85).some;
15210
15231
 
15211
15232
  var aTypedArray = ArrayBufferViewCore.aTypedArray;
@@ -15229,7 +15250,7 @@ var uncurryThis = __webpack_require__(87);
15229
15250
  var fails = __webpack_require__(7);
15230
15251
  var aCallable = __webpack_require__(31);
15231
15252
  var internalSort = __webpack_require__(189);
15232
- var ArrayBufferViewCore = __webpack_require__(215);
15253
+ var ArrayBufferViewCore = __webpack_require__(216);
15233
15254
  var FF = __webpack_require__(190);
15234
15255
  var IE_OR_EDGE = __webpack_require__(191);
15235
15256
  var V8 = __webpack_require__(28);
@@ -15301,7 +15322,7 @@ exportTypedArrayMethod('sort', function sort(comparefn) {
15301
15322
 
15302
15323
  "use strict";
15303
15324
 
15304
- var ArrayBufferViewCore = __webpack_require__(215);
15325
+ var ArrayBufferViewCore = __webpack_require__(216);
15305
15326
  var toLength = __webpack_require__(65);
15306
15327
  var toAbsoluteIndex = __webpack_require__(61);
15307
15328
  var typedArraySpeciesConstructor = __webpack_require__(456);
@@ -15332,7 +15353,7 @@ exportTypedArrayMethod('subarray', function subarray(begin, end) {
15332
15353
 
15333
15354
  var global = __webpack_require__(4);
15334
15355
  var apply = __webpack_require__(96);
15335
- var ArrayBufferViewCore = __webpack_require__(215);
15356
+ var ArrayBufferViewCore = __webpack_require__(216);
15336
15357
  var fails = __webpack_require__(7);
15337
15358
  var arraySlice = __webpack_require__(97);
15338
15359
 
@@ -15347,7 +15368,7 @@ var TO_LOCALE_STRING_BUG = !!Int8Array && fails(function () {
15347
15368
  });
15348
15369
 
15349
15370
  var FORCED = fails(function () {
15350
- return [1, 2].toLocaleString() != new Int8Array([1, 2]).toLocaleString();
15371
+ return [1, 2].toLocaleString() !== new Int8Array([1, 2]).toLocaleString();
15351
15372
  }) || !fails(function () {
15352
15373
  Int8Array.prototype.toLocaleString.call([1, 2]);
15353
15374
  });
@@ -15370,7 +15391,7 @@ exportTypedArrayMethod('toLocaleString', function toLocaleString() {
15370
15391
  "use strict";
15371
15392
 
15372
15393
  var arrayToReversed = __webpack_require__(197);
15373
- var ArrayBufferViewCore = __webpack_require__(215);
15394
+ var ArrayBufferViewCore = __webpack_require__(216);
15374
15395
 
15375
15396
  var aTypedArray = ArrayBufferViewCore.aTypedArray;
15376
15397
  var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;
@@ -15389,7 +15410,7 @@ exportTypedArrayMethod('toReversed', function toReversed() {
15389
15410
 
15390
15411
  "use strict";
15391
15412
 
15392
- var ArrayBufferViewCore = __webpack_require__(215);
15413
+ var ArrayBufferViewCore = __webpack_require__(216);
15393
15414
  var uncurryThis = __webpack_require__(14);
15394
15415
  var aCallable = __webpack_require__(31);
15395
15416
  var arrayFromConstructorAndList = __webpack_require__(199);
@@ -15415,7 +15436,7 @@ exportTypedArrayMethod('toSorted', function toSorted(compareFn) {
15415
15436
 
15416
15437
  "use strict";
15417
15438
 
15418
- var exportTypedArrayMethod = __webpack_require__(215).exportTypedArrayMethod;
15439
+ var exportTypedArrayMethod = __webpack_require__(216).exportTypedArrayMethod;
15419
15440
  var fails = __webpack_require__(7);
15420
15441
  var global = __webpack_require__(4);
15421
15442
  var uncurryThis = __webpack_require__(14);
@@ -15431,7 +15452,7 @@ if (fails(function () { arrayToString.call({}); })) {
15431
15452
  };
15432
15453
  }
15433
15454
 
15434
- var IS_NOT_ARRAY_METHOD = Uint8ArrayPrototype.toString != arrayToString;
15455
+ var IS_NOT_ARRAY_METHOD = Uint8ArrayPrototype.toString !== arrayToString;
15435
15456
 
15436
15457
  // `%TypedArray%.prototype.toString` method
15437
15458
  // https://tc39.es/ecma262/#sec-%typedarray%.prototype.tostring
@@ -15445,7 +15466,7 @@ exportTypedArrayMethod('toString', arrayToString, IS_NOT_ARRAY_METHOD);
15445
15466
  "use strict";
15446
15467
 
15447
15468
  var arrayWith = __webpack_require__(206);
15448
- var ArrayBufferViewCore = __webpack_require__(215);
15469
+ var ArrayBufferViewCore = __webpack_require__(216);
15449
15470
  var isBigIntArray = __webpack_require__(440);
15450
15471
  var toIntegerOrInfinity = __webpack_require__(62);
15451
15472
  var toBigInt = __webpack_require__(441);
@@ -15543,12 +15564,12 @@ __webpack_require__(485);
15543
15564
 
15544
15565
  "use strict";
15545
15566
 
15546
- var FREEZING = __webpack_require__(246);
15567
+ var FREEZING = __webpack_require__(247);
15547
15568
  var global = __webpack_require__(4);
15548
15569
  var uncurryThis = __webpack_require__(14);
15549
15570
  var defineBuiltIns = __webpack_require__(210);
15550
- var InternalMetadataModule = __webpack_require__(243);
15551
- var collection = __webpack_require__(242);
15571
+ var InternalMetadataModule = __webpack_require__(244);
15572
+ var collection = __webpack_require__(243);
15552
15573
  var collectionWeak = __webpack_require__(486);
15553
15574
  var isObject = __webpack_require__(20);
15554
15575
  var enforceInternalState = __webpack_require__(52).enforce;
@@ -15645,8 +15666,8 @@ if (NATIVE_WEAK_MAP) if (IS_IE11) {
15645
15666
  else if (isSealed(key)) arrayIntegrityLevel = SEALED;
15646
15667
  }
15647
15668
  nativeSet(this, key, value);
15648
- if (arrayIntegrityLevel == FROZEN) freeze(key);
15649
- if (arrayIntegrityLevel == SEALED) seal(key);
15669
+ if (arrayIntegrityLevel === FROZEN) freeze(key);
15670
+ if (arrayIntegrityLevel === SEALED) seal(key);
15650
15671
  return this;
15651
15672
  }
15652
15673
  });
@@ -15661,7 +15682,7 @@ if (NATIVE_WEAK_MAP) if (IS_IE11) {
15661
15682
 
15662
15683
  var uncurryThis = __webpack_require__(14);
15663
15684
  var defineBuiltIns = __webpack_require__(210);
15664
- var getWeakData = __webpack_require__(243).getWeakData;
15685
+ var getWeakData = __webpack_require__(244).getWeakData;
15665
15686
  var anInstance = __webpack_require__(211);
15666
15687
  var anObject = __webpack_require__(47);
15667
15688
  var isNullOrUndefined = __webpack_require__(17);
@@ -15807,7 +15828,7 @@ __webpack_require__(488);
15807
15828
 
15808
15829
  "use strict";
15809
15830
 
15810
- var collection = __webpack_require__(242);
15831
+ var collection = __webpack_require__(243);
15811
15832
  var collectionWeak = __webpack_require__(486);
15812
15833
 
15813
15834
  // `WeakSet` constructor
@@ -16102,10 +16123,10 @@ var getIteratorDirect = __webpack_require__(495);
16102
16123
  var closeAsyncIteration = __webpack_require__(497);
16103
16124
 
16104
16125
  var createMethod = function (TYPE) {
16105
- var IS_TO_ARRAY = TYPE == 0;
16106
- var IS_FOR_EACH = TYPE == 1;
16107
- var IS_EVERY = TYPE == 2;
16108
- var IS_SOME = TYPE == 3;
16126
+ var IS_TO_ARRAY = TYPE === 0;
16127
+ var IS_FOR_EACH = TYPE === 1;
16128
+ var IS_EVERY = TYPE === 2;
16129
+ var IS_SOME = TYPE === 3;
16109
16130
  return function (object, fn, target) {
16110
16131
  anObject(object);
16111
16132
  var MAPPING = fn !== undefined;
@@ -16501,7 +16522,7 @@ if (DESCRIPTORS) {
16501
16522
  get: function lastIndex() {
16502
16523
  var O = toObject(this);
16503
16524
  var len = lengthOfArrayLike(O);
16504
- return len == 0 ? 0 : len - 1;
16525
+ return len === 0 ? 0 : len - 1;
16505
16526
  }
16506
16527
  });
16507
16528
 
@@ -16530,12 +16551,12 @@ if (DESCRIPTORS) {
16530
16551
  get: function lastItem() {
16531
16552
  var O = toObject(this);
16532
16553
  var len = lengthOfArrayLike(O);
16533
- return len == 0 ? undefined : O[len - 1];
16554
+ return len === 0 ? undefined : O[len - 1];
16534
16555
  },
16535
16556
  set: function lastItem(value) {
16536
16557
  var O = toObject(this);
16537
16558
  var len = lengthOfArrayLike(O);
16538
- return O[len == 0 ? 0 : len - 1] = value;
16559
+ return O[len === 0 ? 0 : len - 1] = value;
16539
16560
  }
16540
16561
  });
16541
16562
 
@@ -16705,7 +16726,7 @@ var $TypeError = TypeError;
16705
16726
  // - Perform ? RequireInternalSlot(O, [[ArrayBufferData]]).
16706
16727
  // - If IsSharedArrayBuffer(O) is true, throw a TypeError exception.
16707
16728
  module.exports = uncurryThisAccessor(ArrayBuffer.prototype, 'byteLength', 'get') || function (O) {
16708
- if (classof(O) != 'ArrayBuffer') throw $TypeError('ArrayBuffer expected');
16729
+ if (classof(O) !== 'ArrayBuffer') throw $TypeError('ArrayBuffer expected');
16709
16730
  return O.byteLength;
16710
16731
  };
16711
16732
 
@@ -16761,7 +16782,7 @@ module.exports = PROPER_TRANSFER && function (arrayBuffer, newLength, preserveRe
16761
16782
  var fixedLength = !isResizable || !isResizable(arrayBuffer);
16762
16783
  if (isDetached(arrayBuffer)) throw TypeError('ArrayBuffer is detached');
16763
16784
  var newBuffer = structuredClone(arrayBuffer, { transfer: [arrayBuffer] });
16764
- if (byteLength == newByteLength && (preserveResizability || fixedLength)) return newBuffer;
16785
+ if (byteLength === newByteLength && (preserveResizability || fixedLength)) return newBuffer;
16765
16786
  if (byteLength >= newByteLength && (!preserveResizability || fixedLength)) return slice(newBuffer, 0, newByteLength);
16766
16787
  var options = (preserveResizability && !fixedLength) && maxByteLength ? { maxByteLength: maxByteLength(newBuffer) } : undefined;
16767
16788
  var newNewBuffer = new ArrayBuffer(newByteLength, options);
@@ -16794,7 +16815,7 @@ module.exports = !!structuredClone && !fails(function () {
16794
16815
  if ((IS_DENO && V8 > 92) || (IS_NODE && V8 > 94) || (IS_BROWSER && V8 > 97)) return false;
16795
16816
  var buffer = new ArrayBuffer(8);
16796
16817
  var clone = structuredClone(buffer, { transfer: [buffer] });
16797
- return buffer.byteLength != 0 || clone.byteLength != 8;
16818
+ return buffer.byteLength !== 0 || clone.byteLength !== 8;
16798
16819
  });
16799
16820
 
16800
16821
 
@@ -16852,7 +16873,7 @@ var PENDING = 'pending';
16852
16873
 
16853
16874
  var getPendingAsyncDisposableStackInternalState = function (stack) {
16854
16875
  var internalState = getAsyncDisposableStackInternalState(stack);
16855
- if (internalState.state == DISPOSED) throw $ReferenceError(ASYNC_DISPOSABLE_STACK + ' already disposed');
16876
+ if (internalState.state === DISPOSED) throw $ReferenceError(ASYNC_DISPOSABLE_STACK + ' already disposed');
16856
16877
  return internalState;
16857
16878
  };
16858
16879
 
@@ -16873,7 +16894,7 @@ defineBuiltIns(AsyncDisposableStackPrototype, {
16873
16894
  var asyncDisposableStack = this;
16874
16895
  return new Promise(function (resolve, reject) {
16875
16896
  var internalState = getAsyncDisposableStackInternalState(asyncDisposableStack);
16876
- if (internalState.state == DISPOSED) return resolve(undefined);
16897
+ if (internalState.state === DISPOSED) return resolve(undefined);
16877
16898
  internalState.state = DISPOSED;
16878
16899
  if (!DESCRIPTORS) asyncDisposableStack.disposed = true;
16879
16900
  var stack = internalState.stack;
@@ -16941,7 +16962,7 @@ defineBuiltIns(AsyncDisposableStackPrototype, {
16941
16962
  if (DESCRIPTORS) defineBuiltInAccessor(AsyncDisposableStackPrototype, 'disposed', {
16942
16963
  configurable: true,
16943
16964
  get: function disposed() {
16944
- return getAsyncDisposableStackInternalState(this).state == DISPOSED;
16965
+ return getAsyncDisposableStackInternalState(this).state === DISPOSED;
16945
16966
  }
16946
16967
  });
16947
16968
 
@@ -17949,7 +17970,7 @@ var $RangeIterator = createIteratorConstructor(function NumericRangeIterator(sta
17949
17970
  throw $RangeError(INCORRECT_RANGE);
17950
17971
  }
17951
17972
  // eslint-disable-next-line no-self-compare -- NaN check
17952
- var hitsEnd = start != start || end != end || step != step || (end > start) !== (step > zero);
17973
+ var hitsEnd = start !== start || end !== end || step !== step || (end > start) !== (step > zero);
17953
17974
  setInternalState(this, {
17954
17975
  type: NUMERIC_RANGE_ITERATOR,
17955
17976
  start: start,
@@ -18042,7 +18063,7 @@ $({ global: true, forced: true }, {
18042
18063
  "use strict";
18043
18064
 
18044
18065
  // TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`
18045
- __webpack_require__(240);
18066
+ __webpack_require__(241);
18046
18067
  __webpack_require__(484);
18047
18068
  var getBuiltIn = __webpack_require__(24);
18048
18069
  var create = __webpack_require__(72);
@@ -18106,7 +18127,7 @@ var apply = __webpack_require__(96);
18106
18127
  // https://github.com/tc39/proposal-richer-keys/tree/master/compositeKey
18107
18128
  $({ global: true, forced: true }, {
18108
18129
  compositeSymbol: function compositeSymbol() {
18109
- if (arguments.length == 1 && typeof arguments[0] == 'string') return getBuiltIn('Symbol')['for'](arguments[0]);
18130
+ if (arguments.length === 1 && typeof arguments[0] == 'string') return getBuiltIn('Symbol')['for'](arguments[0]);
18110
18131
  return apply(getCompositeKeyNode, null, arguments).get('symbol', getBuiltIn('Symbol'));
18111
18132
  }
18112
18133
  });
@@ -18246,7 +18267,7 @@ var PENDING = 'pending';
18246
18267
 
18247
18268
  var getPendingDisposableStackInternalState = function (stack) {
18248
18269
  var internalState = getDisposableStackInternalState(stack);
18249
- if (internalState.state == DISPOSED) throw $ReferenceError(DISPOSABLE_STACK + ' already disposed');
18270
+ if (internalState.state === DISPOSED) throw $ReferenceError(DISPOSABLE_STACK + ' already disposed');
18250
18271
  return internalState;
18251
18272
  };
18252
18273
 
@@ -18265,7 +18286,7 @@ var DisposableStackPrototype = $DisposableStack.prototype;
18265
18286
  defineBuiltIns(DisposableStackPrototype, {
18266
18287
  dispose: function dispose() {
18267
18288
  var internalState = getDisposableStackInternalState(this);
18268
- if (internalState.state == DISPOSED) return;
18289
+ if (internalState.state === DISPOSED) return;
18269
18290
  internalState.state = DISPOSED;
18270
18291
  if (!DESCRIPTORS) this.disposed = true;
18271
18292
  var stack = internalState.stack;
@@ -18320,7 +18341,7 @@ defineBuiltIns(DisposableStackPrototype, {
18320
18341
  if (DESCRIPTORS) defineBuiltInAccessor(DisposableStackPrototype, 'disposed', {
18321
18342
  configurable: true,
18322
18343
  get: function disposed() {
18323
- return getDisposableStackInternalState(this).state == DISPOSED;
18344
+ return getDisposableStackInternalState(this).state === DISPOSED;
18324
18345
  }
18325
18346
  });
18326
18347
 
@@ -19345,7 +19366,7 @@ Context.prototype = {
19345
19366
  var nodes = {};
19346
19367
  while (i < source.length) {
19347
19368
  i = this.until(['"', '}'], i);
19348
- if (at(source, i) == '}' && !expectKeypair) {
19369
+ if (at(source, i) === '}' && !expectKeypair) {
19349
19370
  i++;
19350
19371
  break;
19351
19372
  }
@@ -19361,10 +19382,10 @@ Context.prototype = {
19361
19382
  createProperty(object, key, result.value);
19362
19383
  i = this.until([',', '}'], result.end);
19363
19384
  var chr = at(source, i);
19364
- if (chr == ',') {
19385
+ if (chr === ',') {
19365
19386
  expectKeypair = true;
19366
19387
  i++;
19367
- } else if (chr == '}') {
19388
+ } else if (chr === '}') {
19368
19389
  i++;
19369
19390
  break;
19370
19391
  }
@@ -19379,7 +19400,7 @@ Context.prototype = {
19379
19400
  var nodes = [];
19380
19401
  while (i < source.length) {
19381
19402
  i = this.skip(IS_WHITESPACE, i);
19382
- if (at(source, i) == ']' && !expectElement) {
19403
+ if (at(source, i) === ']' && !expectElement) {
19383
19404
  i++;
19384
19405
  break;
19385
19406
  }
@@ -19387,10 +19408,10 @@ Context.prototype = {
19387
19408
  push(nodes, result);
19388
19409
  push(array, result.value);
19389
19410
  i = this.until([',', ']'], result.end);
19390
- if (at(source, i) == ',') {
19411
+ if (at(source, i) === ',') {
19391
19412
  expectElement = true;
19392
19413
  i++;
19393
- } else if (at(source, i) == ']') {
19414
+ } else if (at(source, i) === ']') {
19394
19415
  i++;
19395
19416
  break;
19396
19417
  }
@@ -19406,17 +19427,17 @@ Context.prototype = {
19406
19427
  var source = this.source;
19407
19428
  var startIndex = this.index;
19408
19429
  var i = startIndex;
19409
- if (at(source, i) == '-') i++;
19410
- if (at(source, i) == '0') i++;
19430
+ if (at(source, i) === '-') i++;
19431
+ if (at(source, i) === '0') i++;
19411
19432
  else if (exec(IS_NON_ZERO_DIGIT, at(source, i))) i = this.skip(IS_DIGIT, ++i);
19412
19433
  else throw SyntaxError('Failed to parse number at: ' + i);
19413
- if (at(source, i) == '.') i = this.skip(IS_DIGIT, ++i);
19414
- if (at(source, i) == 'e' || at(source, i) == 'E') {
19434
+ if (at(source, i) === '.') i = this.skip(IS_DIGIT, ++i);
19435
+ if (at(source, i) === 'e' || at(source, i) === 'E') {
19415
19436
  i++;
19416
- if (at(source, i) == '+' || at(source, i) == '-') i++;
19437
+ if (at(source, i) === '+' || at(source, i) === '-') i++;
19417
19438
  var exponentStartIndex = i;
19418
19439
  i = this.skip(IS_DIGIT, i);
19419
- if (exponentStartIndex == i) throw SyntaxError("Failed to parse number's exponent value at: " + i);
19440
+ if (exponentStartIndex === i) throw SyntaxError("Failed to parse number's exponent value at: " + i);
19420
19441
  }
19421
19442
  return this.node(PRIMITIVE, Number(slice(source, startIndex, i)), startIndex, i);
19422
19443
  },
@@ -19424,7 +19445,7 @@ Context.prototype = {
19424
19445
  var keyword = '' + value;
19425
19446
  var index = this.index;
19426
19447
  var endIndex = index + keyword.length;
19427
- if (slice(this.source, index, endIndex) != keyword) throw SyntaxError('Failed to parse value at: ' + index);
19448
+ if (slice(this.source, index, endIndex) !== keyword) throw SyntaxError('Failed to parse value at: ' + index);
19428
19449
  return this.node(PRIMITIVE, value, index, endIndex);
19429
19450
  },
19430
19451
  skip: function (regex, i) {
@@ -19435,7 +19456,7 @@ Context.prototype = {
19435
19456
  until: function (array, i) {
19436
19457
  i = this.skip(IS_WHITESPACE, i);
19437
19458
  var chr = at(this.source, i);
19438
- for (var j = 0; j < array.length; j++) if (array[j] == chr) return i;
19459
+ for (var j = 0; j < array.length; j++) if (array[j] === chr) return i;
19439
19460
  throw SyntaxError('Unexpected character: "' + chr + '" at: ' + i);
19440
19461
  }
19441
19462
  };
@@ -19500,19 +19521,19 @@ module.exports = function (source, i) {
19500
19521
  var value = '';
19501
19522
  while (i < source.length) {
19502
19523
  var chr = at(source, i);
19503
- if (chr == '\\') {
19524
+ if (chr === '\\') {
19504
19525
  var twoChars = slice(source, i, i + 2);
19505
19526
  if (hasOwn(codePoints, twoChars)) {
19506
19527
  value += codePoints[twoChars];
19507
19528
  i += 2;
19508
- } else if (twoChars == '\\u') {
19529
+ } else if (twoChars === '\\u') {
19509
19530
  i += 2;
19510
19531
  var fourHexDigits = slice(source, i, i + 4);
19511
19532
  if (!exec(IS_4_HEX_DIGITS, fourHexDigits)) throw $SyntaxError('Bad Unicode escape at: ' + i);
19512
19533
  value += fromCharCode($parseInt(fourHexDigits, 16));
19513
19534
  i += 4;
19514
19535
  } else throw $SyntaxError('Unknown escape sequence: "' + twoChars + '"');
19515
- } else if (chr == '"') {
19536
+ } else if (chr === '"') {
19516
19537
  unterminated = false;
19517
19538
  i++;
19518
19539
  break;
@@ -19534,7 +19555,7 @@ module.exports = function (source, i) {
19534
19555
  "use strict";
19535
19556
 
19536
19557
  var $ = __webpack_require__(3);
19537
- var FREEZING = __webpack_require__(246);
19558
+ var FREEZING = __webpack_require__(247);
19538
19559
  var NATIVE_RAW_JSON = __webpack_require__(584);
19539
19560
  var getBuiltIn = __webpack_require__(24);
19540
19561
  var call = __webpack_require__(8);
@@ -19570,7 +19591,7 @@ var IS_WHITESPACE = /^[\t\n\r ]$/;
19570
19591
  $({ target: 'JSON', stat: true, forced: !NATIVE_RAW_JSON }, {
19571
19592
  rawJSON: function rawJSON(text) {
19572
19593
  var jsonString = toString(text);
19573
- if (jsonString == '' || exec(IS_WHITESPACE, at(jsonString, 0)) || exec(IS_WHITESPACE, at(jsonString, jsonString.length - 1))) {
19594
+ if (jsonString === '' || exec(IS_WHITESPACE, at(jsonString, 0)) || exec(IS_WHITESPACE, at(jsonString, jsonString.length - 1))) {
19574
19595
  throw $SyntaxError(ERROR_MESSAGE);
19575
19596
  }
19576
19597
  var parsed = parse(jsonString);
@@ -19603,10 +19624,10 @@ if ($stringify) $({ target: 'JSON', stat: true, arity: 3, forced: !NATIVE_RAW_JS
19603
19624
 
19604
19625
  for (var i = 0; i < length; i++) {
19605
19626
  var chr = at(json, i);
19606
- if (chr == '"') {
19627
+ if (chr === '"') {
19607
19628
  var end = parseJSONString(json, ++i).end - 1;
19608
19629
  var string = slice(json, i, end);
19609
- result += slice(string, 0, MARK_LENGTH) == MARK
19630
+ result += slice(string, 0, MARK_LENGTH) === MARK
19610
19631
  ? rawStrings[slice(string, MARK_LENGTH)]
19611
19632
  : '"' + string + '"';
19612
19633
  i = end;
@@ -19822,7 +19843,7 @@ $({ target: 'Map', stat: true, forced: true }, {
19822
19843
  var bind = __webpack_require__(86);
19823
19844
  var call = __webpack_require__(8);
19824
19845
  var aCallable = __webpack_require__(31);
19825
- var aConstructor = __webpack_require__(218);
19846
+ var aConstructor = __webpack_require__(219);
19826
19847
  var isNullOrUndefined = __webpack_require__(17);
19827
19848
  var iterate = __webpack_require__(132);
19828
19849
 
@@ -19920,7 +19941,7 @@ $({ target: 'Map', proto: true, real: true, forced: true }, {
19920
19941
  // https://tc39.es/ecma262/#sec-samevaluezero
19921
19942
  module.exports = function (x, y) {
19922
19943
  // eslint-disable-next-line no-self-compare -- NaN check
19923
- return x === y || x != x && y != y;
19944
+ return x === y || x !== x && y !== y;
19924
19945
  };
19925
19946
 
19926
19947
 
@@ -20348,7 +20369,7 @@ module.exports = Math.scale || function scale(x, inLow, inHigh, outLow, outHigh)
20348
20369
  var nOutLow = +outLow;
20349
20370
  var nOutHigh = +outHigh;
20350
20371
  // eslint-disable-next-line no-self-compare -- NaN check
20351
- if (nx != nx || nInLow != nInLow || nInHigh != nInHigh || nOutLow != nOutLow || nOutHigh != nOutHigh) return NaN;
20372
+ if (nx !== nx || nInLow !== nInLow || nInHigh !== nInHigh || nOutLow !== nOutLow || nOutHigh !== nOutHigh) return NaN;
20352
20373
  if (nx === Infinity || nx === -Infinity) return nx;
20353
20374
  return (nx - nInLow) * (nOutHigh - nOutLow) / (nInHigh - nInLow) + nOutLow;
20354
20375
  };
@@ -20552,7 +20573,7 @@ $({ target: 'Math', stat: true, forced: true }, {
20552
20573
  signbit: function signbit(x) {
20553
20574
  var n = +x;
20554
20575
  // eslint-disable-next-line no-self-compare -- NaN check
20555
- return n == n && n == 0 ? 1 / n == -Infinity : n < 0;
20576
+ return n === n && n === 0 ? 1 / n === -Infinity : n < 0;
20556
20577
  }
20557
20578
  });
20558
20579
 
@@ -20613,7 +20634,7 @@ $({ target: 'Number', stat: true, forced: true }, {
20613
20634
  var R, mathNum;
20614
20635
  if (typeof string != 'string') throw $TypeError(INVALID_NUMBER_REPRESENTATION);
20615
20636
  if (!string.length) throw $SyntaxError(INVALID_NUMBER_REPRESENTATION);
20616
- if (charAt(string, 0) == '-') {
20637
+ if (charAt(string, 0) === '-') {
20617
20638
  sign = -1;
20618
20639
  string = stringSlice(string, 1);
20619
20640
  if (!string.length) throw $SyntaxError(INVALID_NUMBER_REPRESENTATION);
@@ -21166,7 +21187,7 @@ $({ target: 'Reflect', stat: true }, {
21166
21187
  "use strict";
21167
21188
 
21168
21189
  // TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`
21169
- __webpack_require__(240);
21190
+ __webpack_require__(241);
21170
21191
  __webpack_require__(484);
21171
21192
  var getBuiltIn = __webpack_require__(24);
21172
21193
  var uncurryThis = __webpack_require__(14);
@@ -21684,7 +21705,7 @@ module.exports = function (obj) {
21684
21705
  var numSize = +obj.size;
21685
21706
  // NOTE: If size is undefined, then numSize will be NaN
21686
21707
  // eslint-disable-next-line no-self-compare -- NaN check
21687
- if (numSize != numSize) throw $TypeError(INVALID_SIZE);
21708
+ if (numSize !== numSize) throw $TypeError(INVALID_SIZE);
21688
21709
  var intSize = toIntegerOrInfinity(numSize);
21689
21710
  if (intSize < 0) throw $RangeError(INVALID_SIZE);
21690
21711
  return new SetRecord(
@@ -21918,7 +21939,7 @@ var setMethodAcceptSetLike = __webpack_require__(663);
21918
21939
 
21919
21940
  var INCORRECT = !setMethodAcceptSetLike('intersection') || fails(function () {
21920
21941
  // eslint-disable-next-line es/no-array-from, es/no-set -- testing
21921
- return Array.from(new Set([1, 2, 3]).intersection(new Set([3, 2]))) != '3,2';
21942
+ return Array.from(new Set([1, 2, 3]).intersection(new Set([3, 2]))) !== '3,2';
21922
21943
  });
21923
21944
 
21924
21945
  // `Set.prototype.intersection` method
@@ -22574,7 +22595,7 @@ $({ target: 'String', proto: true, forced: true }, {
22574
22595
 
22575
22596
  "use strict";
22576
22597
 
22577
- var FREEZING = __webpack_require__(246);
22598
+ var FREEZING = __webpack_require__(247);
22578
22599
  var $ = __webpack_require__(3);
22579
22600
  var shared = __webpack_require__(35);
22580
22601
  var getBuiltIn = __webpack_require__(24);
@@ -22640,7 +22661,7 @@ var dedentStringsArray = function (template) {
22640
22661
  var blocks = $Array(length);
22641
22662
  var dedented = $Array(length);
22642
22663
  var i = 0;
22643
- var lines, common;
22664
+ var lines, common, quasi, k;
22644
22665
 
22645
22666
  if (!length) throw $TypeError(INVALID_TAG);
22646
22667
 
@@ -22682,7 +22703,9 @@ var dedentStringsArray = function (template) {
22682
22703
 
22683
22704
  for (i = 0; i < length; i++) {
22684
22705
  lines = blocks[i];
22685
- for (var quasi = lines[0], k = 1; k < lines.length; k += 2) {
22706
+ quasi = lines[0];
22707
+ k = 1;
22708
+ for (; k < lines.length; k += 2) {
22686
22709
  quasi += lines[k] + stringSlice(lines[k + 1], count);
22687
22710
  }
22688
22711
  dedented[i] = quasi;
@@ -22701,7 +22724,10 @@ var commonLeadingIndentation = function (a, b) {
22701
22724
  };
22702
22725
 
22703
22726
  var cookStrings = function (raw) {
22704
- for (var i = 0, length = raw.length, result = $Array(length); i < length; i++) {
22727
+ var i = 0;
22728
+ var length = raw.length;
22729
+ var result = $Array(length);
22730
+ for (; i < length; i++) {
22705
22731
  result[i] = parse(raw[i]);
22706
22732
  } return result;
22707
22733
  };
@@ -23016,6 +23042,7 @@ module.exports = function isWellKnownSymbol(value) {
23016
23042
  try {
23017
23043
  var symbol = thisSymbolValue(value);
23018
23044
  for (var j = 0, keys = getOwnPropertyNames(WellKnownSymbolsStore), keysLength = keys.length; j < keysLength; j++) {
23045
+ // eslint-disable-next-line eqeqeq -- polyfilled symbols case
23019
23046
  if (WellKnownSymbolsStore[keys[j]] == symbol) return true;
23020
23047
  }
23021
23048
  } catch (error) { /* empty */ }
@@ -23127,9 +23154,9 @@ defineWellKnownSymbol('replaceAll');
23127
23154
 
23128
23155
  // TODO: Remove from `core-js@4`
23129
23156
  var getBuiltIn = __webpack_require__(24);
23130
- var aConstructor = __webpack_require__(218);
23157
+ var aConstructor = __webpack_require__(219);
23131
23158
  var arrayFromAsync = __webpack_require__(491);
23132
- var ArrayBufferViewCore = __webpack_require__(215);
23159
+ var ArrayBufferViewCore = __webpack_require__(216);
23133
23160
  var arrayFromConstructorAndList = __webpack_require__(199);
23134
23161
 
23135
23162
  var aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;
@@ -23158,7 +23185,7 @@ exportTypedArrayStaticMethod('fromAsync', function fromAsync(asyncItems /* , map
23158
23185
  "use strict";
23159
23186
 
23160
23187
  // TODO: Remove from `core-js@4`
23161
- var ArrayBufferViewCore = __webpack_require__(215);
23188
+ var ArrayBufferViewCore = __webpack_require__(216);
23162
23189
  var $filterReject = __webpack_require__(85).filterReject;
23163
23190
  var fromSpeciesAndList = __webpack_require__(455);
23164
23191
 
@@ -23179,7 +23206,7 @@ exportTypedArrayMethod('filterOut', function filterOut(callbackfn /* , thisArg *
23179
23206
 
23180
23207
  "use strict";
23181
23208
 
23182
- var ArrayBufferViewCore = __webpack_require__(215);
23209
+ var ArrayBufferViewCore = __webpack_require__(216);
23183
23210
  var $filterReject = __webpack_require__(85).filterReject;
23184
23211
  var fromSpeciesAndList = __webpack_require__(455);
23185
23212
 
@@ -23201,7 +23228,7 @@ exportTypedArrayMethod('filterReject', function filterReject(callbackfn /* , thi
23201
23228
  "use strict";
23202
23229
 
23203
23230
  // TODO: Remove from `core-js@4`
23204
- var ArrayBufferViewCore = __webpack_require__(215);
23231
+ var ArrayBufferViewCore = __webpack_require__(216);
23205
23232
  var $group = __webpack_require__(501);
23206
23233
  var typedArraySpeciesConstructor = __webpack_require__(456);
23207
23234
 
@@ -23223,7 +23250,7 @@ exportTypedArrayMethod('groupBy', function groupBy(callbackfn /* , thisArg */) {
23223
23250
  "use strict";
23224
23251
 
23225
23252
  // TODO: Remove from `core-js@4`
23226
- var ArrayBufferViewCore = __webpack_require__(215);
23253
+ var ArrayBufferViewCore = __webpack_require__(216);
23227
23254
  var lengthOfArrayLike = __webpack_require__(64);
23228
23255
  var isBigIntArray = __webpack_require__(440);
23229
23256
  var toAbsoluteIndex = __webpack_require__(61);
@@ -23298,7 +23325,7 @@ exportTypedArrayMethod('toSpliced', function toSpliced(start, deleteCount /* , .
23298
23325
  "use strict";
23299
23326
 
23300
23327
  var uncurryThis = __webpack_require__(14);
23301
- var ArrayBufferViewCore = __webpack_require__(215);
23328
+ var ArrayBufferViewCore = __webpack_require__(216);
23302
23329
  var arrayFromConstructorAndList = __webpack_require__(199);
23303
23330
  var $arrayUniqueBy = __webpack_require__(511);
23304
23331
 
@@ -23626,10 +23653,10 @@ $({ global: true, bind: true, enumerable: true, forced: NO_SPACES_IGNORE || NO_E
23626
23653
  var position = 0;
23627
23654
  var bc = 0;
23628
23655
  var chr, bs;
23629
- if (string.length % 4 == 0) {
23656
+ if (string.length % 4 === 0) {
23630
23657
  string = replace(string, finalEq, '');
23631
23658
  }
23632
- if (string.length % 4 == 1 || exec(disallowed, string)) {
23659
+ if (string.length % 4 === 1 || exec(disallowed, string)) {
23633
23660
  throw new (getBuiltIn('DOMException'))('The string is not correctly encoded', 'InvalidCharacterError');
23634
23661
  }
23635
23662
  while (chr = charAt(string, position++)) {
@@ -23884,7 +23911,7 @@ var NativeDOMException = getBuiltIn(DOM_EXCEPTION) || (function () {
23884
23911
  // eslint-disable-next-line es/no-weak-map, unicorn/require-post-message-target-origin -- safe
23885
23912
  new MessageChannel().port1.postMessage(new WeakMap());
23886
23913
  } catch (error) {
23887
- if (error.name == DATA_CLONE_ERR && error.code == 25) return error.constructor;
23914
+ if (error.name === DATA_CLONE_ERR && error.code === 25) return error.constructor;
23888
23915
  }
23889
23916
  })();
23890
23917
  var NativeDOMExceptionPrototype = NativeDOMException && NativeDOMException.prototype;
@@ -24207,7 +24234,7 @@ var Function = global.Function;
24207
24234
  // dirty IE9- and Bun 0.3.0- checks
24208
24235
  var WRAP = /MSIE .\./.test(USER_AGENT) || ENGINE_IS_BUN && (function () {
24209
24236
  var version = global.Bun.version.split('.');
24210
- return version.length < 3 || version[0] == 0 && (version[1] < 3 || version[1] == 3 && version[2] == 0);
24237
+ return version.length < 3 || version[0] === '0' && (version[1] < 3 || version[1] === '3' && version[2] === '0');
24211
24238
  })();
24212
24239
 
24213
24240
  // IE9- / Bun 0.3.0- setTimeout / setInterval / setImmediate additional parameters fix
@@ -24381,7 +24408,7 @@ var checkBasicSemantic = function (structuredCloneImplementation) {
24381
24408
  var set1 = new global.Set([7]);
24382
24409
  var set2 = structuredCloneImplementation(set1);
24383
24410
  var number = structuredCloneImplementation(Object(7));
24384
- return set2 == set1 || !set2.has(7) || typeof number != 'object' || number != 7;
24411
+ return set2 === set1 || !set2.has(7) || typeof number != 'object' || number !== 7;
24385
24412
  }) && structuredCloneImplementation;
24386
24413
  };
24387
24414
 
@@ -24397,7 +24424,7 @@ var checkErrorsCloning = function (structuredCloneImplementation, $Error) {
24397
24424
  var checkNewErrorsCloningSemantic = function (structuredCloneImplementation) {
24398
24425
  return !fails(function () {
24399
24426
  var test = structuredCloneImplementation(new global.AggregateError([1], PERFORMANCE_MARK, { cause: 3 }));
24400
- return test.name != 'AggregateError' || test.errors[0] != 1 || test.message != PERFORMANCE_MARK || test.cause != 3;
24427
+ return test.name !== 'AggregateError' || test.errors[0] !== 1 || test.message !== PERFORMANCE_MARK || test.cause !== 3;
24401
24428
  });
24402
24429
  };
24403
24430
 
@@ -24759,7 +24786,7 @@ var structuredCloneInternal = function (value, map, transferredBuffers) {
24759
24786
  if (hasOwn(value, 'cause')) {
24760
24787
  createNonEnumerableProperty(cloned, 'cause', structuredCloneInternal(value.cause, map, transferredBuffers));
24761
24788
  }
24762
- if (name == 'AggregateError') {
24789
+ if (name === 'AggregateError') {
24763
24790
  cloned.errors = structuredCloneInternal(value.errors, map, transferredBuffers);
24764
24791
  } // break omitted
24765
24792
  case 'DOMException':
@@ -24827,7 +24854,7 @@ var replacePlaceholders = function (value, map) {
24827
24854
  if (hasOwn(value, 'cause')) {
24828
24855
  value.cause = replacePlaceholders(value.cause, map);
24829
24856
  }
24830
- if (value.name == 'AggregateError') {
24857
+ if (value.name === 'AggregateError') {
24831
24858
  value.errors = replacePlaceholders(value.errors, map);
24832
24859
  } // break omitted
24833
24860
  case 'DOMException':
@@ -25093,7 +25120,7 @@ var EOF;
25093
25120
  var parseIPv4 = function (input) {
25094
25121
  var parts = split(input, '.');
25095
25122
  var partsLength, numbers, index, part, radix, number, ipv4;
25096
- if (parts.length && parts[parts.length - 1] == '') {
25123
+ if (parts.length && parts[parts.length - 1] === '') {
25097
25124
  parts.length--;
25098
25125
  }
25099
25126
  partsLength = parts.length;
@@ -25101,23 +25128,23 @@ var parseIPv4 = function (input) {
25101
25128
  numbers = [];
25102
25129
  for (index = 0; index < partsLength; index++) {
25103
25130
  part = parts[index];
25104
- if (part == '') return input;
25131
+ if (part === '') return input;
25105
25132
  radix = 10;
25106
- if (part.length > 1 && charAt(part, 0) == '0') {
25133
+ if (part.length > 1 && charAt(part, 0) === '0') {
25107
25134
  radix = exec(HEX_START, part) ? 16 : 8;
25108
- part = stringSlice(part, radix == 8 ? 1 : 2);
25135
+ part = stringSlice(part, radix === 8 ? 1 : 2);
25109
25136
  }
25110
25137
  if (part === '') {
25111
25138
  number = 0;
25112
25139
  } else {
25113
- if (!exec(radix == 10 ? DEC : radix == 8 ? OCT : HEX, part)) return input;
25140
+ if (!exec(radix === 10 ? DEC : radix === 8 ? OCT : HEX, part)) return input;
25114
25141
  number = parseInt(part, radix);
25115
25142
  }
25116
25143
  push(numbers, number);
25117
25144
  }
25118
25145
  for (index = 0; index < partsLength; index++) {
25119
25146
  number = numbers[index];
25120
- if (index == partsLength - 1) {
25147
+ if (index === partsLength - 1) {
25121
25148
  if (number >= pow(256, 5 - partsLength)) return null;
25122
25149
  } else if (number > 255) return null;
25123
25150
  }
@@ -25141,15 +25168,15 @@ var parseIPv6 = function (input) {
25141
25168
  return charAt(input, pointer);
25142
25169
  };
25143
25170
 
25144
- if (chr() == ':') {
25145
- if (charAt(input, 1) != ':') return;
25171
+ if (chr() === ':') {
25172
+ if (charAt(input, 1) !== ':') return;
25146
25173
  pointer += 2;
25147
25174
  pieceIndex++;
25148
25175
  compress = pieceIndex;
25149
25176
  }
25150
25177
  while (chr()) {
25151
- if (pieceIndex == 8) return;
25152
- if (chr() == ':') {
25178
+ if (pieceIndex === 8) return;
25179
+ if (chr() === ':') {
25153
25180
  if (compress !== null) return;
25154
25181
  pointer++;
25155
25182
  pieceIndex++;
@@ -25162,33 +25189,33 @@ var parseIPv6 = function (input) {
25162
25189
  pointer++;
25163
25190
  length++;
25164
25191
  }
25165
- if (chr() == '.') {
25166
- if (length == 0) return;
25192
+ if (chr() === '.') {
25193
+ if (length === 0) return;
25167
25194
  pointer -= length;
25168
25195
  if (pieceIndex > 6) return;
25169
25196
  numbersSeen = 0;
25170
25197
  while (chr()) {
25171
25198
  ipv4Piece = null;
25172
25199
  if (numbersSeen > 0) {
25173
- if (chr() == '.' && numbersSeen < 4) pointer++;
25200
+ if (chr() === '.' && numbersSeen < 4) pointer++;
25174
25201
  else return;
25175
25202
  }
25176
25203
  if (!exec(DIGIT, chr())) return;
25177
25204
  while (exec(DIGIT, chr())) {
25178
25205
  number = parseInt(chr(), 10);
25179
25206
  if (ipv4Piece === null) ipv4Piece = number;
25180
- else if (ipv4Piece == 0) return;
25207
+ else if (ipv4Piece === 0) return;
25181
25208
  else ipv4Piece = ipv4Piece * 10 + number;
25182
25209
  if (ipv4Piece > 255) return;
25183
25210
  pointer++;
25184
25211
  }
25185
25212
  address[pieceIndex] = address[pieceIndex] * 256 + ipv4Piece;
25186
25213
  numbersSeen++;
25187
- if (numbersSeen == 2 || numbersSeen == 4) pieceIndex++;
25214
+ if (numbersSeen === 2 || numbersSeen === 4) pieceIndex++;
25188
25215
  }
25189
- if (numbersSeen != 4) return;
25216
+ if (numbersSeen !== 4) return;
25190
25217
  break;
25191
- } else if (chr() == ':') {
25218
+ } else if (chr() === ':') {
25192
25219
  pointer++;
25193
25220
  if (!chr()) return;
25194
25221
  } else if (chr()) return;
@@ -25197,12 +25224,12 @@ var parseIPv6 = function (input) {
25197
25224
  if (compress !== null) {
25198
25225
  swaps = pieceIndex - compress;
25199
25226
  pieceIndex = 7;
25200
- while (pieceIndex != 0 && swaps > 0) {
25227
+ while (pieceIndex !== 0 && swaps > 0) {
25201
25228
  swap = address[pieceIndex];
25202
25229
  address[pieceIndex--] = address[compress + swaps - 1];
25203
25230
  address[compress + --swaps] = swap;
25204
25231
  }
25205
- } else if (pieceIndex != 8) return;
25232
+ } else if (pieceIndex !== 8) return;
25206
25233
  return address;
25207
25234
  };
25208
25235
 
@@ -25290,15 +25317,15 @@ var specialSchemes = {
25290
25317
  // https://url.spec.whatwg.org/#windows-drive-letter
25291
25318
  var isWindowsDriveLetter = function (string, normalized) {
25292
25319
  var second;
25293
- return string.length == 2 && exec(ALPHA, charAt(string, 0))
25294
- && ((second = charAt(string, 1)) == ':' || (!normalized && second == '|'));
25320
+ return string.length === 2 && exec(ALPHA, charAt(string, 0))
25321
+ && ((second = charAt(string, 1)) === ':' || (!normalized && second === '|'));
25295
25322
  };
25296
25323
 
25297
25324
  // https://url.spec.whatwg.org/#start-with-a-windows-drive-letter
25298
25325
  var startsWithWindowsDriveLetter = function (string) {
25299
25326
  var third;
25300
25327
  return string.length > 1 && isWindowsDriveLetter(stringSlice(string, 0, 2)) && (
25301
- string.length == 2 ||
25328
+ string.length === 2 ||
25302
25329
  ((third = charAt(string, 2)) === '/' || third === '\\' || third === '?' || third === '#')
25303
25330
  );
25304
25331
  };
@@ -25402,27 +25429,27 @@ URLState.prototype = {
25402
25429
  break;
25403
25430
 
25404
25431
  case SCHEME:
25405
- if (chr && (exec(ALPHANUMERIC, chr) || chr == '+' || chr == '-' || chr == '.')) {
25432
+ if (chr && (exec(ALPHANUMERIC, chr) || chr === '+' || chr === '-' || chr === '.')) {
25406
25433
  buffer += toLowerCase(chr);
25407
- } else if (chr == ':') {
25434
+ } else if (chr === ':') {
25408
25435
  if (stateOverride && (
25409
- (url.isSpecial() != hasOwn(specialSchemes, buffer)) ||
25410
- (buffer == 'file' && (url.includesCredentials() || url.port !== null)) ||
25411
- (url.scheme == 'file' && !url.host)
25436
+ (url.isSpecial() !== hasOwn(specialSchemes, buffer)) ||
25437
+ (buffer === 'file' && (url.includesCredentials() || url.port !== null)) ||
25438
+ (url.scheme === 'file' && !url.host)
25412
25439
  )) return;
25413
25440
  url.scheme = buffer;
25414
25441
  if (stateOverride) {
25415
- if (url.isSpecial() && specialSchemes[url.scheme] == url.port) url.port = null;
25442
+ if (url.isSpecial() && specialSchemes[url.scheme] === url.port) url.port = null;
25416
25443
  return;
25417
25444
  }
25418
25445
  buffer = '';
25419
- if (url.scheme == 'file') {
25446
+ if (url.scheme === 'file') {
25420
25447
  state = FILE;
25421
- } else if (url.isSpecial() && base && base.scheme == url.scheme) {
25448
+ } else if (url.isSpecial() && base && base.scheme === url.scheme) {
25422
25449
  state = SPECIAL_RELATIVE_OR_AUTHORITY;
25423
25450
  } else if (url.isSpecial()) {
25424
25451
  state = SPECIAL_AUTHORITY_SLASHES;
25425
- } else if (codePoints[pointer + 1] == '/') {
25452
+ } else if (codePoints[pointer + 1] === '/') {
25426
25453
  state = PATH_OR_AUTHORITY;
25427
25454
  pointer++;
25428
25455
  } else {
@@ -25439,8 +25466,8 @@ URLState.prototype = {
25439
25466
  break;
25440
25467
 
25441
25468
  case NO_SCHEME:
25442
- if (!base || (base.cannotBeABaseURL && chr != '#')) return INVALID_SCHEME;
25443
- if (base.cannotBeABaseURL && chr == '#') {
25469
+ if (!base || (base.cannotBeABaseURL && chr !== '#')) return INVALID_SCHEME;
25470
+ if (base.cannotBeABaseURL && chr === '#') {
25444
25471
  url.scheme = base.scheme;
25445
25472
  url.path = arraySlice(base.path);
25446
25473
  url.query = base.query;
@@ -25449,11 +25476,11 @@ URLState.prototype = {
25449
25476
  state = FRAGMENT;
25450
25477
  break;
25451
25478
  }
25452
- state = base.scheme == 'file' ? FILE : RELATIVE;
25479
+ state = base.scheme === 'file' ? FILE : RELATIVE;
25453
25480
  continue;
25454
25481
 
25455
25482
  case SPECIAL_RELATIVE_OR_AUTHORITY:
25456
- if (chr == '/' && codePoints[pointer + 1] == '/') {
25483
+ if (chr === '/' && codePoints[pointer + 1] === '/') {
25457
25484
  state = SPECIAL_AUTHORITY_IGNORE_SLASHES;
25458
25485
  pointer++;
25459
25486
  } else {
@@ -25462,7 +25489,7 @@ URLState.prototype = {
25462
25489
  } break;
25463
25490
 
25464
25491
  case PATH_OR_AUTHORITY:
25465
- if (chr == '/') {
25492
+ if (chr === '/') {
25466
25493
  state = AUTHORITY;
25467
25494
  break;
25468
25495
  } else {
@@ -25472,16 +25499,16 @@ URLState.prototype = {
25472
25499
 
25473
25500
  case RELATIVE:
25474
25501
  url.scheme = base.scheme;
25475
- if (chr == EOF) {
25502
+ if (chr === EOF) {
25476
25503
  url.username = base.username;
25477
25504
  url.password = base.password;
25478
25505
  url.host = base.host;
25479
25506
  url.port = base.port;
25480
25507
  url.path = arraySlice(base.path);
25481
25508
  url.query = base.query;
25482
- } else if (chr == '/' || (chr == '\\' && url.isSpecial())) {
25509
+ } else if (chr === '/' || (chr === '\\' && url.isSpecial())) {
25483
25510
  state = RELATIVE_SLASH;
25484
- } else if (chr == '?') {
25511
+ } else if (chr === '?') {
25485
25512
  url.username = base.username;
25486
25513
  url.password = base.password;
25487
25514
  url.host = base.host;
@@ -25489,7 +25516,7 @@ URLState.prototype = {
25489
25516
  url.path = arraySlice(base.path);
25490
25517
  url.query = '';
25491
25518
  state = QUERY;
25492
- } else if (chr == '#') {
25519
+ } else if (chr === '#') {
25493
25520
  url.username = base.username;
25494
25521
  url.password = base.password;
25495
25522
  url.host = base.host;
@@ -25510,9 +25537,9 @@ URLState.prototype = {
25510
25537
  } break;
25511
25538
 
25512
25539
  case RELATIVE_SLASH:
25513
- if (url.isSpecial() && (chr == '/' || chr == '\\')) {
25540
+ if (url.isSpecial() && (chr === '/' || chr === '\\')) {
25514
25541
  state = SPECIAL_AUTHORITY_IGNORE_SLASHES;
25515
- } else if (chr == '/') {
25542
+ } else if (chr === '/') {
25516
25543
  state = AUTHORITY;
25517
25544
  } else {
25518
25545
  url.username = base.username;
@@ -25525,24 +25552,24 @@ URLState.prototype = {
25525
25552
 
25526
25553
  case SPECIAL_AUTHORITY_SLASHES:
25527
25554
  state = SPECIAL_AUTHORITY_IGNORE_SLASHES;
25528
- if (chr != '/' || charAt(buffer, pointer + 1) != '/') continue;
25555
+ if (chr !== '/' || charAt(buffer, pointer + 1) !== '/') continue;
25529
25556
  pointer++;
25530
25557
  break;
25531
25558
 
25532
25559
  case SPECIAL_AUTHORITY_IGNORE_SLASHES:
25533
- if (chr != '/' && chr != '\\') {
25560
+ if (chr !== '/' && chr !== '\\') {
25534
25561
  state = AUTHORITY;
25535
25562
  continue;
25536
25563
  } break;
25537
25564
 
25538
25565
  case AUTHORITY:
25539
- if (chr == '@') {
25566
+ if (chr === '@') {
25540
25567
  if (seenAt) buffer = '%40' + buffer;
25541
25568
  seenAt = true;
25542
25569
  bufferCodePoints = arrayFrom(buffer);
25543
25570
  for (var i = 0; i < bufferCodePoints.length; i++) {
25544
25571
  var codePoint = bufferCodePoints[i];
25545
- if (codePoint == ':' && !seenPasswordToken) {
25572
+ if (codePoint === ':' && !seenPasswordToken) {
25546
25573
  seenPasswordToken = true;
25547
25574
  continue;
25548
25575
  }
@@ -25552,10 +25579,10 @@ URLState.prototype = {
25552
25579
  }
25553
25580
  buffer = '';
25554
25581
  } else if (
25555
- chr == EOF || chr == '/' || chr == '?' || chr == '#' ||
25556
- (chr == '\\' && url.isSpecial())
25582
+ chr === EOF || chr === '/' || chr === '?' || chr === '#' ||
25583
+ (chr === '\\' && url.isSpecial())
25557
25584
  ) {
25558
- if (seenAt && buffer == '') return INVALID_AUTHORITY;
25585
+ if (seenAt && buffer === '') return INVALID_AUTHORITY;
25559
25586
  pointer -= arrayFrom(buffer).length + 1;
25560
25587
  buffer = '';
25561
25588
  state = HOST;
@@ -25564,22 +25591,22 @@ URLState.prototype = {
25564
25591
 
25565
25592
  case HOST:
25566
25593
  case HOSTNAME:
25567
- if (stateOverride && url.scheme == 'file') {
25594
+ if (stateOverride && url.scheme === 'file') {
25568
25595
  state = FILE_HOST;
25569
25596
  continue;
25570
- } else if (chr == ':' && !seenBracket) {
25571
- if (buffer == '') return INVALID_HOST;
25597
+ } else if (chr === ':' && !seenBracket) {
25598
+ if (buffer === '') return INVALID_HOST;
25572
25599
  failure = url.parseHost(buffer);
25573
25600
  if (failure) return failure;
25574
25601
  buffer = '';
25575
25602
  state = PORT;
25576
- if (stateOverride == HOSTNAME) return;
25603
+ if (stateOverride === HOSTNAME) return;
25577
25604
  } else if (
25578
- chr == EOF || chr == '/' || chr == '?' || chr == '#' ||
25579
- (chr == '\\' && url.isSpecial())
25605
+ chr === EOF || chr === '/' || chr === '?' || chr === '#' ||
25606
+ (chr === '\\' && url.isSpecial())
25580
25607
  ) {
25581
- if (url.isSpecial() && buffer == '') return INVALID_HOST;
25582
- if (stateOverride && buffer == '' && (url.includesCredentials() || url.port !== null)) return;
25608
+ if (url.isSpecial() && buffer === '') return INVALID_HOST;
25609
+ if (stateOverride && buffer === '' && (url.includesCredentials() || url.port !== null)) return;
25583
25610
  failure = url.parseHost(buffer);
25584
25611
  if (failure) return failure;
25585
25612
  buffer = '';
@@ -25587,8 +25614,8 @@ URLState.prototype = {
25587
25614
  if (stateOverride) return;
25588
25615
  continue;
25589
25616
  } else {
25590
- if (chr == '[') seenBracket = true;
25591
- else if (chr == ']') seenBracket = false;
25617
+ if (chr === '[') seenBracket = true;
25618
+ else if (chr === ']') seenBracket = false;
25592
25619
  buffer += chr;
25593
25620
  } break;
25594
25621
 
@@ -25596,11 +25623,11 @@ URLState.prototype = {
25596
25623
  if (exec(DIGIT, chr)) {
25597
25624
  buffer += chr;
25598
25625
  } else if (
25599
- chr == EOF || chr == '/' || chr == '?' || chr == '#' ||
25600
- (chr == '\\' && url.isSpecial()) ||
25626
+ chr === EOF || chr === '/' || chr === '?' || chr === '#' ||
25627
+ (chr === '\\' && url.isSpecial()) ||
25601
25628
  stateOverride
25602
25629
  ) {
25603
- if (buffer != '') {
25630
+ if (buffer !== '') {
25604
25631
  var port = parseInt(buffer, 10);
25605
25632
  if (port > 0xFFFF) return INVALID_PORT;
25606
25633
  url.port = (url.isSpecial() && port === specialSchemes[url.scheme]) ? null : port;
@@ -25614,31 +25641,35 @@ URLState.prototype = {
25614
25641
 
25615
25642
  case FILE:
25616
25643
  url.scheme = 'file';
25617
- if (chr == '/' || chr == '\\') state = FILE_SLASH;
25618
- else if (base && base.scheme == 'file') {
25619
- if (chr == EOF) {
25620
- url.host = base.host;
25621
- url.path = arraySlice(base.path);
25622
- url.query = base.query;
25623
- } else if (chr == '?') {
25624
- url.host = base.host;
25625
- url.path = arraySlice(base.path);
25626
- url.query = '';
25627
- state = QUERY;
25628
- } else if (chr == '#') {
25629
- url.host = base.host;
25630
- url.path = arraySlice(base.path);
25631
- url.query = base.query;
25632
- url.fragment = '';
25633
- state = FRAGMENT;
25634
- } else {
25635
- if (!startsWithWindowsDriveLetter(join(arraySlice(codePoints, pointer), ''))) {
25644
+ if (chr === '/' || chr === '\\') state = FILE_SLASH;
25645
+ else if (base && base.scheme === 'file') {
25646
+ switch (chr) {
25647
+ case EOF:
25636
25648
  url.host = base.host;
25637
25649
  url.path = arraySlice(base.path);
25638
- url.shortenPath();
25639
- }
25640
- state = PATH;
25641
- continue;
25650
+ url.query = base.query;
25651
+ break;
25652
+ case '?':
25653
+ url.host = base.host;
25654
+ url.path = arraySlice(base.path);
25655
+ url.query = '';
25656
+ state = QUERY;
25657
+ break;
25658
+ case '#':
25659
+ url.host = base.host;
25660
+ url.path = arraySlice(base.path);
25661
+ url.query = base.query;
25662
+ url.fragment = '';
25663
+ state = FRAGMENT;
25664
+ break;
25665
+ default:
25666
+ if (!startsWithWindowsDriveLetter(join(arraySlice(codePoints, pointer), ''))) {
25667
+ url.host = base.host;
25668
+ url.path = arraySlice(base.path);
25669
+ url.shortenPath();
25670
+ }
25671
+ state = PATH;
25672
+ continue;
25642
25673
  }
25643
25674
  } else {
25644
25675
  state = PATH;
@@ -25646,11 +25677,11 @@ URLState.prototype = {
25646
25677
  } break;
25647
25678
 
25648
25679
  case FILE_SLASH:
25649
- if (chr == '/' || chr == '\\') {
25680
+ if (chr === '/' || chr === '\\') {
25650
25681
  state = FILE_HOST;
25651
25682
  break;
25652
25683
  }
25653
- if (base && base.scheme == 'file' && !startsWithWindowsDriveLetter(join(arraySlice(codePoints, pointer), ''))) {
25684
+ if (base && base.scheme === 'file' && !startsWithWindowsDriveLetter(join(arraySlice(codePoints, pointer), ''))) {
25654
25685
  if (isWindowsDriveLetter(base.path[0], true)) push(url.path, base.path[0]);
25655
25686
  else url.host = base.host;
25656
25687
  }
@@ -25658,17 +25689,17 @@ URLState.prototype = {
25658
25689
  continue;
25659
25690
 
25660
25691
  case FILE_HOST:
25661
- if (chr == EOF || chr == '/' || chr == '\\' || chr == '?' || chr == '#') {
25692
+ if (chr === EOF || chr === '/' || chr === '\\' || chr === '?' || chr === '#') {
25662
25693
  if (!stateOverride && isWindowsDriveLetter(buffer)) {
25663
25694
  state = PATH;
25664
- } else if (buffer == '') {
25695
+ } else if (buffer === '') {
25665
25696
  url.host = '';
25666
25697
  if (stateOverride) return;
25667
25698
  state = PATH_START;
25668
25699
  } else {
25669
25700
  failure = url.parseHost(buffer);
25670
25701
  if (failure) return failure;
25671
- if (url.host == 'localhost') url.host = '';
25702
+ if (url.host === 'localhost') url.host = '';
25672
25703
  if (stateOverride) return;
25673
25704
  buffer = '';
25674
25705
  state = PATH_START;
@@ -25679,50 +25710,50 @@ URLState.prototype = {
25679
25710
  case PATH_START:
25680
25711
  if (url.isSpecial()) {
25681
25712
  state = PATH;
25682
- if (chr != '/' && chr != '\\') continue;
25683
- } else if (!stateOverride && chr == '?') {
25713
+ if (chr !== '/' && chr !== '\\') continue;
25714
+ } else if (!stateOverride && chr === '?') {
25684
25715
  url.query = '';
25685
25716
  state = QUERY;
25686
- } else if (!stateOverride && chr == '#') {
25717
+ } else if (!stateOverride && chr === '#') {
25687
25718
  url.fragment = '';
25688
25719
  state = FRAGMENT;
25689
- } else if (chr != EOF) {
25720
+ } else if (chr !== EOF) {
25690
25721
  state = PATH;
25691
- if (chr != '/') continue;
25722
+ if (chr !== '/') continue;
25692
25723
  } break;
25693
25724
 
25694
25725
  case PATH:
25695
25726
  if (
25696
- chr == EOF || chr == '/' ||
25697
- (chr == '\\' && url.isSpecial()) ||
25698
- (!stateOverride && (chr == '?' || chr == '#'))
25727
+ chr === EOF || chr === '/' ||
25728
+ (chr === '\\' && url.isSpecial()) ||
25729
+ (!stateOverride && (chr === '?' || chr === '#'))
25699
25730
  ) {
25700
25731
  if (isDoubleDot(buffer)) {
25701
25732
  url.shortenPath();
25702
- if (chr != '/' && !(chr == '\\' && url.isSpecial())) {
25733
+ if (chr !== '/' && !(chr === '\\' && url.isSpecial())) {
25703
25734
  push(url.path, '');
25704
25735
  }
25705
25736
  } else if (isSingleDot(buffer)) {
25706
- if (chr != '/' && !(chr == '\\' && url.isSpecial())) {
25737
+ if (chr !== '/' && !(chr === '\\' && url.isSpecial())) {
25707
25738
  push(url.path, '');
25708
25739
  }
25709
25740
  } else {
25710
- if (url.scheme == 'file' && !url.path.length && isWindowsDriveLetter(buffer)) {
25741
+ if (url.scheme === 'file' && !url.path.length && isWindowsDriveLetter(buffer)) {
25711
25742
  if (url.host) url.host = '';
25712
25743
  buffer = charAt(buffer, 0) + ':'; // normalize windows drive letter
25713
25744
  }
25714
25745
  push(url.path, buffer);
25715
25746
  }
25716
25747
  buffer = '';
25717
- if (url.scheme == 'file' && (chr == EOF || chr == '?' || chr == '#')) {
25748
+ if (url.scheme === 'file' && (chr === EOF || chr === '?' || chr === '#')) {
25718
25749
  while (url.path.length > 1 && url.path[0] === '') {
25719
25750
  shift(url.path);
25720
25751
  }
25721
25752
  }
25722
- if (chr == '?') {
25753
+ if (chr === '?') {
25723
25754
  url.query = '';
25724
25755
  state = QUERY;
25725
- } else if (chr == '#') {
25756
+ } else if (chr === '#') {
25726
25757
  url.fragment = '';
25727
25758
  state = FRAGMENT;
25728
25759
  }
@@ -25731,28 +25762,28 @@ URLState.prototype = {
25731
25762
  } break;
25732
25763
 
25733
25764
  case CANNOT_BE_A_BASE_URL_PATH:
25734
- if (chr == '?') {
25765
+ if (chr === '?') {
25735
25766
  url.query = '';
25736
25767
  state = QUERY;
25737
- } else if (chr == '#') {
25768
+ } else if (chr === '#') {
25738
25769
  url.fragment = '';
25739
25770
  state = FRAGMENT;
25740
- } else if (chr != EOF) {
25771
+ } else if (chr !== EOF) {
25741
25772
  url.path[0] += percentEncode(chr, C0ControlPercentEncodeSet);
25742
25773
  } break;
25743
25774
 
25744
25775
  case QUERY:
25745
- if (!stateOverride && chr == '#') {
25776
+ if (!stateOverride && chr === '#') {
25746
25777
  url.fragment = '';
25747
25778
  state = FRAGMENT;
25748
- } else if (chr != EOF) {
25749
- if (chr == "'" && url.isSpecial()) url.query += '%27';
25750
- else if (chr == '#') url.query += '%23';
25779
+ } else if (chr !== EOF) {
25780
+ if (chr === "'" && url.isSpecial()) url.query += '%27';
25781
+ else if (chr === '#') url.query += '%23';
25751
25782
  else url.query += percentEncode(chr, C0ControlPercentEncodeSet);
25752
25783
  } break;
25753
25784
 
25754
25785
  case FRAGMENT:
25755
- if (chr != EOF) url.fragment += percentEncode(chr, fragmentPercentEncodeSet);
25786
+ if (chr !== EOF) url.fragment += percentEncode(chr, fragmentPercentEncodeSet);
25756
25787
  break;
25757
25788
  }
25758
25789
 
@@ -25762,8 +25793,8 @@ URLState.prototype = {
25762
25793
  // https://url.spec.whatwg.org/#host-parsing
25763
25794
  parseHost: function (input) {
25764
25795
  var result, codePoints, index;
25765
- if (charAt(input, 0) == '[') {
25766
- if (charAt(input, input.length - 1) != ']') return INVALID_HOST;
25796
+ if (charAt(input, 0) === '[') {
25797
+ if (charAt(input, input.length - 1) !== ']') return INVALID_HOST;
25767
25798
  result = parseIPv6(stringSlice(input, 1, -1));
25768
25799
  if (!result) return INVALID_HOST;
25769
25800
  this.host = result;
@@ -25786,11 +25817,11 @@ URLState.prototype = {
25786
25817
  },
25787
25818
  // https://url.spec.whatwg.org/#cannot-have-a-username-password-port
25788
25819
  cannotHaveUsernamePasswordPort: function () {
25789
- return !this.host || this.cannotBeABaseURL || this.scheme == 'file';
25820
+ return !this.host || this.cannotBeABaseURL || this.scheme === 'file';
25790
25821
  },
25791
25822
  // https://url.spec.whatwg.org/#include-credentials
25792
25823
  includesCredentials: function () {
25793
- return this.username != '' || this.password != '';
25824
+ return this.username !== '' || this.password !== '';
25794
25825
  },
25795
25826
  // https://url.spec.whatwg.org/#is-special
25796
25827
  isSpecial: function () {
@@ -25800,7 +25831,7 @@ URLState.prototype = {
25800
25831
  shortenPath: function () {
25801
25832
  var path = this.path;
25802
25833
  var pathSize = path.length;
25803
- if (pathSize && (this.scheme != 'file' || pathSize != 1 || !isWindowsDriveLetter(path[0], true))) {
25834
+ if (pathSize && (this.scheme !== 'file' || pathSize !== 1 || !isWindowsDriveLetter(path[0], true))) {
25804
25835
  path.length--;
25805
25836
  }
25806
25837
  },
@@ -25823,7 +25854,7 @@ URLState.prototype = {
25823
25854
  }
25824
25855
  output += serializeHost(host);
25825
25856
  if (port !== null) output += ':' + port;
25826
- } else if (scheme == 'file') output += '//';
25857
+ } else if (scheme === 'file') output += '//';
25827
25858
  output += url.cannotBeABaseURL ? path[0] : path.length ? '/' + join(path, '/') : '';
25828
25859
  if (query !== null) output += '?' + query;
25829
25860
  if (fragment !== null) output += '#' + fragment;
@@ -25839,12 +25870,12 @@ URLState.prototype = {
25839
25870
  getOrigin: function () {
25840
25871
  var scheme = this.scheme;
25841
25872
  var port = this.port;
25842
- if (scheme == 'blob') try {
25873
+ if (scheme === 'blob') try {
25843
25874
  return new URLConstructor(scheme.path[0]).origin;
25844
25875
  } catch (error) {
25845
25876
  return 'null';
25846
25877
  }
25847
- if (scheme == 'file' || !this.isSpecial()) return 'null';
25878
+ if (scheme === 'file' || !this.isSpecial()) return 'null';
25848
25879
  return scheme + '://' + serializeHost(this.host) + (port !== null ? ':' + port : '');
25849
25880
  },
25850
25881
  // https://url.spec.whatwg.org/#dom-url-protocol
@@ -25907,7 +25938,7 @@ URLState.prototype = {
25907
25938
  setPort: function (port) {
25908
25939
  if (this.cannotHaveUsernamePasswordPort()) return;
25909
25940
  port = $toString(port);
25910
- if (port == '') this.port = null;
25941
+ if (port === '') this.port = null;
25911
25942
  else this.parse(port, PORT);
25912
25943
  },
25913
25944
  // https://url.spec.whatwg.org/#dom-url-pathname
@@ -25927,10 +25958,10 @@ URLState.prototype = {
25927
25958
  },
25928
25959
  setSearch: function (search) {
25929
25960
  search = $toString(search);
25930
- if (search == '') {
25961
+ if (search === '') {
25931
25962
  this.query = null;
25932
25963
  } else {
25933
- if ('?' == charAt(search, 0)) search = stringSlice(search, 1);
25964
+ if (charAt(search, 0) === '?') search = stringSlice(search, 1);
25934
25965
  this.query = '';
25935
25966
  this.parse(search, QUERY);
25936
25967
  }
@@ -25947,11 +25978,11 @@ URLState.prototype = {
25947
25978
  },
25948
25979
  setHash: function (hash) {
25949
25980
  hash = $toString(hash);
25950
- if (hash == '') {
25981
+ if (hash === '') {
25951
25982
  this.fragment = null;
25952
25983
  return;
25953
25984
  }
25954
- if ('#' == charAt(hash, 0)) hash = stringSlice(hash, 1);
25985
+ if (charAt(hash, 0) === '#') hash = stringSlice(hash, 1);
25955
25986
  this.fragment = '';
25956
25987
  this.parse(hash, FRAGMENT);
25957
25988
  },
@@ -26165,7 +26196,7 @@ var ucs2decode = function (string) {
26165
26196
  if (value >= 0xD800 && value <= 0xDBFF && counter < length) {
26166
26197
  // It's a high surrogate, and there is a next character.
26167
26198
  var extra = charCodeAt(string, counter++);
26168
- if ((extra & 0xFC00) == 0xDC00) { // Low surrogate.
26199
+ if ((extra & 0xFC00) === 0xDC00) { // Low surrogate.
26169
26200
  push(output, ((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000);
26170
26201
  } else {
26171
26202
  // It's an unmatched surrogate; only append this code unit, in case the
@@ -26264,7 +26295,7 @@ var encode = function (input) {
26264
26295
  if (currentValue < n && ++delta > maxInt) {
26265
26296
  throw $RangeError(OVERFLOW_ERROR);
26266
26297
  }
26267
- if (currentValue == n) {
26298
+ if (currentValue === n) {
26268
26299
  // Represent delta as a generalized variable-length integer.
26269
26300
  var q = delta;
26270
26301
  var k = base;
@@ -26279,7 +26310,7 @@ var encode = function (input) {
26279
26310
  }
26280
26311
 
26281
26312
  push(output, fromCharCode(digitToBasic(q)));
26282
- bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);
26313
+ bias = adapt(delta, handledCPCountPlusOne, handledCPCount === basicLength);
26283
26314
  delta = 0;
26284
26315
  handledCPCount++;
26285
26316
  }