@dereekb/util 10.0.13 → 10.0.15

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.cjs.js CHANGED
@@ -28,30 +28,30 @@ var functionBindNative = !fails$o(function () {
28
28
  var NATIVE_BIND$3 = functionBindNative;
29
29
 
30
30
  var FunctionPrototype$2 = Function.prototype;
31
- var call$j = FunctionPrototype$2.call;
32
- var uncurryThisWithBind = NATIVE_BIND$3 && FunctionPrototype$2.bind.bind(call$j, call$j);
31
+ var call$k = FunctionPrototype$2.call;
32
+ var uncurryThisWithBind = NATIVE_BIND$3 && FunctionPrototype$2.bind.bind(call$k, call$k);
33
33
 
34
34
  var functionUncurryThis = NATIVE_BIND$3 ? uncurryThisWithBind : function (fn) {
35
35
  return function () {
36
- return call$j.apply(fn, arguments);
36
+ return call$k.apply(fn, arguments);
37
37
  };
38
38
  };
39
39
 
40
- var uncurryThis$t = functionUncurryThis;
40
+ var uncurryThis$s = functionUncurryThis;
41
41
 
42
- var toString$e = uncurryThis$t({}.toString);
43
- var stringSlice$a = uncurryThis$t(''.slice);
42
+ var toString$e = uncurryThis$s({}.toString);
43
+ var stringSlice$a = uncurryThis$s(''.slice);
44
44
 
45
45
  var classofRaw$2 = function (it) {
46
46
  return stringSlice$a(toString$e(it), 8, -1);
47
47
  };
48
48
 
49
- var uncurryThis$s = functionUncurryThis;
49
+ var uncurryThis$r = functionUncurryThis;
50
50
  var fails$n = fails$p;
51
51
  var classof$8 = classofRaw$2;
52
52
 
53
53
  var $Object$4 = Object;
54
- var split = uncurryThis$s(''.split);
54
+ var split = uncurryThis$r(''.split);
55
55
 
56
56
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
57
57
  var indexedObject = fails$n(function () {
@@ -131,10 +131,10 @@ var store$2 = sharedStore;
131
131
  (shared$4.exports = function (key, value) {
132
132
  return store$2[key] || (store$2[key] = value !== undefined ? value : {});
133
133
  })('versions', []).push({
134
- version: '3.35.0',
134
+ version: '3.35.1',
135
135
  mode: 'global',
136
- copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',
137
- license: 'https://github.com/zloirock/core-js/blob/v3.35.0/LICENSE',
136
+ copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
137
+ license: 'https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE',
138
138
  source: 'https://github.com/zloirock/core-js'
139
139
  });
140
140
 
@@ -148,10 +148,10 @@ var toObject$7 = function (argument) {
148
148
  return $Object$3(requireObjectCoercible$8(argument));
149
149
  };
150
150
 
151
- var uncurryThis$r = functionUncurryThis;
151
+ var uncurryThis$q = functionUncurryThis;
152
152
  var toObject$6 = toObject$7;
153
153
 
154
- var hasOwnProperty = uncurryThis$r({}.hasOwnProperty);
154
+ var hasOwnProperty = uncurryThis$q({}.hasOwnProperty);
155
155
 
156
156
  // `HasOwnProperty` abstract operation
157
157
  // https://tc39.es/ecma262/#sec-hasownproperty
@@ -160,11 +160,11 @@ var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
160
160
  return hasOwnProperty(toObject$6(it), key);
161
161
  };
162
162
 
163
- var uncurryThis$q = functionUncurryThis;
163
+ var uncurryThis$p = functionUncurryThis;
164
164
 
165
165
  var id = 0;
166
166
  var postfix = Math.random();
167
- var toString$d = uncurryThis$q(1.0.toString);
167
+ var toString$d = uncurryThis$p(1.0.toString);
168
168
 
169
169
  var uid$2 = function (key) {
170
170
  return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$d(++id + postfix, 36);
@@ -324,10 +324,10 @@ var ie8DomDefine = !DESCRIPTORS$c && !fails$j(function () {
324
324
 
325
325
  var NATIVE_BIND$2 = functionBindNative;
326
326
 
327
- var call$i = Function.prototype.call;
327
+ var call$j = Function.prototype.call;
328
328
 
329
- var functionCall = NATIVE_BIND$2 ? call$i.bind(call$i) : function () {
330
- return call$i.apply(call$i, arguments);
329
+ var functionCall = NATIVE_BIND$2 ? call$j.bind(call$j) : function () {
330
+ return call$j.apply(call$j, arguments);
331
331
  };
332
332
 
333
333
  var global$h = global$o;
@@ -341,9 +341,9 @@ var getBuiltIn$7 = function (namespace, method) {
341
341
  return arguments.length < 2 ? aFunction(global$h[namespace]) : global$h[namespace] && global$h[namespace][method];
342
342
  };
343
343
 
344
- var uncurryThis$p = functionUncurryThis;
344
+ var uncurryThis$o = functionUncurryThis;
345
345
 
346
- var objectIsPrototypeOf = uncurryThis$p({}.isPrototypeOf);
346
+ var objectIsPrototypeOf = uncurryThis$o({}.isPrototypeOf);
347
347
 
348
348
  var getBuiltIn$6 = getBuiltIn$7;
349
349
  var isCallable$k = isCallable$n;
@@ -390,7 +390,7 @@ var getMethod$6 = function (V, P) {
390
390
  return isNullOrUndefined$5(func) ? undefined : aCallable$9(func);
391
391
  };
392
392
 
393
- var call$h = functionCall;
393
+ var call$i = functionCall;
394
394
  var isCallable$i = isCallable$n;
395
395
  var isObject$9 = isObject$c;
396
396
 
@@ -400,13 +400,13 @@ var $TypeError$e = TypeError;
400
400
  // https://tc39.es/ecma262/#sec-ordinarytoprimitive
401
401
  var ordinaryToPrimitive$1 = function (input, pref) {
402
402
  var fn, val;
403
- if (pref === 'string' && isCallable$i(fn = input.toString) && !isObject$9(val = call$h(fn, input))) return val;
404
- if (isCallable$i(fn = input.valueOf) && !isObject$9(val = call$h(fn, input))) return val;
405
- if (pref !== 'string' && isCallable$i(fn = input.toString) && !isObject$9(val = call$h(fn, input))) return val;
403
+ if (pref === 'string' && isCallable$i(fn = input.toString) && !isObject$9(val = call$i(fn, input))) return val;
404
+ if (isCallable$i(fn = input.valueOf) && !isObject$9(val = call$i(fn, input))) return val;
405
+ if (pref !== 'string' && isCallable$i(fn = input.toString) && !isObject$9(val = call$i(fn, input))) return val;
406
406
  throw new $TypeError$e("Can't convert object to primitive value");
407
407
  };
408
408
 
409
- var call$g = functionCall;
409
+ var call$h = functionCall;
410
410
  var isObject$8 = isObject$c;
411
411
  var isSymbol$1 = isSymbol$2;
412
412
  var getMethod$5 = getMethod$6;
@@ -424,7 +424,7 @@ var toPrimitive$1 = function (input, pref) {
424
424
  var result;
425
425
  if (exoticToPrim) {
426
426
  if (pref === undefined) pref = 'default';
427
- result = call$g(exoticToPrim, input, pref);
427
+ result = call$h(exoticToPrim, input, pref);
428
428
  if (!isObject$8(result) || isSymbol$1(result)) return result;
429
429
  throw new $TypeError$d("Can't convert object to primitive value");
430
430
  }
@@ -527,7 +527,8 @@ var min$4 = Math.min;
527
527
  // `ToLength` abstract operation
528
528
  // https://tc39.es/ecma262/#sec-tolength
529
529
  var toLength$6 = function (argument) {
530
- return argument > 0 ? min$4(toIntegerOrInfinity$5(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
530
+ var len = toIntegerOrInfinity$5(argument);
531
+ return len > 0 ? min$4(len, 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
531
532
  };
532
533
 
533
534
  var toLength$5 = toLength$6;
@@ -573,13 +574,13 @@ var arrayIncludes = {
573
574
 
574
575
  var hiddenKeys$4 = {};
575
576
 
576
- var uncurryThis$o = functionUncurryThis;
577
+ var uncurryThis$n = functionUncurryThis;
577
578
  var hasOwn$b = hasOwnProperty_1;
578
579
  var toIndexedObject$3 = toIndexedObject$5;
579
580
  var indexOf$1 = arrayIncludes.indexOf;
580
581
  var hiddenKeys$3 = hiddenKeys$4;
581
582
 
582
- var push$3 = uncurryThis$o([].push);
583
+ var push$3 = uncurryThis$n([].push);
583
584
 
584
585
  var objectKeysInternal = function (object, names) {
585
586
  var O = toIndexedObject$3(object);
@@ -873,7 +874,7 @@ objectPropertyIsEnumerable.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
873
874
  } : $propertyIsEnumerable;
874
875
 
875
876
  var DESCRIPTORS$8 = descriptors;
876
- var call$f = functionCall;
877
+ var call$g = functionCall;
877
878
  var propertyIsEnumerableModule$1 = objectPropertyIsEnumerable;
878
879
  var createPropertyDescriptor$1 = createPropertyDescriptor$3;
879
880
  var toIndexedObject$1 = toIndexedObject$5;
@@ -892,7 +893,7 @@ objectGetOwnPropertyDescriptor.f = DESCRIPTORS$8 ? $getOwnPropertyDescriptor : f
892
893
  if (IE8_DOM_DEFINE) try {
893
894
  return $getOwnPropertyDescriptor(O, P);
894
895
  } catch (error) { /* empty */ }
895
- if (hasOwn$9(O, P)) return createPropertyDescriptor$1(!call$f(propertyIsEnumerableModule$1.f, O, P), O[P]);
896
+ if (hasOwn$9(O, P)) return createPropertyDescriptor$1(!call$g(propertyIsEnumerableModule$1.f, O, P), O[P]);
896
897
  };
897
898
 
898
899
  var makeBuiltIn$3 = {exports: {}};
@@ -915,11 +916,11 @@ var functionName = {
915
916
  CONFIGURABLE: CONFIGURABLE
916
917
  };
917
918
 
918
- var uncurryThis$n = functionUncurryThis;
919
+ var uncurryThis$m = functionUncurryThis;
919
920
  var isCallable$g = isCallable$n;
920
921
  var store = sharedStore;
921
922
 
922
- var functionToString = uncurryThis$n(Function.toString);
923
+ var functionToString = uncurryThis$m(Function.toString);
923
924
 
924
925
  // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
925
926
  if (!isCallable$g(store.inspectSource)) {
@@ -930,7 +931,7 @@ if (!isCallable$g(store.inspectSource)) {
930
931
 
931
932
  var inspectSource$3 = store.inspectSource;
932
933
 
933
- var uncurryThis$m = functionUncurryThis;
934
+ var uncurryThis$l = functionUncurryThis;
934
935
  var fails$i = fails$p;
935
936
  var isCallable$f = isCallable$n;
936
937
  var hasOwn$7 = hasOwnProperty_1;
@@ -944,9 +945,9 @@ var getInternalState$2 = InternalStateModule$2.get;
944
945
  var $String$3 = String;
945
946
  // eslint-disable-next-line es/no-object-defineproperty -- safe
946
947
  var defineProperty$5 = Object.defineProperty;
947
- var stringSlice$9 = uncurryThis$m(''.slice);
948
- var replace$5 = uncurryThis$m(''.replace);
949
- var join = uncurryThis$m([].join);
948
+ var stringSlice$9 = uncurryThis$l(''.slice);
949
+ var replace$5 = uncurryThis$l(''.replace);
950
+ var join = uncurryThis$l([].join);
950
951
 
951
952
  var CONFIGURABLE_LENGTH = DESCRIPTORS$6 && !fails$i(function () {
952
953
  return defineProperty$5(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
@@ -956,7 +957,7 @@ var TEMPLATE = String(String).split('String');
956
957
 
957
958
  var makeBuiltIn$2 = makeBuiltIn$3.exports = function (value, name, options) {
958
959
  if (stringSlice$9($String$3(name), 0, 7) === 'Symbol(') {
959
- name = '[' + replace$5($String$3(name), /^Symbol\(([^)]*)\)/, '$1') + ']';
960
+ name = '[' + replace$5($String$3(name), /^Symbol\(([^)]*)\).*$/, '$1') + ']';
960
961
  }
961
962
  if (options && options.getter) name = 'get ' + name;
962
963
  if (options && options.setter) name = 'set ' + name;
@@ -1033,12 +1034,12 @@ var objectGetOwnPropertySymbols = {};
1033
1034
  objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
1034
1035
 
1035
1036
  var getBuiltIn$4 = getBuiltIn$7;
1036
- var uncurryThis$l = functionUncurryThis;
1037
+ var uncurryThis$k = functionUncurryThis;
1037
1038
  var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
1038
1039
  var getOwnPropertySymbolsModule$1 = objectGetOwnPropertySymbols;
1039
1040
  var anObject$c = anObject$g;
1040
1041
 
1041
- var concat$2 = uncurryThis$l([].concat);
1042
+ var concat$2 = uncurryThis$k([].concat);
1042
1043
 
1043
1044
  // all object keys, includes non-enumerable and symbols
1044
1045
  var ownKeys$1 = getBuiltIn$4('Reflect', 'ownKeys') || function ownKeys(it) {
@@ -1120,7 +1121,7 @@ var _export = function (options, source) {
1120
1121
  } else if (STATIC) {
1121
1122
  target = global$e[TARGET] || defineGlobalProperty(TARGET, {});
1122
1123
  } else {
1123
- target = (global$e[TARGET] || {}).prototype;
1124
+ target = global$e[TARGET] && global$e[TARGET].prototype;
1124
1125
  }
1125
1126
  if (target) for (key in source) {
1126
1127
  sourceProperty = source[key];
@@ -1248,13 +1249,13 @@ var iteratorCreateConstructor = function (IteratorConstructor, NAME, next, ENUME
1248
1249
  return IteratorConstructor;
1249
1250
  };
1250
1251
 
1251
- var uncurryThis$k = functionUncurryThis;
1252
+ var uncurryThis$j = functionUncurryThis;
1252
1253
  var aCallable$8 = aCallable$a;
1253
1254
 
1254
1255
  var functionUncurryThisAccessor = function (object, key, method) {
1255
1256
  try {
1256
1257
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
1257
- return uncurryThis$k(aCallable$8(Object.getOwnPropertyDescriptor(object, key)[method]));
1258
+ return uncurryThis$j(aCallable$8(Object.getOwnPropertyDescriptor(object, key)[method]));
1258
1259
  } catch (error) { /* empty */ }
1259
1260
  };
1260
1261
 
@@ -1302,7 +1303,7 @@ var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? functio
1302
1303
  }() : undefined);
1303
1304
 
1304
1305
  var $$h = _export;
1305
- var call$e = functionCall;
1306
+ var call$f = functionCall;
1306
1307
  var FunctionName = functionName;
1307
1308
  var isCallable$a = isCallable$n;
1308
1309
  var createIteratorConstructor = iteratorCreateConstructor;
@@ -1374,7 +1375,7 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
1374
1375
  createNonEnumerableProperty$3(IterablePrototype, 'name', VALUES);
1375
1376
  } else {
1376
1377
  INCORRECT_VALUES_NAME = true;
1377
- defaultIterator = function values() { return call$e(nativeIterator, this); };
1378
+ defaultIterator = function values() { return call$f(nativeIterator, this); };
1378
1379
  }
1379
1380
  }
1380
1381
 
@@ -1567,20 +1568,20 @@ var doesNotExceedSafeInteger$1 = function (it) {
1567
1568
  };
1568
1569
 
1569
1570
  var classofRaw$1 = classofRaw$2;
1570
- var uncurryThis$j = functionUncurryThis;
1571
+ var uncurryThis$i = functionUncurryThis;
1571
1572
 
1572
1573
  var functionUncurryThisClause = function (fn) {
1573
1574
  // Nashorn bug:
1574
1575
  // https://github.com/zloirock/core-js/issues/1128
1575
1576
  // https://github.com/zloirock/core-js/issues/1130
1576
- if (classofRaw$1(fn) === 'Function') return uncurryThis$j(fn);
1577
+ if (classofRaw$1(fn) === 'Function') return uncurryThis$i(fn);
1577
1578
  };
1578
1579
 
1579
- var uncurryThis$i = functionUncurryThisClause;
1580
+ var uncurryThis$h = functionUncurryThisClause;
1580
1581
  var aCallable$7 = aCallable$a;
1581
1582
  var NATIVE_BIND$1 = functionBindNative;
1582
1583
 
1583
- var bind$5 = uncurryThis$i(uncurryThis$i.bind);
1584
+ var bind$5 = uncurryThis$h(uncurryThis$h.bind);
1584
1585
 
1585
1586
  // optional / simple context binding
1586
1587
  var functionBindContext = function (fn, that) {
@@ -1663,7 +1664,7 @@ var classof$6 = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
1663
1664
  : (result = classofRaw(O)) === 'Object' && isCallable$9(O.callee) ? 'Arguments' : result;
1664
1665
  };
1665
1666
 
1666
- var uncurryThis$h = functionUncurryThis;
1667
+ var uncurryThis$g = functionUncurryThis;
1667
1668
  var fails$e = fails$p;
1668
1669
  var isCallable$8 = isCallable$n;
1669
1670
  var classof$5 = classof$6;
@@ -1671,16 +1672,15 @@ var getBuiltIn$3 = getBuiltIn$7;
1671
1672
  var inspectSource$1 = inspectSource$3;
1672
1673
 
1673
1674
  var noop = function () { /* empty */ };
1674
- var empty = [];
1675
1675
  var construct = getBuiltIn$3('Reflect', 'construct');
1676
1676
  var constructorRegExp = /^\s*(?:class|function)\b/;
1677
- var exec$3 = uncurryThis$h(constructorRegExp.exec);
1677
+ var exec$2 = uncurryThis$g(constructorRegExp.exec);
1678
1678
  var INCORRECT_TO_STRING = !constructorRegExp.test(noop);
1679
1679
 
1680
1680
  var isConstructorModern = function isConstructor(argument) {
1681
1681
  if (!isCallable$8(argument)) return false;
1682
1682
  try {
1683
- construct(noop, empty, argument);
1683
+ construct(noop, [], argument);
1684
1684
  return true;
1685
1685
  } catch (error) {
1686
1686
  return false;
@@ -1698,7 +1698,7 @@ var isConstructorLegacy = function isConstructor(argument) {
1698
1698
  // we can't check .prototype since constructors produced by .bind haven't it
1699
1699
  // `Function#toString` throws on some built-it function in some legacy engines
1700
1700
  // (for example, `DOMQuad` and similar in FF41-)
1701
- return INCORRECT_TO_STRING || !!exec$3(constructorRegExp, inspectSource$1(argument));
1701
+ return INCORRECT_TO_STRING || !!exec$2(constructorRegExp, inspectSource$1(argument));
1702
1702
  } catch (error) {
1703
1703
  return true;
1704
1704
  }
@@ -2004,7 +2004,7 @@ var defineBuiltInAccessor$2 = function (target, name, descriptor) {
2004
2004
  var $$f = _export;
2005
2005
  var DESCRIPTORS$4 = descriptors;
2006
2006
  var global$c = global$o;
2007
- var uncurryThis$g = functionUncurryThis;
2007
+ var uncurryThis$f = functionUncurryThis;
2008
2008
  var hasOwn$3 = hasOwnProperty_1;
2009
2009
  var isCallable$7 = isCallable$n;
2010
2010
  var isPrototypeOf$4 = objectIsPrototypeOf;
@@ -2036,11 +2036,11 @@ if (DESCRIPTORS$4 && isCallable$7(NativeSymbol) && (!('description' in SymbolPro
2036
2036
  SymbolPrototype.constructor = SymbolWrapper;
2037
2037
 
2038
2038
  var NATIVE_SYMBOL = String(NativeSymbol('description detection')) === 'Symbol(description detection)';
2039
- var thisSymbolValue = uncurryThis$g(SymbolPrototype.valueOf);
2040
- var symbolDescriptiveString = uncurryThis$g(SymbolPrototype.toString);
2039
+ var thisSymbolValue = uncurryThis$f(SymbolPrototype.valueOf);
2040
+ var symbolDescriptiveString = uncurryThis$f(SymbolPrototype.toString);
2041
2041
  var regexp = /^Symbol\((.*)\)[^)]+$/;
2042
- var replace$4 = uncurryThis$g(''.replace);
2043
- var stringSlice$8 = uncurryThis$g(''.slice);
2042
+ var replace$4 = uncurryThis$f(''.replace);
2043
+ var stringSlice$8 = uncurryThis$f(''.slice);
2044
2044
 
2045
2045
  defineBuiltInAccessor$1(SymbolPrototype, 'description', {
2046
2046
  configurable: true,
@@ -2656,8 +2656,8 @@ function setsAreEquivalent(a, b) {
2656
2656
  }
2657
2657
 
2658
2658
  var DESCRIPTORS$3 = descriptors;
2659
- var uncurryThis$f = functionUncurryThis;
2660
- var call$d = functionCall;
2659
+ var uncurryThis$e = functionUncurryThis;
2660
+ var call$e = functionCall;
2661
2661
  var fails$d = fails$p;
2662
2662
  var objectKeys = objectKeys$2;
2663
2663
  var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
@@ -2669,7 +2669,7 @@ var IndexedObject$1 = indexedObject;
2669
2669
  var $assign = Object.assign;
2670
2670
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
2671
2671
  var defineProperty$1 = Object.defineProperty;
2672
- var concat$1 = uncurryThis$f([].concat);
2672
+ var concat$1 = uncurryThis$e([].concat);
2673
2673
 
2674
2674
  // `Object.assign` method
2675
2675
  // https://tc39.es/ecma262/#sec-object.assign
@@ -2707,7 +2707,7 @@ var objectAssign = !$assign || fails$d(function () {
2707
2707
  var key;
2708
2708
  while (length > j) {
2709
2709
  key = keys[j++];
2710
- if (!DESCRIPTORS$3 || call$d(propertyIsEnumerable, S, key)) T[key] = S[key];
2710
+ if (!DESCRIPTORS$3 || call$e(propertyIsEnumerable, S, key)) T[key] = S[key];
2711
2711
  }
2712
2712
  } return T;
2713
2713
  } : $assign;
@@ -3216,11 +3216,11 @@ var deletePropertyOrThrow$1 = function (O, P) {
3216
3216
  if (!delete O[P]) throw new $TypeError$9('Cannot delete property ' + tryToString$3(P) + ' of ' + tryToString$3(O));
3217
3217
  };
3218
3218
 
3219
- var uncurryThis$e = functionUncurryThis;
3219
+ var uncurryThis$d = functionUncurryThis;
3220
3220
 
3221
- var arraySlice$3 = uncurryThis$e([].slice);
3221
+ var arraySlice$2 = uncurryThis$d([].slice);
3222
3222
 
3223
- var arraySlice$2 = arraySlice$3;
3223
+ var arraySlice$1 = arraySlice$2;
3224
3224
 
3225
3225
  var floor$2 = Math.floor;
3226
3226
 
@@ -3243,8 +3243,8 @@ var sort = function (array, comparefn) {
3243
3243
  } else {
3244
3244
  // merge sort
3245
3245
  var middle = floor$2(length / 2);
3246
- var left = sort(arraySlice$2(array, 0, middle), comparefn);
3247
- var right = sort(arraySlice$2(array, middle), comparefn);
3246
+ var left = sort(arraySlice$1(array, 0, middle), comparefn);
3247
+ var right = sort(arraySlice$1(array, middle), comparefn);
3248
3248
  var llength = left.length;
3249
3249
  var rlength = right.length;
3250
3250
  var lindex = 0;
@@ -3289,7 +3289,7 @@ var webkit = userAgent$3.match(/AppleWebKit\/(\d+)\./);
3289
3289
  var engineWebkitVersion = !!webkit && +webkit[1];
3290
3290
 
3291
3291
  var $$d = _export;
3292
- var uncurryThis$d = functionUncurryThis;
3292
+ var uncurryThis$c = functionUncurryThis;
3293
3293
  var aCallable$6 = aCallable$a;
3294
3294
  var toObject$2 = toObject$7;
3295
3295
  var lengthOfArrayLike$2 = lengthOfArrayLike$6;
@@ -3304,8 +3304,8 @@ var V8 = engineV8Version;
3304
3304
  var WEBKIT = engineWebkitVersion;
3305
3305
 
3306
3306
  var test$1 = [];
3307
- var nativeSort = uncurryThis$d(test$1.sort);
3308
- var push$2 = uncurryThis$d(test$1.push);
3307
+ var nativeSort = uncurryThis$c(test$1.sort);
3308
+ var push$2 = uncurryThis$c(test$1.push);
3309
3309
 
3310
3310
  // IE8-
3311
3311
  var FAILS_ON_UNDEFINED = fails$b(function () {
@@ -3412,7 +3412,7 @@ var regexpFlags$1 = function () {
3412
3412
  return result;
3413
3413
  };
3414
3414
 
3415
- var call$c = functionCall;
3415
+ var call$d = functionCall;
3416
3416
  var hasOwn$2 = hasOwnProperty_1;
3417
3417
  var isPrototypeOf$3 = objectIsPrototypeOf;
3418
3418
  var regExpFlags = regexpFlags$1;
@@ -3422,7 +3422,7 @@ var RegExpPrototype$3 = RegExp.prototype;
3422
3422
  var regexpGetFlags = function (R) {
3423
3423
  var flags = R.flags;
3424
3424
  return flags === undefined && !('flags' in RegExpPrototype$3) && !hasOwn$2(R, 'flags') && isPrototypeOf$3(RegExpPrototype$3, R)
3425
- ? call$c(regExpFlags, R) : flags;
3425
+ ? call$d(regExpFlags, R) : flags;
3426
3426
  };
3427
3427
 
3428
3428
  var PROPER_FUNCTION_NAME$1 = functionName.PROPER;
@@ -4445,8 +4445,8 @@ var regexpUnsupportedNcg = fails$7(function () {
4445
4445
 
4446
4446
  /* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
4447
4447
  /* eslint-disable regexp/no-useless-quantifier -- testing */
4448
- var call$b = functionCall;
4449
- var uncurryThis$c = functionUncurryThis;
4448
+ var call$c = functionCall;
4449
+ var uncurryThis$b = functionUncurryThis;
4450
4450
  var toString$9 = toString$c;
4451
4451
  var regexpFlags = regexpFlags$1;
4452
4452
  var stickyHelpers$2 = regexpStickyHelpers;
@@ -4459,16 +4459,16 @@ var UNSUPPORTED_NCG$1 = regexpUnsupportedNcg;
4459
4459
  var nativeReplace = shared('native-string-replace', String.prototype.replace);
4460
4460
  var nativeExec = RegExp.prototype.exec;
4461
4461
  var patchedExec = nativeExec;
4462
- var charAt$4 = uncurryThis$c(''.charAt);
4463
- var indexOf = uncurryThis$c(''.indexOf);
4464
- var replace$3 = uncurryThis$c(''.replace);
4465
- var stringSlice$7 = uncurryThis$c(''.slice);
4462
+ var charAt$4 = uncurryThis$b(''.charAt);
4463
+ var indexOf = uncurryThis$b(''.indexOf);
4464
+ var replace$3 = uncurryThis$b(''.replace);
4465
+ var stringSlice$7 = uncurryThis$b(''.slice);
4466
4466
 
4467
4467
  var UPDATES_LAST_INDEX_WRONG = (function () {
4468
4468
  var re1 = /a/;
4469
4469
  var re2 = /b*/g;
4470
- call$b(nativeExec, re1, 'a');
4471
- call$b(nativeExec, re2, 'a');
4470
+ call$c(nativeExec, re1, 'a');
4471
+ call$c(nativeExec, re2, 'a');
4472
4472
  return re1.lastIndex !== 0 || re2.lastIndex !== 0;
4473
4473
  })();
4474
4474
 
@@ -4489,14 +4489,14 @@ if (PATCH) {
4489
4489
 
4490
4490
  if (raw) {
4491
4491
  raw.lastIndex = re.lastIndex;
4492
- result = call$b(patchedExec, raw, str);
4492
+ result = call$c(patchedExec, raw, str);
4493
4493
  re.lastIndex = raw.lastIndex;
4494
4494
  return result;
4495
4495
  }
4496
4496
 
4497
4497
  var groups = state.groups;
4498
4498
  var sticky = UNSUPPORTED_Y$2 && re.sticky;
4499
- var flags = call$b(regexpFlags, re);
4499
+ var flags = call$c(regexpFlags, re);
4500
4500
  var source = re.source;
4501
4501
  var charsAdded = 0;
4502
4502
  var strCopy = str;
@@ -4524,7 +4524,7 @@ if (PATCH) {
4524
4524
  }
4525
4525
  if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
4526
4526
 
4527
- match = call$b(nativeExec, sticky ? reCopy : re, strCopy);
4527
+ match = call$c(nativeExec, sticky ? reCopy : re, strCopy);
4528
4528
 
4529
4529
  if (sticky) {
4530
4530
  if (match) {
@@ -4539,7 +4539,7 @@ if (PATCH) {
4539
4539
  if (NPCG_INCLUDED && match && match.length > 1) {
4540
4540
  // Fix browsers whose `exec` methods don't consistently return `undefined`
4541
4541
  // for NPCG, like IE8. NOTE: This doesn't work for /(.?)?/
4542
- call$b(nativeReplace, match[0], reCopy, function () {
4542
+ call$c(nativeReplace, match[0], reCopy, function () {
4543
4543
  for (i = 1; i < arguments.length - 2; i++) {
4544
4544
  if (arguments[i] === undefined) match[i] = undefined;
4545
4545
  }
@@ -4558,22 +4558,22 @@ if (PATCH) {
4558
4558
  };
4559
4559
  }
4560
4560
 
4561
- var regexpExec$3 = patchedExec;
4561
+ var regexpExec$2 = patchedExec;
4562
4562
 
4563
4563
  var $$c = _export;
4564
- var exec$2 = regexpExec$3;
4564
+ var exec$1 = regexpExec$2;
4565
4565
 
4566
4566
  // `RegExp.prototype.exec` method
4567
4567
  // https://tc39.es/ecma262/#sec-regexp.prototype.exec
4568
- $$c({ target: 'RegExp', proto: true, forced: /./.exec !== exec$2 }, {
4569
- exec: exec$2
4568
+ $$c({ target: 'RegExp', proto: true, forced: /./.exec !== exec$1 }, {
4569
+ exec: exec$1
4570
4570
  });
4571
4571
 
4572
- var uncurryThis$b = functionUncurryThis;
4572
+ var uncurryThis$a = functionUncurryThis;
4573
4573
 
4574
4574
  // `thisNumberValue` abstract operation
4575
4575
  // https://tc39.es/ecma262/#sec-thisnumbervalue
4576
- var thisNumberValue$1 = uncurryThis$b(1.0.valueOf);
4576
+ var thisNumberValue$1 = uncurryThis$a(1.0.valueOf);
4577
4577
 
4578
4578
  var toIntegerOrInfinity$3 = toIntegerOrInfinity$7;
4579
4579
  var toString$8 = toString$c;
@@ -4593,7 +4593,7 @@ var stringRepeat = function repeat(count) {
4593
4593
  };
4594
4594
 
4595
4595
  var $$b = _export;
4596
- var uncurryThis$a = functionUncurryThis;
4596
+ var uncurryThis$9 = functionUncurryThis;
4597
4597
  var toIntegerOrInfinity$2 = toIntegerOrInfinity$7;
4598
4598
  var thisNumberValue = thisNumberValue$1;
4599
4599
  var $repeat = stringRepeat;
@@ -4602,9 +4602,9 @@ var fails$6 = fails$p;
4602
4602
  var $RangeError = RangeError;
4603
4603
  var $String = String;
4604
4604
  var floor$1 = Math.floor;
4605
- var repeat = uncurryThis$a($repeat);
4606
- var stringSlice$6 = uncurryThis$a(''.slice);
4607
- var nativeToFixed = uncurryThis$a(1.0.toFixed);
4605
+ var repeat = uncurryThis$9($repeat);
4606
+ var stringSlice$6 = uncurryThis$9(''.slice);
4607
+ var nativeToFixed = uncurryThis$9(1.0.toFixed);
4608
4608
 
4609
4609
  var pow = function (x, n, acc) {
4610
4610
  return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);
@@ -5816,9 +5816,9 @@ function arrayInputFactory(factory) {
5816
5816
 
5817
5817
  // TODO: Remove from `core-js@4` since it's moved to entry points
5818
5818
 
5819
- var uncurryThis$9 = functionUncurryThisClause;
5819
+ var call$b = functionCall;
5820
5820
  var defineBuiltIn$3 = defineBuiltIn$8;
5821
- var regexpExec$2 = regexpExec$3;
5821
+ var regexpExec$1 = regexpExec$2;
5822
5822
  var fails$5 = fails$p;
5823
5823
  var wellKnownSymbol$a = wellKnownSymbol$k;
5824
5824
  var createNonEnumerableProperty$1 = createNonEnumerableProperty$6;
@@ -5830,7 +5830,7 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
5830
5830
  var SYMBOL = wellKnownSymbol$a(KEY);
5831
5831
 
5832
5832
  var DELEGATES_TO_SYMBOL = !fails$5(function () {
5833
- // String methods call symbol-named RegEp methods
5833
+ // String methods call symbol-named RegExp methods
5834
5834
  var O = {};
5835
5835
  O[SYMBOL] = function () { return 7; };
5836
5836
  return ''[KEY](O) !== 7;
@@ -5868,18 +5868,17 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
5868
5868
  !DELEGATES_TO_EXEC ||
5869
5869
  FORCED
5870
5870
  ) {
5871
- var uncurriedNativeRegExpMethod = uncurryThis$9(/./[SYMBOL]);
5871
+ var nativeRegExpMethod = /./[SYMBOL];
5872
5872
  var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {
5873
- var uncurriedNativeMethod = uncurryThis$9(nativeMethod);
5874
5873
  var $exec = regexp.exec;
5875
- if ($exec === regexpExec$2 || $exec === RegExpPrototype$1.exec) {
5874
+ if ($exec === regexpExec$1 || $exec === RegExpPrototype$1.exec) {
5876
5875
  if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
5877
5876
  // The native String method already delegates to @@method (this
5878
5877
  // polyfilled function), leasing to infinite recursion.
5879
5878
  // We avoid it by directly calling the native @@method method.
5880
- return { done: true, value: uncurriedNativeRegExpMethod(regexp, str, arg2) };
5879
+ return { done: true, value: call$b(nativeRegExpMethod, regexp, str, arg2) };
5881
5880
  }
5882
- return { done: true, value: uncurriedNativeMethod(str, regexp, arg2) };
5881
+ return { done: true, value: call$b(nativeMethod, str, regexp, arg2) };
5883
5882
  }
5884
5883
  return { done: false };
5885
5884
  });
@@ -5940,7 +5939,7 @@ var call$a = functionCall;
5940
5939
  var anObject$8 = anObject$g;
5941
5940
  var isCallable$6 = isCallable$n;
5942
5941
  var classof$2 = classofRaw$2;
5943
- var regexpExec$1 = regexpExec$3;
5942
+ var regexpExec = regexpExec$2;
5944
5943
 
5945
5944
  var $TypeError$7 = TypeError;
5946
5945
 
@@ -5953,7 +5952,7 @@ var regexpExecAbstract = function (R, S) {
5953
5952
  if (result !== null) anObject$8(result);
5954
5953
  return result;
5955
5954
  }
5956
- if (classof$2(R) === 'RegExp') return call$a(regexpExec$1, R, S);
5955
+ if (classof$2(R) === 'RegExp') return call$a(regexpExec, R, S);
5957
5956
  throw new $TypeError$7('RegExp#exec called on incompatible receiver');
5958
5957
  };
5959
5958
 
@@ -5966,7 +5965,7 @@ var toString$6 = toString$c;
5966
5965
  var requireObjectCoercible$5 = requireObjectCoercible$a;
5967
5966
  var getMethod$4 = getMethod$6;
5968
5967
  var advanceStringIndex$2 = advanceStringIndex$3;
5969
- var regExpExec$1 = regexpExecAbstract;
5968
+ var regExpExec$2 = regexpExecAbstract;
5970
5969
 
5971
5970
  // @@match logic
5972
5971
  fixRegExpWellKnownSymbolLogic$2('match', function (MATCH, nativeMatch, maybeCallNative) {
@@ -5987,14 +5986,14 @@ fixRegExpWellKnownSymbolLogic$2('match', function (MATCH, nativeMatch, maybeCall
5987
5986
 
5988
5987
  if (res.done) return res.value;
5989
5988
 
5990
- if (!rx.global) return regExpExec$1(rx, S);
5989
+ if (!rx.global) return regExpExec$2(rx, S);
5991
5990
 
5992
5991
  var fullUnicode = rx.unicode;
5993
5992
  rx.lastIndex = 0;
5994
5993
  var A = [];
5995
5994
  var n = 0;
5996
5995
  var result;
5997
- while ((result = regExpExec$1(rx, S)) !== null) {
5996
+ while ((result = regExpExec$2(rx, S)) !== null) {
5998
5997
  var matchStr = toString$6(result[0]);
5999
5998
  A[n] = matchStr;
6000
5999
  if (matchStr === '') rx.lastIndex = advanceStringIndex$2(S, toLength$4(rx.lastIndex), fullUnicode);
@@ -6328,30 +6327,6 @@ $$9({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
6328
6327
  }
6329
6328
  });
6330
6329
 
6331
- var NATIVE_BIND = functionBindNative;
6332
-
6333
- var FunctionPrototype = Function.prototype;
6334
- var apply$3 = FunctionPrototype.apply;
6335
- var call$8 = FunctionPrototype.call;
6336
-
6337
- // eslint-disable-next-line es/no-reflect -- safe
6338
- var functionApply = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call$8.bind(apply$3) : function () {
6339
- return call$8.apply(apply$3, arguments);
6340
- });
6341
-
6342
- var isObject$3 = isObject$c;
6343
- var classof$1 = classofRaw$2;
6344
- var wellKnownSymbol$9 = wellKnownSymbol$k;
6345
-
6346
- var MATCH$2 = wellKnownSymbol$9('match');
6347
-
6348
- // `IsRegExp` abstract operation
6349
- // https://tc39.es/ecma262/#sec-isregexp
6350
- var isRegexp = function (it) {
6351
- var isRegExp;
6352
- return isObject$3(it) && ((isRegExp = it[MATCH$2]) !== undefined ? !!isRegExp : classof$1(it) === 'RegExp');
6353
- };
6354
-
6355
6330
  var isConstructor = isConstructor$2;
6356
6331
  var tryToString$2 = tryToString$5;
6357
6332
 
@@ -6366,9 +6341,9 @@ var aConstructor$1 = function (argument) {
6366
6341
  var anObject$6 = anObject$g;
6367
6342
  var aConstructor = aConstructor$1;
6368
6343
  var isNullOrUndefined$3 = isNullOrUndefined$7;
6369
- var wellKnownSymbol$8 = wellKnownSymbol$k;
6344
+ var wellKnownSymbol$9 = wellKnownSymbol$k;
6370
6345
 
6371
- var SPECIES$2 = wellKnownSymbol$8('species');
6346
+ var SPECIES$2 = wellKnownSymbol$9('species');
6372
6347
 
6373
6348
  // `SpeciesConstructor` abstract operation
6374
6349
  // https://tc39.es/ecma262/#sec-speciesconstructor
@@ -6378,31 +6353,25 @@ var speciesConstructor$2 = function (O, defaultConstructor) {
6378
6353
  return C === undefined || isNullOrUndefined$3(S = anObject$6(C)[SPECIES$2]) ? defaultConstructor : aConstructor(S);
6379
6354
  };
6380
6355
 
6381
- var apply$2 = functionApply;
6382
- var call$7 = functionCall;
6356
+ var call$8 = functionCall;
6383
6357
  var uncurryThis$6 = functionUncurryThis;
6384
6358
  var fixRegExpWellKnownSymbolLogic$1 = fixRegexpWellKnownSymbolLogic;
6385
6359
  var anObject$5 = anObject$g;
6386
6360
  var isNullOrUndefined$2 = isNullOrUndefined$7;
6387
- var isRegExp$2 = isRegexp;
6388
6361
  var requireObjectCoercible$3 = requireObjectCoercible$a;
6389
6362
  var speciesConstructor$1 = speciesConstructor$2;
6390
6363
  var advanceStringIndex$1 = advanceStringIndex$3;
6391
6364
  var toLength$3 = toLength$6;
6392
6365
  var toString$4 = toString$c;
6393
6366
  var getMethod$3 = getMethod$6;
6394
- var arraySlice$1 = arraySlice$3;
6395
- var callRegExpExec = regexpExecAbstract;
6396
- var regexpExec = regexpExec$3;
6367
+ var regExpExec$1 = regexpExecAbstract;
6397
6368
  var stickyHelpers$1 = regexpStickyHelpers;
6398
6369
  var fails$3 = fails$p;
6399
6370
 
6400
6371
  var UNSUPPORTED_Y$1 = stickyHelpers$1.UNSUPPORTED_Y;
6401
6372
  var MAX_UINT32 = 0xFFFFFFFF;
6402
6373
  var min$3 = Math.min;
6403
- var $push = [].push;
6404
- var exec$1 = uncurryThis$6(/./.exec);
6405
- var push$1 = uncurryThis$6($push);
6374
+ var push$1 = uncurryThis$6([].push);
6406
6375
  var stringSlice$4 = uncurryThis$6(''.slice);
6407
6376
 
6408
6377
  // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
@@ -6416,60 +6385,20 @@ var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails$3(function () {
6416
6385
  return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';
6417
6386
  });
6418
6387
 
6388
+ var BUGGY = 'abbc'.split(/(b)*/)[1] === 'c' ||
6389
+ // eslint-disable-next-line regexp/no-empty-group -- required for testing
6390
+ 'test'.split(/(?:)/, -1).length !== 4 ||
6391
+ 'ab'.split(/(?:ab)*/).length !== 2 ||
6392
+ '.'.split(/(.?)(.?)/).length !== 4 ||
6393
+ // eslint-disable-next-line regexp/no-empty-capturing-group, regexp/no-empty-group -- required for testing
6394
+ '.'.split(/()()/).length > 1 ||
6395
+ ''.split(/.?/).length;
6396
+
6419
6397
  // @@split logic
6420
6398
  fixRegExpWellKnownSymbolLogic$1('split', function (SPLIT, nativeSplit, maybeCallNative) {
6421
- var internalSplit;
6422
- if (
6423
- 'abbc'.split(/(b)*/)[1] === 'c' ||
6424
- // eslint-disable-next-line regexp/no-empty-group -- required for testing
6425
- 'test'.split(/(?:)/, -1).length !== 4 ||
6426
- 'ab'.split(/(?:ab)*/).length !== 2 ||
6427
- '.'.split(/(.?)(.?)/).length !== 4 ||
6428
- // eslint-disable-next-line regexp/no-empty-capturing-group, regexp/no-empty-group -- required for testing
6429
- '.'.split(/()()/).length > 1 ||
6430
- ''.split(/.?/).length
6431
- ) {
6432
- // based on es5-shim implementation, need to rework it
6433
- internalSplit = function (separator, limit) {
6434
- var string = toString$4(requireObjectCoercible$3(this));
6435
- var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
6436
- if (lim === 0) return [];
6437
- if (separator === undefined) return [string];
6438
- // If `separator` is not a regex, use native split
6439
- if (!isRegExp$2(separator)) {
6440
- return call$7(nativeSplit, string, separator, lim);
6441
- }
6442
- var output = [];
6443
- var flags = (separator.ignoreCase ? 'i' : '') +
6444
- (separator.multiline ? 'm' : '') +
6445
- (separator.unicode ? 'u' : '') +
6446
- (separator.sticky ? 'y' : '');
6447
- var lastLastIndex = 0;
6448
- // Make `global` and avoid `lastIndex` issues by working with a copy
6449
- var separatorCopy = new RegExp(separator.source, flags + 'g');
6450
- var match, lastIndex, lastLength;
6451
- while (match = call$7(regexpExec, separatorCopy, string)) {
6452
- lastIndex = separatorCopy.lastIndex;
6453
- if (lastIndex > lastLastIndex) {
6454
- push$1(output, stringSlice$4(string, lastLastIndex, match.index));
6455
- if (match.length > 1 && match.index < string.length) apply$2($push, output, arraySlice$1(match, 1));
6456
- lastLength = match[0].length;
6457
- lastLastIndex = lastIndex;
6458
- if (output.length >= lim) break;
6459
- }
6460
- if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop
6461
- }
6462
- if (lastLastIndex === string.length) {
6463
- if (lastLength || !exec$1(separatorCopy, '')) push$1(output, '');
6464
- } else push$1(output, stringSlice$4(string, lastLastIndex));
6465
- return output.length > lim ? arraySlice$1(output, 0, lim) : output;
6466
- };
6467
- // Chakra, V8
6468
- } else if ('0'.split(undefined, 0).length) {
6469
- internalSplit = function (separator, limit) {
6470
- return separator === undefined && limit === 0 ? [] : call$7(nativeSplit, this, separator, limit);
6471
- };
6472
- } else internalSplit = nativeSplit;
6399
+ var internalSplit = '0'.split(undefined, 0).length ? function (separator, limit) {
6400
+ return separator === undefined && limit === 0 ? [] : call$8(nativeSplit, this, separator, limit);
6401
+ } : nativeSplit;
6473
6402
 
6474
6403
  return [
6475
6404
  // `String.prototype.split` method
@@ -6478,8 +6407,8 @@ fixRegExpWellKnownSymbolLogic$1('split', function (SPLIT, nativeSplit, maybeCall
6478
6407
  var O = requireObjectCoercible$3(this);
6479
6408
  var splitter = isNullOrUndefined$2(separator) ? undefined : getMethod$3(separator, SPLIT);
6480
6409
  return splitter
6481
- ? call$7(splitter, separator, O, limit)
6482
- : call$7(internalSplit, toString$4(O), separator, limit);
6410
+ ? call$8(splitter, separator, O, limit)
6411
+ : call$8(internalSplit, toString$4(O), separator, limit);
6483
6412
  },
6484
6413
  // `RegExp.prototype[@@split]` method
6485
6414
  // https://tc39.es/ecma262/#sec-regexp.prototype-@@split
@@ -6489,30 +6418,30 @@ fixRegExpWellKnownSymbolLogic$1('split', function (SPLIT, nativeSplit, maybeCall
6489
6418
  function (string, limit) {
6490
6419
  var rx = anObject$5(this);
6491
6420
  var S = toString$4(string);
6492
- var res = maybeCallNative(internalSplit, rx, S, limit, internalSplit !== nativeSplit);
6493
6421
 
6494
- if (res.done) return res.value;
6422
+ if (!BUGGY) {
6423
+ var res = maybeCallNative(internalSplit, rx, S, limit, internalSplit !== nativeSplit);
6424
+ if (res.done) return res.value;
6425
+ }
6495
6426
 
6496
6427
  var C = speciesConstructor$1(rx, RegExp);
6497
-
6498
6428
  var unicodeMatching = rx.unicode;
6499
6429
  var flags = (rx.ignoreCase ? 'i' : '') +
6500
6430
  (rx.multiline ? 'm' : '') +
6501
6431
  (rx.unicode ? 'u' : '') +
6502
6432
  (UNSUPPORTED_Y$1 ? 'g' : 'y');
6503
-
6504
6433
  // ^(? + rx + ) is needed, in combination with some S slicing, to
6505
6434
  // simulate the 'y' flag.
6506
6435
  var splitter = new C(UNSUPPORTED_Y$1 ? '^(?:' + rx.source + ')' : rx, flags);
6507
6436
  var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
6508
6437
  if (lim === 0) return [];
6509
- if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];
6438
+ if (S.length === 0) return regExpExec$1(splitter, S) === null ? [S] : [];
6510
6439
  var p = 0;
6511
6440
  var q = 0;
6512
6441
  var A = [];
6513
6442
  while (q < S.length) {
6514
6443
  splitter.lastIndex = UNSUPPORTED_Y$1 ? 0 : q;
6515
- var z = callRegExpExec(splitter, UNSUPPORTED_Y$1 ? stringSlice$4(S, q) : S);
6444
+ var z = regExpExec$1(splitter, UNSUPPORTED_Y$1 ? stringSlice$4(S, q) : S);
6516
6445
  var e;
6517
6446
  if (
6518
6447
  z === null ||
@@ -6533,7 +6462,7 @@ fixRegExpWellKnownSymbolLogic$1('split', function (SPLIT, nativeSplit, maybeCall
6533
6462
  return A;
6534
6463
  }
6535
6464
  ];
6536
- }, !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC, UNSUPPORTED_Y$1);
6465
+ }, BUGGY || !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC, UNSUPPORTED_Y$1);
6537
6466
 
6538
6467
  function caseInsensitiveString(input) {
6539
6468
  return input === null || input === void 0 ? void 0 : input.toLocaleLowerCase();
@@ -6643,6 +6572,19 @@ function mapIterable(values, fn) {
6643
6572
  return mapping;
6644
6573
  }
6645
6574
 
6575
+ var isObject$3 = isObject$c;
6576
+ var classof$1 = classofRaw$2;
6577
+ var wellKnownSymbol$8 = wellKnownSymbol$k;
6578
+
6579
+ var MATCH$2 = wellKnownSymbol$8('match');
6580
+
6581
+ // `IsRegExp` abstract operation
6582
+ // https://tc39.es/ecma262/#sec-isregexp
6583
+ var isRegexp = function (it) {
6584
+ var isRegExp;
6585
+ return isObject$3(it) && ((isRegExp = it[MATCH$2]) !== undefined ? !!isRegExp : classof$1(it) === 'RegExp');
6586
+ };
6587
+
6646
6588
  var isRegExp$1 = isRegexp;
6647
6589
 
6648
6590
  var $TypeError$5 = TypeError;
@@ -7998,6 +7940,17 @@ if (isForced$1('RegExp', BASE_FORCED)) {
7998
7940
  // https://tc39.es/ecma262/#sec-get-regexp-@@species
7999
7941
  setSpecies$1('RegExp');
8000
7942
 
7943
+ var NATIVE_BIND = functionBindNative;
7944
+
7945
+ var FunctionPrototype = Function.prototype;
7946
+ var apply$2 = FunctionPrototype.apply;
7947
+ var call$7 = FunctionPrototype.call;
7948
+
7949
+ // eslint-disable-next-line es/no-reflect -- safe
7950
+ var functionApply = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call$7.bind(apply$2) : function () {
7951
+ return call$7.apply(apply$2, arguments);
7952
+ });
7953
+
8001
7954
  var uncurryThis$2 = functionUncurryThis;
8002
7955
  var toObject = toObject$7;
8003
7956
 
@@ -10541,12 +10494,12 @@ function defaultForwardFunctionFactory(defaultFn) {
10541
10494
  /**
10542
10495
  * A function that returns the input value.
10543
10496
  *
10497
+ * Is an alias of the mapIdentityFunction, so it will return true when passed to isMapIdentityFunction().
10498
+ *
10544
10499
  * @param input
10545
10500
  * @returns
10546
10501
  */
10547
- function passThrough(input) {
10548
- return input;
10549
- }
10502
+ const passThrough = MAP_IDENTITY;
10550
10503
 
10551
10504
  /**
10552
10505
  * Builds an array from intersection of the input object and input keys that correspond to values that should be part of the result.
@@ -11092,7 +11045,7 @@ var isCallable$3 = isCallable$n;
11092
11045
  var hasOwn = hasOwnProperty_1;
11093
11046
  var fails = fails$p;
11094
11047
  var html = html$2;
11095
- var arraySlice = arraySlice$3;
11048
+ var arraySlice = arraySlice$2;
11096
11049
  var createElement = documentCreateElement$2;
11097
11050
  var validateArgumentsLength = validateArgumentsLength$1;
11098
11051
  var IS_IOS$1 = engineIsIos;