core-js 3.22.6 → 3.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/actual/array/find-last-index.js +2 -2
- package/actual/array/find-last.js +2 -2
- package/actual/array/group-to-map.js +6 -0
- package/actual/array/group.js +4 -0
- package/actual/array/index.js +2 -0
- package/actual/array/push.js +3 -0
- package/actual/array/unshift.js +3 -0
- package/actual/array/virtual/find-last-index.js +2 -2
- package/actual/array/virtual/find-last.js +2 -2
- package/actual/array/virtual/group-to-map.js +6 -0
- package/actual/array/virtual/group.js +4 -0
- package/actual/array/virtual/index.js +2 -0
- package/actual/array/virtual/push.js +3 -0
- package/actual/array/virtual/unshift.js +3 -0
- package/actual/instance/group-to-map.js +9 -0
- package/actual/instance/group.js +9 -0
- package/actual/instance/push.js +3 -0
- package/actual/instance/unshift.js +3 -0
- package/actual/typed-array/at.js +1 -1
- package/actual/typed-array/find-last-index.js +3 -0
- package/actual/typed-array/find-last.js +3 -0
- package/es/array/find-last-index.js +4 -0
- package/es/array/find-last.js +4 -0
- package/es/array/index.js +4 -0
- package/es/array/push.js +4 -0
- package/es/array/unshift.js +4 -0
- package/es/array/virtual/find-last-index.js +4 -0
- package/es/array/virtual/find-last.js +4 -0
- package/es/array/virtual/index.js +4 -0
- package/es/array/virtual/push.js +4 -0
- package/es/array/virtual/unshift.js +4 -0
- package/es/index.js +6 -0
- package/es/instance/find-last-index.js +9 -0
- package/es/instance/find-last.js +9 -0
- package/es/instance/push.js +9 -0
- package/es/instance/unshift.js +9 -0
- package/es/typed-array/find-last-index.js +1 -0
- package/es/typed-array/find-last.js +1 -0
- package/es/typed-array/methods.js +2 -0
- package/features/array/group-to-map.js +1 -0
- package/features/array/group.js +1 -0
- package/features/array/push.js +1 -0
- package/features/array/unshift.js +1 -0
- package/features/array/virtual/group-to-map.js +1 -0
- package/features/array/virtual/group.js +1 -0
- package/features/array/virtual/push.js +1 -0
- package/features/array/virtual/unshift.js +1 -0
- package/features/instance/group-to-map.js +1 -0
- package/features/instance/group.js +1 -0
- package/features/instance/push.js +1 -0
- package/features/instance/unshift.js +1 -0
- package/features/symbol/metadata-key.js +1 -0
- package/full/array/group-to-map.js +3 -0
- package/full/array/group.js +3 -0
- package/full/array/push.js +3 -0
- package/full/array/unshift.js +3 -0
- package/full/array/virtual/group-to-map.js +3 -0
- package/full/array/virtual/group.js +3 -0
- package/full/array/virtual/push.js +3 -0
- package/full/array/virtual/unshift.js +3 -0
- package/full/index.js +9 -0
- package/full/instance/group-to-map.js +3 -0
- package/full/instance/group.js +3 -0
- package/full/instance/push.js +3 -0
- package/full/instance/unshift.js +3 -0
- package/full/symbol/index.js +2 -2
- package/full/symbol/metadata-key.js +4 -0
- package/full/typed-array/at.js +1 -1
- package/internals/a-callable.js +2 -3
- package/internals/a-constructor.js +2 -3
- package/internals/a-possible-prototype.js +3 -4
- package/internals/an-instance.js +2 -3
- package/internals/an-object.js +3 -4
- package/internals/array-copy-within.js +2 -1
- package/internals/array-from.js +3 -4
- package/internals/array-group-to-map.js +32 -0
- package/internals/{array-group-by.js → array-group.js} +2 -3
- package/internals/array-reduce.js +2 -3
- package/internals/array-slice-simple.js +2 -3
- package/internals/array-species-constructor.js +3 -4
- package/internals/array-to-spliced.js +2 -4
- package/internals/array-with.js +2 -3
- package/internals/async-iterator-iteration.js +2 -7
- package/internals/classof.js +2 -3
- package/internals/composite-key.js +3 -4
- package/internals/date-to-iso-string.js +2 -3
- package/internals/date-to-primitive.js +2 -3
- package/internals/define-built-in.js +7 -2
- package/internals/delete-property-or-throw.js +8 -0
- package/internals/does-not-exceed-safe-integer.js +7 -0
- package/internals/engine-is-deno.js +2 -0
- package/internals/flatten-into-array.js +2 -4
- package/internals/function-bind.js +3 -4
- package/internals/get-iterator.js +2 -3
- package/internals/ieee754.js +2 -4
- package/internals/indexed-object.js +4 -5
- package/internals/is-iterable.js +2 -3
- package/internals/is-symbol.js +2 -3
- package/internals/iterate.js +2 -3
- package/internals/make-built-in.js +6 -5
- package/internals/map-upsert.js +2 -3
- package/internals/not-a-regexp.js +2 -3
- package/internals/numeric-range-iterator.js +7 -8
- package/internals/object-define-property.js +2 -3
- package/internals/object-get-prototype-of.js +5 -5
- package/internals/ordinary-to-primitive.js +2 -3
- package/internals/regexp-exec-abstract.js +2 -3
- package/internals/require-object-coercible.js +2 -4
- package/internals/shared.js +2 -2
- package/internals/string-punycode-to-ascii.js +3 -4
- package/internals/string-repeat.js +2 -3
- package/internals/to-big-int.js +12 -0
- package/internals/to-index.js +2 -3
- package/internals/to-object.js +2 -3
- package/internals/to-offset.js +2 -3
- package/internals/to-positive-integer.js +2 -3
- package/internals/to-primitive.js +2 -3
- package/internals/to-string.js +2 -3
- package/internals/try-to-string.js +2 -4
- package/internals/validate-arguments-length.js +2 -4
- package/modules/es.aggregate-error.constructor.js +5 -6
- package/modules/es.array.concat.js +3 -6
- package/modules/es.array.find-last-index.js +14 -0
- package/modules/es.array.find-last.js +14 -0
- package/modules/es.array.of.js +4 -4
- package/modules/es.array.push.js +39 -0
- package/modules/es.array.slice.js +4 -5
- package/modules/es.array.sort.js +2 -1
- package/modules/es.array.splice.js +7 -11
- package/modules/es.array.unshift.js +42 -0
- package/modules/es.date.now.js +3 -4
- package/modules/es.number.epsilon.js +1 -1
- package/modules/es.number.max-safe-integer.js +1 -1
- package/modules/es.number.min-safe-integer.js +1 -1
- package/modules/es.number.to-exponential.js +7 -8
- package/modules/es.number.to-fixed.js +5 -6
- package/modules/es.regexp.dot-all.js +2 -3
- package/modules/es.regexp.flags.js +38 -1
- package/modules/es.regexp.sticky.js +2 -3
- package/modules/es.regexp.test.js +2 -3
- package/modules/es.string.from-code-point.js +2 -3
- package/modules/es.string.match-all.js +2 -3
- package/modules/es.string.replace-all.js +2 -3
- package/modules/es.typed-array.fill.js +18 -9
- package/modules/es.typed-array.find-last-index.js +12 -0
- package/modules/es.typed-array.find-last.js +12 -0
- package/modules/esnext.array.find-last-index.js +2 -14
- package/modules/esnext.array.find-last.js +2 -14
- package/modules/esnext.array.group-by-to-map.js +4 -30
- package/modules/esnext.array.group-by.js +3 -2
- package/modules/esnext.array.group-to-map.js +11 -0
- package/modules/esnext.array.group.js +15 -0
- package/modules/esnext.array.to-reversed.js +2 -3
- package/modules/esnext.array.to-sorted.js +2 -3
- package/modules/esnext.array.to-spliced.js +2 -3
- package/modules/esnext.array.with.js +2 -3
- package/modules/esnext.async-iterator.reduce.js +2 -3
- package/modules/esnext.composite-key.js +2 -3
- package/modules/esnext.iterator.flat-map.js +2 -3
- package/modules/esnext.iterator.reduce.js +2 -3
- package/modules/esnext.map.reduce.js +2 -3
- package/modules/esnext.map.update.js +2 -3
- package/modules/esnext.math.deg-per-rad.js +1 -1
- package/modules/esnext.math.rad-per-deg.js +1 -1
- package/modules/esnext.math.seeded-prng.js +2 -3
- package/modules/esnext.number.from-string.js +8 -9
- package/modules/esnext.set.reduce.js +2 -3
- package/modules/esnext.string.cooked.js +2 -3
- package/modules/esnext.symbol.metadata-key.js +5 -0
- package/modules/esnext.symbol.metadata.js +1 -0
- package/modules/esnext.typed-array.find-last-index.js +2 -12
- package/modules/esnext.typed-array.find-last.js +2 -12
- package/modules/esnext.typed-array.group-by.js +2 -2
- package/modules/esnext.typed-array.with.js +21 -2
- package/modules/web.structured-clone.js +17 -5
- package/package.json +1 -1
- package/proposals/array-grouping-stage-3-2.js +3 -0
- package/proposals/array-grouping-stage-3.js +1 -0
- package/proposals/decorator-metadata.js +2 -0
- package/proposals/decorators.js +1 -2
- package/stable/array/find-last-index.js +1 -0
- package/stable/array/find-last.js +1 -0
- package/stable/array/push.js +3 -0
- package/stable/array/unshift.js +3 -0
- package/stable/array/virtual/find-last-index.js +1 -0
- package/stable/array/virtual/find-last.js +1 -0
- package/stable/array/virtual/push.js +3 -0
- package/stable/array/virtual/unshift.js +3 -0
- package/stable/index.js +6 -0
- package/stable/instance/find-last-index.js +3 -0
- package/stable/instance/find-last.js +3 -0
- package/stable/instance/push.js +3 -0
- package/stable/instance/unshift.js +3 -0
- package/stable/typed-array/find-last-index.js +1 -0
- package/stable/typed-array/find-last.js +1 -0
- package/stage/2.js +2 -1
- package/stage/3.js +3 -1
package/stage/2.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
require('../proposals/array-from-async-stage-2');
|
|
2
2
|
require('../proposals/array-is-template-object');
|
|
3
|
-
require('../proposals/
|
|
3
|
+
require('../proposals/decorator-metadata');
|
|
4
4
|
require('../proposals/iterator-helpers');
|
|
5
5
|
require('../proposals/map-upsert-stage-2');
|
|
6
6
|
require('../proposals/set-methods');
|
|
7
7
|
require('../proposals/using-statement');
|
|
8
8
|
// TODO: Obsolete versions, remove from `core-js@4`
|
|
9
9
|
require('../proposals/array-grouping');
|
|
10
|
+
require('../proposals/decorators');
|
|
10
11
|
var parent = require('./3');
|
|
11
12
|
|
|
12
13
|
module.exports = parent;
|
package/stage/3.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
require('../proposals/array-find-from-last');
|
|
2
|
-
require('../proposals/array-grouping-stage-3');
|
|
2
|
+
require('../proposals/array-grouping-stage-3-2');
|
|
3
3
|
require('../proposals/change-array-by-copy');
|
|
4
|
+
// TODO: Obsolete versions, remove from `core-js@4`
|
|
5
|
+
require('../proposals/array-grouping-stage-3');
|
|
4
6
|
var parent = require('./4');
|
|
5
7
|
|
|
6
8
|
module.exports = parent;
|