core-js 3.15.2 → 3.16.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/README.md +1 -1
- package/es/aggregate-error.js +1 -1
- package/es/array/entries.js +1 -0
- package/es/array/index.js +2 -1
- package/es/array/iterator.js +1 -0
- package/es/array/keys.js +1 -0
- package/es/array/values.js +1 -0
- package/es/array/virtual/entries.js +1 -0
- package/es/array/virtual/index.js +1 -0
- package/es/array/virtual/iterator.js +1 -0
- package/es/array/virtual/keys.js +1 -0
- package/es/array/virtual/values.js +1 -0
- package/es/escape.js +2 -2
- package/es/get-iterator-method.js +5 -0
- package/es/get-iterator.js +5 -0
- package/es/is-iterable.js +5 -0
- package/es/map/index.js +1 -1
- package/es/promise/all-settled.js +2 -1
- package/es/promise/any.js +2 -1
- package/es/promise/finally.js +1 -0
- package/es/promise/index.js +1 -1
- package/es/reflect/index.js +1 -0
- package/es/reflect/to-string-tag.js +1 -0
- package/es/regexp/constructor.js +3 -0
- package/es/regexp/match.js +1 -0
- package/es/regexp/replace.js +1 -0
- package/es/regexp/search.js +1 -0
- package/es/regexp/split.js +1 -0
- package/es/set/index.js +2 -2
- package/es/string/index.js +1 -0
- package/es/string/iterator.js +1 -0
- package/es/string/match-all.js +2 -0
- package/es/string/replace-all.js +2 -0
- package/es/string/virtual/index.js +2 -0
- package/es/string/virtual/iterator.js +1 -0
- package/es/string/virtual/match-all.js +2 -0
- package/es/string/virtual/replace-all.js +2 -0
- package/es/symbol/is-concat-spreadable.js +1 -1
- package/es/symbol/iterator.js +3 -2
- package/es/symbol/match-all.js +2 -0
- package/es/symbol/match.js +1 -0
- package/es/symbol/replace.js +1 -0
- package/es/symbol/search.js +1 -0
- package/es/symbol/split.js +1 -0
- package/es/symbol/to-primitive.js +1 -0
- package/es/symbol/to-string-tag.js +2 -2
- package/es/typed-array/entries.js +1 -0
- package/es/typed-array/iterator.js +1 -0
- package/es/typed-array/keys.js +1 -0
- package/es/typed-array/methods.js +2 -1
- package/es/typed-array/values.js +1 -0
- package/es/unescape.js +2 -2
- package/es/weak-map/index.js +1 -1
- package/es/weak-set/index.js +1 -1
- package/features/array/concat.js +1 -1
- package/features/array/copy-within.js +1 -1
- package/features/array/entries.js +1 -1
- package/features/array/every.js +1 -1
- package/features/array/fill.js +1 -1
- package/features/array/filter-out.js +1 -0
- package/features/array/filter-reject.js +4 -0
- package/features/array/filter.js +1 -1
- package/features/array/find-index.js +1 -1
- package/features/array/find.js +1 -1
- package/features/array/flat-map.js +1 -1
- package/features/array/flat.js +1 -1
- package/features/array/for-each.js +1 -1
- package/features/array/from.js +1 -1
- package/features/array/group-by.js +4 -0
- package/features/array/includes.js +1 -1
- package/features/array/index-of.js +1 -1
- package/features/array/index.js +4 -1
- package/features/array/is-array.js +1 -1
- package/features/array/iterator.js +1 -1
- package/features/array/join.js +1 -1
- package/features/array/keys.js +1 -1
- package/features/array/last-index-of.js +1 -1
- package/features/array/map.js +1 -1
- package/features/array/of.js +1 -1
- package/features/array/reduce-right.js +1 -1
- package/features/array/reduce.js +1 -1
- package/features/array/reverse.js +1 -1
- package/features/array/slice.js +1 -1
- package/features/array/some.js +1 -1
- package/features/array/sort.js +1 -1
- package/features/array/splice.js +1 -1
- package/features/array/values.js +1 -1
- package/features/array/virtual/concat.js +1 -1
- package/features/array/virtual/copy-within.js +1 -1
- package/features/array/virtual/entries.js +1 -1
- package/features/array/virtual/every.js +1 -1
- package/features/array/virtual/fill.js +1 -1
- package/features/array/virtual/filter-out.js +1 -0
- package/features/array/virtual/filter-reject.js +4 -0
- package/features/array/virtual/filter.js +1 -1
- package/features/array/virtual/find-index.js +1 -1
- package/features/array/virtual/find.js +1 -1
- package/features/array/virtual/flat-map.js +1 -1
- package/features/array/virtual/flat.js +1 -1
- package/features/array/virtual/for-each.js +1 -1
- package/features/array/virtual/group-by.js +4 -0
- package/features/array/virtual/includes.js +1 -1
- package/features/array/virtual/index-of.js +1 -1
- package/features/array/virtual/index.js +4 -1
- package/features/array/virtual/iterator.js +1 -1
- package/features/array/virtual/join.js +1 -1
- package/features/array/virtual/keys.js +1 -1
- package/features/array/virtual/last-index-of.js +1 -1
- package/features/array/virtual/map.js +1 -1
- package/features/array/virtual/reduce-right.js +1 -1
- package/features/array/virtual/reduce.js +1 -1
- package/features/array/virtual/reverse.js +1 -1
- package/features/array/virtual/slice.js +1 -1
- package/features/array/virtual/some.js +1 -1
- package/features/array/virtual/sort.js +1 -1
- package/features/array/virtual/splice.js +1 -1
- package/features/array/virtual/values.js +1 -1
- package/features/array-buffer/constructor.js +1 -1
- package/features/array-buffer/index.js +1 -1
- package/features/array-buffer/is-view.js +1 -1
- package/features/array-buffer/slice.js +1 -1
- package/features/async-iterator/as-indexed-pairs.js +0 -2
- package/features/async-iterator/drop.js +0 -2
- package/features/async-iterator/every.js +0 -2
- package/features/async-iterator/filter.js +0 -2
- package/features/async-iterator/find.js +0 -2
- package/features/async-iterator/flat-map.js +0 -2
- package/features/async-iterator/for-each.js +0 -2
- package/features/async-iterator/from.js +1 -0
- package/features/async-iterator/index.js +1 -0
- package/features/async-iterator/map.js +0 -2
- package/features/async-iterator/reduce.js +0 -2
- package/features/async-iterator/some.js +0 -2
- package/features/async-iterator/take.js +0 -2
- package/features/async-iterator/to-array.js +0 -2
- package/features/data-view/index.js +1 -1
- package/features/date/index.js +1 -1
- package/features/date/now.js +1 -1
- package/features/date/to-iso-string.js +1 -1
- package/features/date/to-json.js +1 -1
- package/features/date/to-primitive.js +1 -1
- package/features/date/to-string.js +1 -1
- package/features/function/bind.js +1 -1
- package/features/function/has-instance.js +1 -1
- package/features/function/index.js +1 -1
- package/features/function/name.js +1 -1
- package/features/function/virtual/bind.js +1 -1
- package/features/function/virtual/index.js +1 -1
- package/features/get-iterator-method.js +2 -4
- package/features/get-iterator.js +2 -4
- package/features/global-this.js +1 -1
- package/features/index.js +4 -0
- package/features/instance/bind.js +1 -1
- package/features/instance/code-point-at.js +1 -1
- package/features/instance/concat.js +1 -1
- package/features/instance/copy-within.js +1 -1
- package/features/instance/ends-with.js +1 -1
- package/features/instance/every.js +1 -1
- package/features/instance/fill.js +1 -1
- package/features/instance/filter-out.js +1 -0
- package/features/instance/filter-reject.js +8 -0
- package/features/instance/filter.js +1 -1
- package/features/instance/find-index.js +1 -1
- package/features/instance/find.js +1 -1
- package/features/instance/flags.js +1 -1
- package/features/instance/flat-map.js +1 -1
- package/features/instance/flat.js +1 -1
- package/features/instance/group-by.js +8 -0
- package/features/instance/includes.js +1 -1
- package/features/instance/index-of.js +1 -1
- package/features/instance/last-index-of.js +1 -1
- package/features/instance/map.js +1 -1
- package/features/instance/match-all.js +1 -1
- package/features/instance/pad-end.js +1 -1
- package/features/instance/pad-start.js +1 -1
- package/features/instance/reduce-right.js +1 -1
- package/features/instance/reduce.js +1 -1
- package/features/instance/repeat.js +1 -1
- package/features/instance/reverse.js +1 -1
- package/features/instance/slice.js +1 -1
- package/features/instance/some.js +1 -1
- package/features/instance/sort.js +1 -1
- package/features/instance/splice.js +1 -1
- package/features/instance/starts-with.js +1 -1
- package/features/instance/trim-end.js +1 -1
- package/features/instance/trim-left.js +1 -1
- package/features/instance/trim-right.js +1 -1
- package/features/instance/trim-start.js +1 -1
- package/features/instance/trim.js +1 -1
- package/features/is-iterable.js +2 -4
- package/features/iterator/as-indexed-pairs.js +0 -2
- package/features/iterator/drop.js +0 -2
- package/features/iterator/every.js +0 -2
- package/features/iterator/filter.js +0 -2
- package/features/iterator/find.js +0 -2
- package/features/iterator/flat-map.js +0 -2
- package/features/iterator/for-each.js +0 -2
- package/features/iterator/from.js +1 -0
- package/features/iterator/index.js +1 -0
- package/features/iterator/map.js +0 -2
- package/features/iterator/reduce.js +0 -2
- package/features/iterator/some.js +0 -2
- package/features/iterator/take.js +0 -2
- package/features/iterator/to-array.js +0 -2
- package/features/json/index.js +1 -1
- package/features/json/stringify.js +1 -1
- package/features/json/to-string-tag.js +1 -1
- package/features/map/from.js +1 -0
- package/features/map/index.js +1 -1
- package/features/map/of.js +1 -2
- package/features/math/acosh.js +1 -1
- package/features/math/asinh.js +1 -1
- package/features/math/atanh.js +1 -1
- package/features/math/cbrt.js +1 -1
- package/features/math/clz32.js +1 -1
- package/features/math/cosh.js +1 -1
- package/features/math/expm1.js +1 -1
- package/features/math/fround.js +1 -1
- package/features/math/hypot.js +1 -1
- package/features/math/imul.js +1 -1
- package/features/math/index.js +1 -1
- package/features/math/log10.js +1 -1
- package/features/math/log1p.js +1 -1
- package/features/math/log2.js +1 -1
- package/features/math/sign.js +1 -1
- package/features/math/sinh.js +1 -1
- package/features/math/tanh.js +1 -1
- package/features/math/to-string-tag.js +1 -1
- package/features/math/trunc.js +1 -1
- package/features/number/constructor.js +1 -1
- package/features/number/epsilon.js +1 -1
- package/features/number/index.js +1 -1
- package/features/number/is-finite.js +1 -1
- package/features/number/is-integer.js +1 -1
- package/features/number/is-nan.js +1 -1
- package/features/number/is-safe-integer.js +1 -1
- package/features/number/max-safe-integer.js +1 -1
- package/features/number/min-safe-integer.js +1 -1
- package/features/number/parse-float.js +1 -1
- package/features/number/parse-int.js +1 -1
- package/features/number/range.js +1 -0
- package/features/number/to-fixed.js +1 -1
- package/features/number/to-precision.js +1 -1
- package/features/number/virtual/index.js +1 -1
- package/features/number/virtual/to-fixed.js +1 -1
- package/features/number/virtual/to-precision.js +1 -1
- package/features/object/assign.js +1 -1
- package/features/object/create.js +1 -1
- package/features/object/define-getter.js +1 -1
- package/features/object/define-properties.js +1 -1
- package/features/object/define-property.js +1 -1
- package/features/object/define-setter.js +1 -1
- package/features/object/entries.js +1 -1
- package/features/object/freeze.js +1 -1
- package/features/object/from-entries.js +1 -1
- package/features/object/get-own-property-descriptor.js +1 -1
- package/features/object/get-own-property-descriptors.js +1 -1
- package/features/object/get-own-property-names.js +1 -1
- package/features/object/get-own-property-symbols.js +1 -1
- package/features/object/get-prototype-of.js +1 -1
- package/features/object/index.js +1 -1
- package/features/object/is-extensible.js +1 -1
- package/features/object/is-frozen.js +1 -1
- package/features/object/is-sealed.js +1 -1
- package/features/object/is.js +1 -1
- package/features/object/keys.js +1 -1
- package/features/object/lookup-getter.js +1 -1
- package/features/object/lookup-setter.js +1 -1
- package/features/object/prevent-extensions.js +1 -1
- package/features/object/seal.js +1 -1
- package/features/object/set-prototype-of.js +1 -1
- package/features/object/to-string.js +1 -1
- package/features/object/values.js +1 -1
- package/features/parse-float.js +1 -1
- package/features/parse-int.js +1 -1
- package/features/promise/all-settled.js +1 -1
- package/features/promise/any.js +1 -1
- package/features/promise/finally.js +1 -1
- package/features/promise/index.js +1 -1
- package/features/reflect/apply.js +1 -1
- package/features/reflect/construct.js +1 -1
- package/features/reflect/define-property.js +1 -1
- package/features/reflect/delete-property.js +1 -1
- package/features/reflect/get-own-property-descriptor.js +1 -1
- package/features/reflect/get-prototype-of.js +1 -1
- package/features/reflect/get.js +1 -1
- package/features/reflect/has.js +1 -1
- package/features/reflect/index.js +1 -1
- package/features/reflect/is-extensible.js +1 -1
- package/features/reflect/own-keys.js +1 -1
- package/features/reflect/prevent-extensions.js +1 -1
- package/features/reflect/set-prototype-of.js +1 -1
- package/features/reflect/set.js +1 -1
- package/features/regexp/constructor.js +1 -1
- package/features/regexp/flags.js +1 -1
- package/features/regexp/index.js +1 -1
- package/features/regexp/match.js +1 -1
- package/features/regexp/replace.js +1 -1
- package/features/regexp/search.js +1 -1
- package/features/regexp/split.js +1 -1
- package/features/regexp/sticky.js +1 -1
- package/features/regexp/test.js +1 -1
- package/features/regexp/to-string.js +1 -1
- package/features/set/difference.js +1 -0
- package/features/set/from.js +1 -0
- package/features/set/index.js +1 -1
- package/features/set/intersection.js +3 -0
- package/features/set/is-disjoint-from.js +3 -0
- package/features/set/is-subset-of.js +1 -0
- package/features/set/is-superset-of.js +3 -0
- package/features/set/of.js +1 -2
- package/features/set/symmetric-difference.js +1 -0
- package/features/set/union.js +1 -0
- package/features/string/anchor.js +1 -1
- package/features/string/big.js +1 -1
- package/features/string/blink.js +1 -1
- package/features/string/bold.js +1 -1
- package/features/string/code-point-at.js +1 -1
- package/features/string/code-points.js +1 -0
- package/features/string/ends-with.js +1 -1
- package/features/string/fixed.js +1 -1
- package/features/string/fontcolor.js +1 -1
- package/features/string/fontsize.js +1 -1
- package/features/string/from-code-point.js +1 -1
- package/features/string/includes.js +1 -1
- package/features/string/index.js +1 -1
- package/features/string/italics.js +1 -1
- package/features/string/iterator.js +1 -1
- package/features/string/link.js +1 -1
- package/features/string/match-all.js +1 -1
- package/features/string/match.js +1 -1
- package/features/string/pad-end.js +1 -1
- package/features/string/pad-start.js +1 -1
- package/features/string/raw.js +1 -1
- package/features/string/repeat.js +1 -1
- package/features/string/replace-all.js +1 -1
- package/features/string/replace.js +1 -1
- package/features/string/search.js +1 -1
- package/features/string/small.js +1 -1
- package/features/string/split.js +1 -1
- package/features/string/starts-with.js +1 -1
- package/features/string/strike.js +1 -1
- package/features/string/sub.js +1 -1
- package/features/string/sup.js +1 -1
- package/features/string/trim-end.js +1 -1
- package/features/string/trim-left.js +1 -1
- package/features/string/trim-right.js +1 -1
- package/features/string/trim-start.js +1 -1
- package/features/string/trim.js +1 -1
- package/features/string/virtual/anchor.js +1 -1
- package/features/string/virtual/big.js +1 -1
- package/features/string/virtual/blink.js +1 -1
- package/features/string/virtual/bold.js +1 -1
- package/features/string/virtual/code-point-at.js +1 -1
- package/features/string/virtual/code-points.js +1 -0
- package/features/string/virtual/ends-with.js +1 -1
- package/features/string/virtual/fixed.js +1 -1
- package/features/string/virtual/fontcolor.js +1 -1
- package/features/string/virtual/fontsize.js +1 -1
- package/features/string/virtual/includes.js +1 -1
- package/features/string/virtual/index.js +1 -1
- package/features/string/virtual/italics.js +1 -1
- package/features/string/virtual/iterator.js +1 -1
- package/features/string/virtual/link.js +1 -1
- package/features/string/virtual/match-all.js +1 -1
- package/features/string/virtual/pad-end.js +1 -1
- package/features/string/virtual/pad-start.js +1 -1
- package/features/string/virtual/repeat.js +1 -1
- package/features/string/virtual/replace-all.js +1 -1
- package/features/string/virtual/small.js +1 -1
- package/features/string/virtual/starts-with.js +1 -1
- package/features/string/virtual/strike.js +1 -1
- package/features/string/virtual/sub.js +1 -1
- package/features/string/virtual/sup.js +1 -1
- package/features/string/virtual/trim-end.js +1 -1
- package/features/string/virtual/trim-left.js +1 -1
- package/features/string/virtual/trim-right.js +1 -1
- package/features/string/virtual/trim-start.js +1 -1
- package/features/string/virtual/trim.js +1 -1
- package/features/symbol/async-iterator.js +1 -1
- package/features/symbol/for.js +1 -1
- package/features/symbol/has-instance.js +1 -1
- package/features/symbol/index.js +1 -1
- package/features/symbol/is-concat-spreadable.js +1 -1
- package/features/symbol/iterator.js +1 -1
- package/features/symbol/key-for.js +1 -1
- package/features/symbol/match-all.js +1 -1
- package/features/symbol/match.js +1 -1
- package/features/symbol/replace.js +1 -1
- package/features/symbol/search.js +1 -1
- package/features/symbol/species.js +1 -1
- package/features/symbol/split.js +1 -1
- package/features/symbol/to-primitive.js +1 -1
- package/features/symbol/to-string-tag.js +1 -1
- package/features/symbol/unscopables.js +1 -1
- package/features/typed-array/copy-within.js +3 -1
- package/features/typed-array/entries.js +3 -1
- package/features/typed-array/every.js +3 -1
- package/features/typed-array/fill.js +3 -1
- package/features/typed-array/filter-out.js +1 -0
- package/features/typed-array/filter-reject.js +1 -0
- package/features/typed-array/filter.js +3 -1
- package/features/typed-array/find-index.js +3 -1
- package/features/typed-array/find.js +3 -1
- package/features/typed-array/float32-array.js +2 -1
- package/features/typed-array/float64-array.js +2 -1
- package/features/typed-array/for-each.js +3 -1
- package/features/typed-array/from.js +3 -1
- package/features/typed-array/group-by.js +1 -0
- package/features/typed-array/includes.js +3 -1
- package/features/typed-array/index-of.js +3 -1
- package/features/typed-array/index.js +4 -1
- package/features/typed-array/int16-array.js +2 -1
- package/features/typed-array/int32-array.js +2 -1
- package/features/typed-array/int8-array.js +2 -1
- package/features/typed-array/iterator.js +3 -1
- package/features/typed-array/join.js +3 -1
- package/features/typed-array/keys.js +3 -1
- package/features/typed-array/last-index-of.js +3 -1
- package/features/typed-array/map.js +3 -1
- package/features/typed-array/methods.js +12 -0
- package/features/typed-array/of.js +3 -1
- package/features/typed-array/reduce-right.js +3 -1
- package/features/typed-array/reduce.js +3 -1
- package/features/typed-array/reverse.js +3 -1
- package/features/typed-array/set.js +3 -1
- package/features/typed-array/slice.js +3 -1
- package/features/typed-array/some.js +3 -1
- package/features/typed-array/sort.js +3 -1
- package/features/typed-array/subarray.js +3 -1
- package/features/typed-array/to-locale-string.js +3 -1
- package/features/typed-array/to-string.js +3 -1
- package/features/typed-array/uint16-array.js +2 -1
- package/features/typed-array/uint32-array.js +2 -1
- package/features/typed-array/uint8-array.js +2 -1
- package/features/typed-array/uint8-clamped-array.js +2 -1
- package/features/typed-array/values.js +3 -1
- package/features/weak-map/from.js +1 -0
- package/features/weak-map/index.js +2 -1
- package/features/weak-map/of.js +1 -2
- package/features/weak-set/from.js +1 -0
- package/features/weak-set/index.js +2 -1
- package/features/weak-set/of.js +1 -2
- package/internals/array-buffer-view-core.js +16 -10
- package/internals/array-from-constructor-and-list.js +7 -0
- package/internals/array-group-by.js +33 -0
- package/internals/array-iteration-from-last.js +6 -6
- package/internals/array-iteration.js +6 -6
- package/internals/array-species-constructor.js +20 -0
- package/internals/array-species-create.js +2 -15
- package/internals/async-iterator-create-proxy.js +2 -1
- package/internals/collection.js +1 -1
- package/internals/create-html.js +3 -2
- package/internals/create-property.js +2 -2
- package/internals/date-to-primitive.js +5 -4
- package/internals/engine-is-ios-pebble.js +4 -0
- package/internals/engine-is-ios.js +1 -1
- package/internals/engine-v8-version.js +2 -1
- package/internals/get-built-in.js +1 -3
- package/internals/get-map-iterator.js +1 -4
- package/internals/get-set-iterator.js +1 -4
- package/internals/internal-metadata.js +32 -2
- package/internals/is-data-descriptor.js +5 -0
- package/internals/is-symbol.js +9 -0
- package/internals/microtask.js +2 -1
- package/internals/number-parse-float.js +2 -1
- package/internals/number-parse-int.js +2 -1
- package/internals/object-create.js +7 -3
- package/internals/object-define-property.js +2 -2
- package/internals/object-get-own-property-descriptor.js +2 -2
- package/internals/ordinary-to-primitive.js +11 -0
- package/internals/regexp-exec.js +6 -4
- package/internals/regexp-sticky-helpers.js +5 -6
- package/internals/regexp-unsupported-dot-all.js +5 -2
- package/internals/regexp-unsupported-ncg.js +5 -2
- package/internals/set-global.js +2 -2
- package/internals/shared.js +1 -1
- package/internals/string-multibyte.js +3 -2
- package/internals/string-pad.js +3 -2
- package/internals/string-repeat.js +2 -1
- package/internals/string-trim.js +2 -1
- package/internals/task.js +9 -4
- package/internals/to-primitive.js +17 -9
- package/internals/to-property-key.js +9 -0
- package/internals/to-string.js +6 -0
- package/internals/typed-array-constructor.js +13 -5
- package/internals/typed-array-from-species-and-list.js +3 -8
- package/internals/typed-array-species-constructor.js +11 -0
- package/modules/es.aggregate-error.js +2 -1
- package/modules/es.array.sort.js +2 -1
- package/modules/es.date.get-year.js +6 -1
- package/modules/es.date.to-json.js +1 -1
- package/modules/es.date.to-string.js +1 -1
- package/modules/es.escape.js +2 -1
- package/modules/es.number.constructor.js +3 -1
- package/modules/es.object.lookup-getter.js +2 -2
- package/modules/es.object.lookup-setter.js +2 -2
- package/modules/es.reflect.define-property.js +2 -2
- package/modules/es.reflect.get.js +4 -5
- package/modules/es.reflect.set.js +8 -6
- package/modules/es.regexp.constructor.js +3 -2
- package/modules/es.regexp.to-string.js +3 -2
- package/modules/es.string.ends-with.js +3 -2
- package/modules/es.string.includes.js +3 -2
- package/modules/es.string.iterator.js +2 -1
- package/modules/es.string.match-all.js +6 -5
- package/modules/es.string.match.js +7 -6
- package/modules/es.string.raw.js +3 -2
- package/modules/es.string.replace-all.js +7 -6
- package/modules/es.string.replace.js +12 -10
- package/modules/es.string.search.js +6 -5
- package/modules/es.string.split.js +8 -6
- package/modules/es.string.starts-with.js +3 -2
- package/modules/es.string.substr.js +2 -1
- package/modules/es.symbol.js +8 -13
- package/modules/es.typed-array.map.js +2 -3
- package/modules/es.typed-array.slice.js +3 -4
- package/modules/es.typed-array.subarray.js +3 -2
- package/modules/es.unescape.js +2 -1
- package/modules/es.weak-map.js +1 -1
- package/modules/esnext.array.filter-out.js +3 -2
- package/modules/esnext.array.filter-reject.js +14 -0
- package/modules/esnext.array.group-by.js +16 -0
- package/modules/esnext.async-iterator.as-indexed-pairs.js +1 -1
- package/modules/esnext.async-iterator.drop.js +1 -1
- package/modules/esnext.async-iterator.filter.js +1 -1
- package/modules/esnext.async-iterator.flat-map.js +1 -1
- package/modules/esnext.async-iterator.from.js +6 -2
- package/modules/esnext.async-iterator.map.js +1 -1
- package/modules/esnext.async-iterator.take.js +1 -1
- package/modules/esnext.map.merge.js +2 -1
- package/modules/esnext.string.at-alternative.js +3 -2
- package/modules/esnext.string.code-points.js +2 -1
- package/modules/esnext.typed-array.filter-out.js +3 -2
- package/modules/esnext.typed-array.filter-reject.js +14 -0
- package/modules/esnext.typed-array.group-by.js +14 -0
- package/modules/web.url-search-params.js +56 -36
- package/modules/web.url.js +14 -13
- package/package.json +3 -4
- package/postinstall.js +4 -3
- package/proposals/array-filtering.js +4 -0
- package/proposals/array-grouping.js +3 -0
- package/stable/aggregate-error.js +1 -0
- package/stable/dom-collections/index.js +1 -0
- package/stable/dom-collections/iterator.js +1 -0
- package/stable/get-iterator-method.js +4 -0
- package/stable/get-iterator.js +4 -0
- package/stable/is-iterable.js +4 -0
- package/stable/map/index.js +1 -0
- package/stable/object/from-entries.js +1 -0
- package/stable/object/index.js +1 -0
- package/stable/promise/all-settled.js +1 -0
- package/stable/promise/any.js +1 -0
- package/stable/promise/index.js +1 -0
- package/stable/set/index.js +1 -0
- package/stable/symbol/index.js +1 -0
- package/stable/symbol/iterator.js +1 -0
- package/stable/typed-array/copy-within.js +3 -1
- package/stable/typed-array/entries.js +3 -1
- package/stable/typed-array/every.js +3 -1
- package/stable/typed-array/fill.js +3 -1
- package/stable/typed-array/filter.js +3 -1
- package/stable/typed-array/find-index.js +3 -1
- package/stable/typed-array/find.js +3 -1
- package/stable/typed-array/float32-array.js +1 -0
- package/stable/typed-array/float64-array.js +1 -0
- package/stable/typed-array/for-each.js +3 -1
- package/stable/typed-array/from.js +3 -1
- package/stable/typed-array/includes.js +3 -1
- package/stable/typed-array/index-of.js +3 -1
- package/stable/typed-array/int16-array.js +1 -0
- package/stable/typed-array/int32-array.js +1 -0
- package/stable/typed-array/int8-array.js +1 -0
- package/stable/typed-array/iterator.js +3 -1
- package/stable/typed-array/join.js +3 -1
- package/stable/typed-array/keys.js +3 -1
- package/stable/typed-array/last-index-of.js +3 -1
- package/stable/typed-array/map.js +3 -1
- package/stable/typed-array/methods.js +3 -0
- package/stable/typed-array/of.js +3 -1
- package/stable/typed-array/reduce-right.js +3 -1
- package/stable/typed-array/reduce.js +3 -1
- package/stable/typed-array/reverse.js +3 -1
- package/stable/typed-array/set.js +3 -1
- package/stable/typed-array/slice.js +3 -1
- package/stable/typed-array/some.js +3 -1
- package/stable/typed-array/sort.js +3 -1
- package/stable/typed-array/subarray.js +3 -1
- package/stable/typed-array/to-locale-string.js +3 -1
- package/stable/typed-array/to-string.js +3 -1
- package/stable/typed-array/uint16-array.js +1 -0
- package/stable/typed-array/uint32-array.js +1 -0
- package/stable/typed-array/uint8-array.js +1 -0
- package/stable/typed-array/uint8-clamped-array.js +1 -0
- package/stable/typed-array/values.js +3 -1
- package/stable/url-search-params/index.js +1 -0
- package/stable/weak-map/index.js +1 -0
- package/stable/weak-set/index.js +1 -0
- package/stage/1.js +1 -0
- package/stage/2.js +0 -1
- package/stage/3.js +1 -0
- package/es/array/virtual/filter-out.js +0 -4
package/features/array/slice.js
CHANGED
package/features/array/some.js
CHANGED
package/features/array/sort.js
CHANGED
package/features/array/splice.js
CHANGED
package/features/array/values.js
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
var parent = require('../../../
|
|
1
|
+
var parent = require('../../../stable/array/virtual');
|
|
2
2
|
require('../../../modules/es.map');
|
|
3
3
|
require('../../../modules/esnext.array.at');
|
|
4
|
+
// TODO: Remove from `core-js@4`
|
|
4
5
|
require('../../../modules/esnext.array.filter-out');
|
|
6
|
+
require('../../../modules/esnext.array.filter-reject');
|
|
5
7
|
require('../../../modules/esnext.array.find-last');
|
|
6
8
|
require('../../../modules/esnext.array.find-last-index');
|
|
9
|
+
require('../../../modules/esnext.array.group-by');
|
|
7
10
|
require('../../../modules/esnext.array.unique-by');
|
|
8
11
|
|
|
9
12
|
module.exports = parent;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
require('../../modules/es.object.to-string');
|
|
2
2
|
require('../../modules/es.promise');
|
|
3
|
-
require('../../modules/es.string.iterator');
|
|
4
3
|
require('../../modules/esnext.async-iterator.constructor');
|
|
5
4
|
require('../../modules/esnext.async-iterator.as-indexed-pairs');
|
|
6
|
-
require('../../modules/web.dom-collections.iterator');
|
|
7
5
|
|
|
8
6
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
require('../../modules/es.object.to-string');
|
|
2
2
|
require('../../modules/es.promise');
|
|
3
|
-
require('../../modules/es.string.iterator');
|
|
4
3
|
require('../../modules/esnext.async-iterator.constructor');
|
|
5
4
|
require('../../modules/esnext.async-iterator.drop');
|
|
6
|
-
require('../../modules/web.dom-collections.iterator');
|
|
7
5
|
|
|
8
6
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
require('../../modules/es.object.to-string');
|
|
2
2
|
require('../../modules/es.promise');
|
|
3
|
-
require('../../modules/es.string.iterator');
|
|
4
3
|
require('../../modules/esnext.async-iterator.constructor');
|
|
5
4
|
require('../../modules/esnext.async-iterator.every');
|
|
6
|
-
require('../../modules/web.dom-collections.iterator');
|
|
7
5
|
|
|
8
6
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
require('../../modules/es.object.to-string');
|
|
2
2
|
require('../../modules/es.promise');
|
|
3
|
-
require('../../modules/es.string.iterator');
|
|
4
3
|
require('../../modules/esnext.async-iterator.constructor');
|
|
5
4
|
require('../../modules/esnext.async-iterator.filter');
|
|
6
|
-
require('../../modules/web.dom-collections.iterator');
|
|
7
5
|
|
|
8
6
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
require('../../modules/es.object.to-string');
|
|
2
2
|
require('../../modules/es.promise');
|
|
3
|
-
require('../../modules/es.string.iterator');
|
|
4
3
|
require('../../modules/esnext.async-iterator.constructor');
|
|
5
4
|
require('../../modules/esnext.async-iterator.find');
|
|
6
|
-
require('../../modules/web.dom-collections.iterator');
|
|
7
5
|
|
|
8
6
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
require('../../modules/es.object.to-string');
|
|
2
2
|
require('../../modules/es.promise');
|
|
3
|
-
require('../../modules/es.string.iterator');
|
|
4
3
|
require('../../modules/esnext.async-iterator.constructor');
|
|
5
4
|
require('../../modules/esnext.async-iterator.flat-map');
|
|
6
|
-
require('../../modules/web.dom-collections.iterator');
|
|
7
5
|
|
|
8
6
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
require('../../modules/es.object.to-string');
|
|
2
2
|
require('../../modules/es.promise');
|
|
3
|
-
require('../../modules/es.string.iterator');
|
|
4
3
|
require('../../modules/esnext.async-iterator.constructor');
|
|
5
4
|
require('../../modules/esnext.async-iterator.for-each');
|
|
6
|
-
require('../../modules/web.dom-collections.iterator');
|
|
7
5
|
|
|
8
6
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
require('../../modules/es.object.to-string');
|
|
2
2
|
require('../../modules/es.promise');
|
|
3
|
-
require('../../modules/es.string.iterator');
|
|
4
3
|
require('../../modules/esnext.async-iterator.constructor');
|
|
5
4
|
require('../../modules/esnext.async-iterator.map');
|
|
6
|
-
require('../../modules/web.dom-collections.iterator');
|
|
7
5
|
|
|
8
6
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
require('../../modules/es.object.to-string');
|
|
2
2
|
require('../../modules/es.promise');
|
|
3
|
-
require('../../modules/es.string.iterator');
|
|
4
3
|
require('../../modules/esnext.async-iterator.constructor');
|
|
5
4
|
require('../../modules/esnext.async-iterator.reduce');
|
|
6
|
-
require('../../modules/web.dom-collections.iterator');
|
|
7
5
|
|
|
8
6
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
require('../../modules/es.object.to-string');
|
|
2
2
|
require('../../modules/es.promise');
|
|
3
|
-
require('../../modules/es.string.iterator');
|
|
4
3
|
require('../../modules/esnext.async-iterator.constructor');
|
|
5
4
|
require('../../modules/esnext.async-iterator.some');
|
|
6
|
-
require('../../modules/web.dom-collections.iterator');
|
|
7
5
|
|
|
8
6
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
require('../../modules/es.object.to-string');
|
|
2
2
|
require('../../modules/es.promise');
|
|
3
|
-
require('../../modules/es.string.iterator');
|
|
4
3
|
require('../../modules/esnext.async-iterator.constructor');
|
|
5
4
|
require('../../modules/esnext.async-iterator.take');
|
|
6
|
-
require('../../modules/web.dom-collections.iterator');
|
|
7
5
|
|
|
8
6
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
require('../../modules/es.object.to-string');
|
|
2
2
|
require('../../modules/es.promise');
|
|
3
|
-
require('../../modules/es.string.iterator');
|
|
4
3
|
require('../../modules/esnext.async-iterator.constructor');
|
|
5
4
|
require('../../modules/esnext.async-iterator.to-array');
|
|
6
|
-
require('../../modules/web.dom-collections.iterator');
|
|
7
5
|
|
|
8
6
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
9
7
|
|
package/features/date/index.js
CHANGED
package/features/date/now.js
CHANGED
package/features/date/to-json.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
require('../
|
|
2
|
-
require('../modules/es.string.iterator');
|
|
3
|
-
var getIteratorMethod = require('../internals/get-iterator-method');
|
|
1
|
+
var parent = require('../stable/get-iterator-method');
|
|
4
2
|
|
|
5
|
-
module.exports =
|
|
3
|
+
module.exports = parent;
|
package/features/get-iterator.js
CHANGED
package/features/global-this.js
CHANGED
package/features/index.js
CHANGED
|
@@ -219,8 +219,10 @@ require('../modules/es.weak-set');
|
|
|
219
219
|
require('../modules/esnext.aggregate-error');
|
|
220
220
|
require('../modules/esnext.array.at');
|
|
221
221
|
require('../modules/esnext.array.filter-out');
|
|
222
|
+
require('../modules/esnext.array.filter-reject');
|
|
222
223
|
require('../modules/esnext.array.find-last');
|
|
223
224
|
require('../modules/esnext.array.find-last-index');
|
|
225
|
+
require('../modules/esnext.array.group-by');
|
|
224
226
|
require('../modules/esnext.array.is-template-object');
|
|
225
227
|
require('../modules/esnext.array.last-index');
|
|
226
228
|
require('../modules/esnext.array.last-item');
|
|
@@ -340,8 +342,10 @@ require('../modules/esnext.symbol.pattern-match');
|
|
|
340
342
|
require('../modules/esnext.symbol.replace-all');
|
|
341
343
|
require('../modules/esnext.typed-array.at');
|
|
342
344
|
require('../modules/esnext.typed-array.filter-out');
|
|
345
|
+
require('../modules/esnext.typed-array.filter-reject');
|
|
343
346
|
require('../modules/esnext.typed-array.find-last');
|
|
344
347
|
require('../modules/esnext.typed-array.find-last-index');
|
|
348
|
+
require('../modules/esnext.typed-array.group-by');
|
|
345
349
|
require('../modules/esnext.typed-array.unique-by');
|
|
346
350
|
require('../modules/esnext.weak-map.delete-all');
|
|
347
351
|
require('../modules/esnext.weak-map.from');
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
var filterReject = require('../array/virtual/filter-reject');
|
|
2
|
+
|
|
3
|
+
var ArrayPrototype = Array.prototype;
|
|
4
|
+
|
|
5
|
+
module.exports = function (it) {
|
|
6
|
+
var own = it.filterReject;
|
|
7
|
+
return it === ArrayPrototype || (it instanceof Array && own === ArrayPrototype.filterReject) ? filterReject : own;
|
|
8
|
+
};
|