core-js 3.33.0 → 3.33.3
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/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/string/virtual/at.js +2 -2
- package/full/string/virtual/code-points.js +2 -1
- package/internals/array-from-async.js +2 -2
- package/internals/engine-is-bun.js +1 -1
- package/internals/error-to-string.js +2 -3
- package/internals/get-async-iterator-flattenable.js +1 -1
- package/internals/get-built-in-prototype-method.js +8 -0
- package/internals/global.js +2 -1
- package/internals/shared.js +2 -2
- package/modules/es.array.iterator.js +1 -2
- package/modules/es.array.to-sorted.js +2 -2
- package/modules/es.symbol.constructor.js +5 -4
- package/modules/esnext.data-view.get-uint8-clamped.js +1 -1
- package/modules/esnext.data-view.set-uint8-clamped.js +1 -1
- package/modules/esnext.number.from-string.js +10 -7
- package/modules/esnext.string.dedent.js +7 -12
- package/modules/esnext.symbol.metadata-key.js +1 -0
- package/modules/esnext.symbol.metadata.js +0 -1
- package/modules/web.structured-clone.js +52 -159
- package/modules/web.url-search-params.constructor.js +20 -11
- package/package.json +2 -1
- package/proposals/array-buffer-transfer.js +1 -0
- package/proposals/data-view-get-set-uint8-clamped.js +1 -1
- package/proposals/well-formed-unicode-strings.js +1 -0
- package/stable/instance/for-each.js +1 -1
- package/stage/README.md +1 -1
- package/web/README.md +1 -1
|
@@ -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');
|