core-js-pure 3.32.2 → 3.33.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/actual/array/virtual/group-by-to-map.js +2 -2
- package/actual/array/virtual/group-by.js +2 -2
- package/actual/array/virtual/group-to-map.js +2 -2
- package/actual/array/virtual/group.js +2 -2
- package/es/README.md +1 -1
- package/es/array/virtual/at.js +2 -2
- package/es/array/virtual/concat.js +2 -2
- package/es/array/virtual/copy-within.js +2 -2
- package/es/array/virtual/entries.js +2 -2
- package/es/array/virtual/every.js +2 -2
- package/es/array/virtual/fill.js +2 -2
- package/es/array/virtual/filter.js +2 -2
- package/es/array/virtual/find-index.js +2 -2
- package/es/array/virtual/find-last-index.js +2 -2
- package/es/array/virtual/find-last.js +2 -2
- package/es/array/virtual/find.js +2 -2
- package/es/array/virtual/flat-map.js +2 -2
- package/es/array/virtual/flat.js +2 -2
- package/es/array/virtual/for-each.js +2 -2
- package/es/array/virtual/includes.js +2 -2
- package/es/array/virtual/index-of.js +2 -2
- package/es/array/virtual/iterator.js +2 -2
- package/es/array/virtual/join.js +2 -2
- package/es/array/virtual/keys.js +2 -2
- package/es/array/virtual/last-index-of.js +2 -2
- package/es/array/virtual/map.js +2 -2
- package/es/array/virtual/push.js +2 -2
- package/es/array/virtual/reduce-right.js +2 -2
- package/es/array/virtual/reduce.js +2 -2
- package/es/array/virtual/reverse.js +2 -2
- package/es/array/virtual/slice.js +2 -2
- package/es/array/virtual/some.js +2 -2
- package/es/array/virtual/sort.js +2 -2
- package/es/array/virtual/splice.js +2 -2
- package/es/array/virtual/to-reversed.js +2 -2
- package/es/array/virtual/to-sorted.js +2 -2
- package/es/array/virtual/to-spliced.js +2 -2
- package/es/array/virtual/unshift.js +2 -2
- package/es/array/virtual/values.js +2 -2
- package/es/array/virtual/with.js +2 -2
- package/es/function/virtual/bind.js +2 -2
- package/es/number/virtual/to-exponential.js +2 -2
- package/es/number/virtual/to-fixed.js +2 -2
- package/es/number/virtual/to-precision.js +2 -2
- package/es/string/virtual/anchor.js +2 -2
- package/es/string/virtual/at.js +2 -2
- package/es/string/virtual/big.js +2 -2
- package/es/string/virtual/blink.js +2 -2
- package/es/string/virtual/bold.js +2 -2
- package/es/string/virtual/code-point-at.js +2 -2
- package/es/string/virtual/ends-with.js +2 -2
- package/es/string/virtual/fixed.js +2 -2
- package/es/string/virtual/fontcolor.js +2 -2
- package/es/string/virtual/fontsize.js +2 -2
- package/es/string/virtual/includes.js +2 -2
- package/es/string/virtual/is-well-formed.js +2 -1
- package/es/string/virtual/italics.js +2 -2
- package/es/string/virtual/link.js +2 -2
- package/es/string/virtual/match-all.js +2 -2
- package/es/string/virtual/pad-end.js +2 -2
- package/es/string/virtual/pad-start.js +2 -2
- package/es/string/virtual/repeat.js +2 -2
- package/es/string/virtual/replace-all.js +2 -2
- package/es/string/virtual/small.js +2 -2
- package/es/string/virtual/starts-with.js +2 -2
- package/es/string/virtual/strike.js +2 -2
- package/es/string/virtual/sub.js +2 -2
- package/es/string/virtual/substr.js +2 -2
- package/es/string/virtual/sup.js +2 -2
- package/es/string/virtual/to-well-formed.js +2 -1
- package/es/string/virtual/trim-end.js +2 -2
- package/es/string/virtual/trim-left.js +2 -2
- package/es/string/virtual/trim-right.js +2 -2
- package/es/string/virtual/trim-start.js +2 -2
- package/es/string/virtual/trim.js +2 -2
- package/features/regexp/escape.js +2 -0
- package/full/array/virtual/filter-out.js +2 -2
- package/full/array/virtual/filter-reject.js +2 -2
- package/full/array/virtual/unique-by.js +2 -2
- package/full/function/virtual/demethodize.js +2 -2
- package/full/function/virtual/un-this.js +2 -2
- package/full/index.js +1 -0
- package/full/regexp/escape.js +5 -0
- package/full/regexp/index.js +1 -0
- package/full/string/virtual/at.js +2 -2
- package/full/string/virtual/code-points.js +2 -1
- package/internals/a-callable.js +1 -1
- package/internals/a-constructor.js +1 -1
- package/internals/a-map.js +3 -1
- package/internals/a-possible-prototype.js +1 -1
- package/internals/a-set.js +3 -1
- package/internals/a-weak-map.js +3 -1
- package/internals/a-weak-set.js +3 -1
- package/internals/an-instance.js +1 -1
- package/internals/an-object.js +1 -1
- package/internals/array-from-async.js +2 -2
- package/internals/array-reduce.js +1 -1
- package/internals/array-set-length.js +1 -1
- package/internals/array-with.js +1 -1
- package/internals/composite-key.js +1 -1
- package/internals/date-to-iso-string.js +1 -1
- package/internals/date-to-primitive.js +1 -1
- package/internals/delete-property-or-throw.js +1 -1
- package/internals/detach-transferable.js +37 -0
- package/internals/error-stack-clear.js +1 -1
- package/internals/error-stack-installable.js +1 -1
- package/internals/error-to-string.js +2 -3
- package/internals/get-built-in-prototype-method.js +8 -0
- package/internals/get-iterator.js +1 -1
- package/internals/get-set-record.js +2 -2
- package/internals/ieee754.js +9 -20
- package/internals/internal-state.js +3 -3
- package/internals/is-constructor.js +1 -1
- package/internals/iterate.js +1 -1
- package/internals/map-upsert.js +1 -1
- package/internals/math-f16round.js +12 -0
- package/internals/math-float-round.js +23 -0
- package/internals/math-fround.js +5 -21
- package/internals/new-promise-capability.js +1 -1
- package/internals/not-a-nan.js +1 -1
- package/internals/not-a-regexp.js +1 -1
- package/internals/numeric-range-iterator.js +5 -5
- package/internals/object-define-property.js +1 -1
- package/internals/ordinary-to-primitive.js +1 -1
- package/internals/parse-json-string.js +4 -4
- package/internals/regexp-exec-abstract.js +1 -1
- package/internals/require-object-coercible.js +1 -1
- package/internals/shared.js +2 -2
- package/internals/string-cooked.js +1 -1
- package/internals/string-punycode-to-ascii.js +2 -2
- package/internals/string-repeat.js +1 -1
- package/internals/to-big-int.js +1 -1
- package/internals/to-index.js +1 -1
- package/internals/to-positive-integer.js +1 -1
- package/internals/to-primitive.js +1 -1
- package/internals/to-string.js +1 -1
- package/internals/validate-arguments-length.js +1 -1
- package/modules/es.aggregate-error.constructor.js +1 -1
- package/modules/es.array.iterator.js +1 -2
- package/modules/es.array.to-sorted.js +2 -2
- package/modules/es.error.cause.js +2 -1
- package/modules/es.number.constructor.js +1 -1
- package/modules/es.number.to-exponential.js +1 -1
- package/modules/es.number.to-fixed.js +1 -1
- package/modules/es.promise.constructor.js +2 -2
- package/modules/es.string.from-code-point.js +1 -1
- package/modules/es.string.match-all.js +1 -1
- package/modules/es.string.replace-all.js +1 -1
- package/modules/es.symbol.constructor.js +20 -10
- package/modules/es.symbol.key-for.js +1 -1
- package/modules/esnext.async-disposable-stack.constructor.js +1 -1
- package/modules/esnext.async-iterator.constructor.js +1 -1
- package/modules/esnext.async-iterator.reduce.js +1 -1
- package/modules/esnext.disposable-stack.constructor.js +1 -1
- package/modules/esnext.iterator.constructor.js +1 -1
- package/modules/esnext.iterator.range.js +1 -1
- package/modules/esnext.iterator.reduce.js +1 -1
- package/modules/esnext.json.parse.js +6 -6
- package/modules/esnext.json.raw-json.js +2 -2
- package/modules/esnext.map.reduce.js +1 -1
- package/modules/esnext.map.update.js +1 -1
- package/modules/esnext.math.f16round.js +2 -11
- package/modules/esnext.math.seeded-prng.js +1 -1
- package/modules/esnext.number.from-string.js +5 -5
- package/modules/esnext.observable.constructor.js +1 -2
- package/modules/esnext.observable.from.js +1 -2
- package/modules/esnext.observable.of.js +1 -2
- package/modules/esnext.regexp.escape.js +20 -0
- package/modules/esnext.set.reduce.js +1 -1
- package/modules/esnext.string.dedent.js +5 -5
- package/modules/esnext.suppressed-error.constructor.js +1 -1
- package/modules/esnext.symbol.metadata-key.js +1 -0
- package/modules/esnext.symbol.metadata.js +0 -1
- package/modules/web.dom-exception.constructor.js +2 -2
- package/modules/web.dom-exception.stack.js +2 -2
- package/modules/web.structured-clone.js +18 -17
- package/modules/web.url-search-params.constructor.js +21 -12
- package/modules/web.url.constructor.js +3 -3
- package/package.json +2 -1
- package/postinstall.js +1 -0
- package/proposals/array-buffer-transfer.js +1 -0
- package/proposals/data-view-get-set-uint8-clamped.js +1 -1
- package/proposals/regexp-escaping.js +3 -0
- package/stable/instance/for-each.js +1 -1
- package/stage/2.js +1 -0
- package/stage/README.md +1 -1
- package/web/README.md +1 -1
- package/internals/observable-forced.js +0 -14
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
require('../../../modules/es.map');
|
|
3
3
|
require('../../../modules/es.object.to-string');
|
|
4
4
|
require('../../../modules/esnext.array.group-by-to-map');
|
|
5
|
-
var
|
|
5
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
6
6
|
|
|
7
|
-
module.exports =
|
|
7
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'groupByToMap');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/esnext.array.group-by');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'groupBy');
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
require('../../../modules/es.map');
|
|
3
3
|
require('../../../modules/es.object.to-string');
|
|
4
4
|
require('../../../modules/esnext.array.group-to-map');
|
|
5
|
-
var
|
|
5
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
6
6
|
|
|
7
|
-
module.exports =
|
|
7
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'groupToMap');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/esnext.array.group');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'group');
|
package/es/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
This folder contains entry points for [stable ECMAScript features](https://github.com/zloirock/core-js
|
|
1
|
+
This folder contains entry points for [stable ECMAScript features](https://github.com/zloirock/core-js/#ecmascript) with dependencies.
|
package/es/array/virtual/at.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.at');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'at');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.concat');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'concat');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.copy-within');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'copyWithin');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.iterator');
|
|
3
3
|
require('../../../modules/es.object.to-string');
|
|
4
|
-
var
|
|
4
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
5
5
|
|
|
6
|
-
module.exports =
|
|
6
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'entries');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.every');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'every');
|
package/es/array/virtual/fill.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.fill');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'fill');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.filter');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'filter');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.find-index');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'findIndex');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.find-last-index');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'findLastIndex');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.find-last');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'findLast');
|
package/es/array/virtual/find.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.find');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'find');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.flat-map');
|
|
3
3
|
require('../../../modules/es.array.unscopables.flat-map');
|
|
4
|
-
var
|
|
4
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
5
5
|
|
|
6
|
-
module.exports =
|
|
6
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'flatMap');
|
package/es/array/virtual/flat.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.flat');
|
|
3
3
|
require('../../../modules/es.array.unscopables.flat');
|
|
4
|
-
var
|
|
4
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
5
5
|
|
|
6
|
-
module.exports =
|
|
6
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'flat');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.for-each');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'forEach');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.includes');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'includes');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.index-of');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'indexOf');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.iterator');
|
|
3
3
|
require('../../../modules/es.object.to-string');
|
|
4
|
-
var
|
|
4
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
5
5
|
|
|
6
|
-
module.exports =
|
|
6
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'values');
|
package/es/array/virtual/join.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.join');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'join');
|
package/es/array/virtual/keys.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.iterator');
|
|
3
3
|
require('../../../modules/es.object.to-string');
|
|
4
|
-
var
|
|
4
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
5
5
|
|
|
6
|
-
module.exports =
|
|
6
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'keys');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.last-index-of');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'lastIndexOf');
|
package/es/array/virtual/map.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.map');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'map');
|
package/es/array/virtual/push.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.push');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'push');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.reduce-right');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'reduceRight');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.reduce');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'reduce');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.reverse');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'reverse');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.slice');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'slice');
|
package/es/array/virtual/some.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.some');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'some');
|
package/es/array/virtual/sort.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.sort');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'sort');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.splice');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'splice');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.to-reversed');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'toReversed');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.sort');
|
|
3
3
|
require('../../../modules/es.array.to-sorted');
|
|
4
|
-
var
|
|
4
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
5
5
|
|
|
6
|
-
module.exports =
|
|
6
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'toSorted');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.to-spliced');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'toSpliced');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.unshift');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'unshift');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.iterator');
|
|
3
3
|
require('../../../modules/es.object.to-string');
|
|
4
|
-
var
|
|
4
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
5
5
|
|
|
6
|
-
module.exports =
|
|
6
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'values');
|
package/es/array/virtual/with.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.array.with');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Array', 'with');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.function.bind');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Function', 'bind');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.number.to-exponential');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Number', 'toExponential');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.number.to-fixed');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Number', 'toFixed');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.number.to-precision');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('Number', 'toPrecision');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.anchor');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'anchor');
|
package/es/string/virtual/at.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.at-alternative');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'at');
|
package/es/string/virtual/big.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.big');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'big');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.blink');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'blink');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.bold');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'bold');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.code-point-at');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'codePointAt');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.ends-with');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'endsWith');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.fixed');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'fixed');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.fontcolor');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'fontcolor');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.fontsize');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'fontsize');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.includes');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'includes');
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.is-well-formed');
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
3
4
|
|
|
4
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'isWellFormed');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.italics');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'italics');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.link');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'link');
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
require('../../../modules/es.object.to-string');
|
|
3
3
|
require('../../../modules/es.regexp.exec');
|
|
4
4
|
require('../../../modules/es.string.match-all');
|
|
5
|
-
var
|
|
5
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
6
6
|
|
|
7
|
-
module.exports =
|
|
7
|
+
module.exports = getBuiltInPrototypeMethod('String', 'matchAll');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.pad-end');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'padEnd');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.pad-start');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'padStart');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
require('../../../modules/es.string.repeat');
|
|
3
|
-
var
|
|
3
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
4
4
|
|
|
5
|
-
module.exports =
|
|
5
|
+
module.exports = getBuiltInPrototypeMethod('String', 'repeat');
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
require('../../../modules/es.regexp.exec');
|
|
3
3
|
require('../../../modules/es.string.replace');
|
|
4
4
|
require('../../../modules/es.string.replace-all');
|
|
5
|
-
var
|
|
5
|
+
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
|
|
6
6
|
|
|
7
|
-
module.exports =
|
|
7
|
+
module.exports = getBuiltInPrototypeMethod('String', 'replaceAll');
|