From 92eb5dd373fcaa5f1a5055f1f1818e80f409a6a5 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Fri, 30 Jul 2021 02:08:06 +0700 Subject: [PATCH] fix content of some entry points --- CHANGELOG.md | 1 + packages/core-js/es/aggregate-error.js | 2 +- packages/core-js/es/array/entries.js | 1 + packages/core-js/es/array/index.js | 3 ++- packages/core-js/es/array/iterator.js | 1 + packages/core-js/es/array/keys.js | 1 + packages/core-js/es/array/values.js | 1 + packages/core-js/es/array/virtual/entries.js | 1 + packages/core-js/es/array/virtual/index.js | 1 + packages/core-js/es/array/virtual/iterator.js | 1 + packages/core-js/es/array/virtual/keys.js | 1 + packages/core-js/es/array/virtual/values.js | 1 + packages/core-js/es/escape.js | 4 ++-- packages/core-js/es/map/index.js | 2 +- packages/core-js/es/promise/all-settled.js | 3 ++- packages/core-js/es/promise/any.js | 3 ++- packages/core-js/es/promise/finally.js | 1 + packages/core-js/es/promise/index.js | 2 +- packages/core-js/es/reflect/index.js | 1 + packages/core-js/es/reflect/to-string-tag.js | 1 + packages/core-js/es/regexp/constructor.js | 3 +++ packages/core-js/es/regexp/match.js | 1 + packages/core-js/es/regexp/replace.js | 1 + packages/core-js/es/regexp/search.js | 1 + packages/core-js/es/regexp/split.js | 1 + packages/core-js/es/set/index.js | 4 ++-- packages/core-js/es/string/index.js | 1 + packages/core-js/es/string/iterator.js | 1 + packages/core-js/es/string/match-all.js | 2 ++ packages/core-js/es/string/replace-all.js | 2 ++ packages/core-js/es/string/virtual/index.js | 2 ++ packages/core-js/es/string/virtual/iterator.js | 1 + packages/core-js/es/string/virtual/match-all.js | 2 ++ packages/core-js/es/string/virtual/replace-all.js | 2 ++ packages/core-js/es/symbol/is-concat-spreadable.js | 2 +- packages/core-js/es/symbol/iterator.js | 5 +++-- packages/core-js/es/symbol/match-all.js | 2 ++ packages/core-js/es/symbol/match.js | 1 + packages/core-js/es/symbol/replace.js | 1 + packages/core-js/es/symbol/search.js | 1 + packages/core-js/es/symbol/split.js | 1 + packages/core-js/es/symbol/to-primitive.js | 1 + packages/core-js/es/symbol/to-string-tag.js | 4 ++-- packages/core-js/es/typed-array/entries.js | 1 + packages/core-js/es/typed-array/iterator.js | 1 + packages/core-js/es/typed-array/keys.js | 1 + packages/core-js/es/typed-array/methods.js | 3 ++- packages/core-js/es/typed-array/values.js | 1 + packages/core-js/es/unescape.js | 4 ++-- packages/core-js/es/weak-map/index.js | 2 +- packages/core-js/es/weak-set/index.js | 2 +- packages/core-js/features/async-iterator/as-indexed-pairs.js | 2 -- packages/core-js/features/async-iterator/drop.js | 2 -- packages/core-js/features/async-iterator/every.js | 2 -- packages/core-js/features/async-iterator/filter.js | 2 -- packages/core-js/features/async-iterator/find.js | 2 -- packages/core-js/features/async-iterator/flat-map.js | 2 -- packages/core-js/features/async-iterator/for-each.js | 2 -- packages/core-js/features/async-iterator/from.js | 1 + packages/core-js/features/async-iterator/index.js | 1 + packages/core-js/features/async-iterator/map.js | 2 -- packages/core-js/features/async-iterator/reduce.js | 2 -- packages/core-js/features/async-iterator/some.js | 2 -- packages/core-js/features/async-iterator/take.js | 2 -- packages/core-js/features/async-iterator/to-array.js | 2 -- packages/core-js/features/get-iterator-method.js | 3 ++- packages/core-js/features/get-iterator.js | 3 ++- packages/core-js/features/is-iterable.js | 3 ++- packages/core-js/features/iterator/as-indexed-pairs.js | 2 -- packages/core-js/features/iterator/drop.js | 2 -- packages/core-js/features/iterator/every.js | 2 -- packages/core-js/features/iterator/filter.js | 2 -- packages/core-js/features/iterator/find.js | 2 -- packages/core-js/features/iterator/flat-map.js | 2 -- packages/core-js/features/iterator/for-each.js | 2 -- packages/core-js/features/iterator/from.js | 1 + packages/core-js/features/iterator/index.js | 1 + packages/core-js/features/iterator/map.js | 2 -- packages/core-js/features/iterator/reduce.js | 2 -- packages/core-js/features/iterator/some.js | 2 -- packages/core-js/features/iterator/take.js | 2 -- packages/core-js/features/iterator/to-array.js | 2 -- packages/core-js/features/map/from.js | 1 + packages/core-js/features/map/of.js | 3 +-- packages/core-js/features/number/range.js | 1 + packages/core-js/features/set/difference.js | 1 + packages/core-js/features/set/from.js | 1 + packages/core-js/features/set/intersection.js | 3 +++ packages/core-js/features/set/is-disjoint-from.js | 3 +++ packages/core-js/features/set/is-subset-of.js | 1 + packages/core-js/features/set/is-superset-of.js | 3 +++ packages/core-js/features/set/of.js | 3 +-- packages/core-js/features/set/symmetric-difference.js | 1 + packages/core-js/features/set/union.js | 1 + packages/core-js/features/string/code-points.js | 1 + packages/core-js/features/string/virtual/code-points.js | 1 + packages/core-js/features/typed-array/copy-within.js | 4 +++- packages/core-js/features/typed-array/entries.js | 4 +++- packages/core-js/features/typed-array/every.js | 4 +++- packages/core-js/features/typed-array/fill.js | 4 +++- packages/core-js/features/typed-array/filter.js | 4 +++- packages/core-js/features/typed-array/find-index.js | 4 +++- packages/core-js/features/typed-array/find.js | 4 +++- packages/core-js/features/typed-array/float32-array.js | 2 +- packages/core-js/features/typed-array/float64-array.js | 2 +- packages/core-js/features/typed-array/for-each.js | 4 +++- packages/core-js/features/typed-array/from.js | 4 +++- packages/core-js/features/typed-array/includes.js | 4 +++- packages/core-js/features/typed-array/index-of.js | 4 +++- packages/core-js/features/typed-array/index.js | 2 +- packages/core-js/features/typed-array/int16-array.js | 2 +- packages/core-js/features/typed-array/int32-array.js | 2 +- packages/core-js/features/typed-array/int8-array.js | 2 +- packages/core-js/features/typed-array/iterator.js | 4 +++- packages/core-js/features/typed-array/join.js | 4 +++- packages/core-js/features/typed-array/keys.js | 4 +++- packages/core-js/features/typed-array/last-index-of.js | 4 +++- packages/core-js/features/typed-array/map.js | 4 +++- packages/core-js/features/typed-array/of.js | 4 +++- packages/core-js/features/typed-array/reduce-right.js | 4 +++- packages/core-js/features/typed-array/reduce.js | 4 +++- packages/core-js/features/typed-array/reverse.js | 4 +++- packages/core-js/features/typed-array/set.js | 4 +++- packages/core-js/features/typed-array/slice.js | 4 +++- packages/core-js/features/typed-array/some.js | 4 +++- packages/core-js/features/typed-array/sort.js | 4 +++- packages/core-js/features/typed-array/subarray.js | 4 +++- packages/core-js/features/typed-array/to-locale-string.js | 4 +++- packages/core-js/features/typed-array/to-string.js | 4 +++- packages/core-js/features/typed-array/uint16-array.js | 2 +- packages/core-js/features/typed-array/uint32-array.js | 2 +- packages/core-js/features/typed-array/uint8-array.js | 2 +- packages/core-js/features/typed-array/uint8-clamped-array.js | 2 +- packages/core-js/features/typed-array/values.js | 4 +++- packages/core-js/features/weak-map/from.js | 1 + packages/core-js/features/weak-map/index.js | 1 + packages/core-js/features/weak-map/of.js | 3 +-- packages/core-js/features/weak-set/from.js | 1 + packages/core-js/features/weak-set/index.js | 1 + packages/core-js/features/weak-set/of.js | 3 +-- packages/core-js/stable/aggregate-error.js | 1 + packages/core-js/stable/dom-collections/index.js | 1 + packages/core-js/stable/dom-collections/iterator.js | 1 + packages/core-js/stable/map/index.js | 1 + packages/core-js/stable/object/from-entries.js | 1 + packages/core-js/stable/object/index.js | 1 + packages/core-js/stable/promise/all-settled.js | 1 + packages/core-js/stable/promise/any.js | 1 + packages/core-js/stable/promise/index.js | 1 + packages/core-js/stable/set/index.js | 1 + packages/core-js/stable/symbol/index.js | 1 + packages/core-js/stable/symbol/iterator.js | 1 + packages/core-js/stable/typed-array/copy-within.js | 4 +++- packages/core-js/stable/typed-array/entries.js | 4 +++- packages/core-js/stable/typed-array/every.js | 4 +++- packages/core-js/stable/typed-array/fill.js | 4 +++- packages/core-js/stable/typed-array/filter.js | 4 +++- packages/core-js/stable/typed-array/find-index.js | 4 +++- packages/core-js/stable/typed-array/find.js | 4 +++- packages/core-js/stable/typed-array/for-each.js | 4 +++- packages/core-js/stable/typed-array/from.js | 4 +++- packages/core-js/stable/typed-array/includes.js | 4 +++- packages/core-js/stable/typed-array/index-of.js | 4 +++- packages/core-js/stable/typed-array/iterator.js | 4 +++- packages/core-js/stable/typed-array/join.js | 4 +++- packages/core-js/stable/typed-array/keys.js | 4 +++- packages/core-js/stable/typed-array/last-index-of.js | 4 +++- packages/core-js/stable/typed-array/map.js | 4 +++- packages/core-js/stable/typed-array/of.js | 4 +++- packages/core-js/stable/typed-array/reduce-right.js | 4 +++- packages/core-js/stable/typed-array/reduce.js | 4 +++- packages/core-js/stable/typed-array/reverse.js | 4 +++- packages/core-js/stable/typed-array/set.js | 4 +++- packages/core-js/stable/typed-array/slice.js | 4 +++- packages/core-js/stable/typed-array/some.js | 4 +++- packages/core-js/stable/typed-array/sort.js | 4 +++- packages/core-js/stable/typed-array/subarray.js | 4 +++- packages/core-js/stable/typed-array/to-locale-string.js | 4 +++- packages/core-js/stable/typed-array/to-string.js | 4 +++- packages/core-js/stable/typed-array/values.js | 4 +++- packages/core-js/stable/url-search-params/index.js | 1 + packages/core-js/stable/weak-map/index.js | 1 + packages/core-js/stable/weak-set/index.js | 1 + 183 files changed, 298 insertions(+), 145 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d2887e7695..d3d957bd3212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Fixed some cases of typed arrays subclassing logic - Fixed a minor bug related to string conversion in `RegExp#exec` - Fixed `Date.prototype.getYear` feature detection +- Fixed content of some entry points - Some minor optimizations and refactoring - Deno: - Added Deno support (sure, after bundling since Deno does not support CommonJS) diff --git a/packages/core-js/es/aggregate-error.js b/packages/core-js/es/aggregate-error.js index 9a44dac77582..3c28f4ca8ed6 100644 --- a/packages/core-js/es/aggregate-error.js +++ b/packages/core-js/es/aggregate-error.js @@ -1,6 +1,6 @@ require('../modules/es.aggregate-error'); +require('../modules/es.array.iterator'); require('../modules/es.string.iterator'); -require('../modules/web.dom-collections.iterator'); var path = require('../internals/path'); module.exports = path.AggregateError; diff --git a/packages/core-js/es/array/entries.js b/packages/core-js/es/array/entries.js index efd91b0fed16..692710e72ce1 100644 --- a/packages/core-js/es/array/entries.js +++ b/packages/core-js/es/array/entries.js @@ -1,4 +1,5 @@ require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); var entryUnbind = require('../../internals/entry-unbind'); module.exports = entryUnbind('Array', 'entries'); diff --git a/packages/core-js/es/array/index.js b/packages/core-js/es/array/index.js index 8c18680fa11d..9a3c435fdce2 100644 --- a/packages/core-js/es/array/index.js +++ b/packages/core-js/es/array/index.js @@ -1,4 +1,3 @@ -require('../../modules/es.string.iterator'); require('../../modules/es.array.from'); require('../../modules/es.array.is-array'); require('../../modules/es.array.of'); @@ -28,6 +27,8 @@ require('../../modules/es.array.species'); require('../../modules/es.array.splice'); require('../../modules/es.array.unscopables.flat'); require('../../modules/es.array.unscopables.flat-map'); +require('../../modules/es.object.to-string'); +require('../../modules/es.string.iterator'); var path = require('../../internals/path'); module.exports = path.Array; diff --git a/packages/core-js/es/array/iterator.js b/packages/core-js/es/array/iterator.js index 726484e036e1..64f63af5cc0f 100644 --- a/packages/core-js/es/array/iterator.js +++ b/packages/core-js/es/array/iterator.js @@ -1,4 +1,5 @@ require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); var entryUnbind = require('../../internals/entry-unbind'); module.exports = entryUnbind('Array', 'values'); diff --git a/packages/core-js/es/array/keys.js b/packages/core-js/es/array/keys.js index 679d52550510..e7b8a47fc6b7 100644 --- a/packages/core-js/es/array/keys.js +++ b/packages/core-js/es/array/keys.js @@ -1,4 +1,5 @@ require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); var entryUnbind = require('../../internals/entry-unbind'); module.exports = entryUnbind('Array', 'keys'); diff --git a/packages/core-js/es/array/values.js b/packages/core-js/es/array/values.js index 726484e036e1..64f63af5cc0f 100644 --- a/packages/core-js/es/array/values.js +++ b/packages/core-js/es/array/values.js @@ -1,4 +1,5 @@ require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); var entryUnbind = require('../../internals/entry-unbind'); module.exports = entryUnbind('Array', 'values'); diff --git a/packages/core-js/es/array/virtual/entries.js b/packages/core-js/es/array/virtual/entries.js index 1ce2e786b2a3..5cdaffa76c57 100644 --- a/packages/core-js/es/array/virtual/entries.js +++ b/packages/core-js/es/array/virtual/entries.js @@ -1,4 +1,5 @@ require('../../../modules/es.array.iterator'); +require('../../../modules/es.object.to-string'); var entryVirtual = require('../../../internals/entry-virtual'); module.exports = entryVirtual('Array').entries; diff --git a/packages/core-js/es/array/virtual/index.js b/packages/core-js/es/array/virtual/index.js index f1455e12cbbd..331e31795844 100644 --- a/packages/core-js/es/array/virtual/index.js +++ b/packages/core-js/es/array/virtual/index.js @@ -24,6 +24,7 @@ require('../../../modules/es.array.species'); require('../../../modules/es.array.splice'); require('../../../modules/es.array.unscopables.flat'); require('../../../modules/es.array.unscopables.flat-map'); +require('../../../modules/es.object.to-string'); var entryVirtual = require('../../../internals/entry-virtual'); module.exports = entryVirtual('Array'); diff --git a/packages/core-js/es/array/virtual/iterator.js b/packages/core-js/es/array/virtual/iterator.js index cd9f502f063a..f14765a3037f 100644 --- a/packages/core-js/es/array/virtual/iterator.js +++ b/packages/core-js/es/array/virtual/iterator.js @@ -1,4 +1,5 @@ require('../../../modules/es.array.iterator'); +require('../../../modules/es.object.to-string'); var entryVirtual = require('../../../internals/entry-virtual'); module.exports = entryVirtual('Array').values; diff --git a/packages/core-js/es/array/virtual/keys.js b/packages/core-js/es/array/virtual/keys.js index 28829901c856..19790c6e2323 100644 --- a/packages/core-js/es/array/virtual/keys.js +++ b/packages/core-js/es/array/virtual/keys.js @@ -1,4 +1,5 @@ require('../../../modules/es.array.iterator'); +require('../../../modules/es.object.to-string'); var entryVirtual = require('../../../internals/entry-virtual'); module.exports = entryVirtual('Array').keys; diff --git a/packages/core-js/es/array/virtual/values.js b/packages/core-js/es/array/virtual/values.js index cd9f502f063a..f14765a3037f 100644 --- a/packages/core-js/es/array/virtual/values.js +++ b/packages/core-js/es/array/virtual/values.js @@ -1,4 +1,5 @@ require('../../../modules/es.array.iterator'); +require('../../../modules/es.object.to-string'); var entryVirtual = require('../../../internals/entry-virtual'); module.exports = entryVirtual('Array').values; diff --git a/packages/core-js/es/escape.js b/packages/core-js/es/escape.js index 9efe1508a45c..399ad5623b27 100644 --- a/packages/core-js/es/escape.js +++ b/packages/core-js/es/escape.js @@ -1,4 +1,4 @@ require('../modules/es.escape'); -var global = require('../internals/global'); +var path = require('../internals/path'); -module.exports = global.escape; +module.exports = path.escape; diff --git a/packages/core-js/es/map/index.js b/packages/core-js/es/map/index.js index ab554cfaa01c..362ff11cbcb3 100644 --- a/packages/core-js/es/map/index.js +++ b/packages/core-js/es/map/index.js @@ -1,7 +1,7 @@ +require('../../modules/es.array.iterator'); require('../../modules/es.map'); require('../../modules/es.object.to-string'); require('../../modules/es.string.iterator'); -require('../../modules/web.dom-collections.iterator'); var path = require('../../internals/path'); module.exports = path.Map; diff --git a/packages/core-js/es/promise/all-settled.js b/packages/core-js/es/promise/all-settled.js index 508123773d4c..8843e7c00301 100644 --- a/packages/core-js/es/promise/all-settled.js +++ b/packages/core-js/es/promise/all-settled.js @@ -1,8 +1,9 @@ 'use strict'; +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); require('../../modules/es.promise'); require('../../modules/es.promise.all-settled'); require('../../modules/es.string.iterator'); -require('../../modules/web.dom-collections.iterator'); var path = require('../../internals/path'); var Promise = path.Promise; diff --git a/packages/core-js/es/promise/any.js b/packages/core-js/es/promise/any.js index 0dbffd28a60a..4815adb05158 100644 --- a/packages/core-js/es/promise/any.js +++ b/packages/core-js/es/promise/any.js @@ -1,9 +1,10 @@ 'use strict'; require('../../modules/es.aggregate-error'); +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); require('../../modules/es.promise'); require('../../modules/es.promise.any'); require('../../modules/es.string.iterator'); -require('../../modules/web.dom-collections.iterator'); var path = require('../../internals/path'); var Promise = path.Promise; diff --git a/packages/core-js/es/promise/finally.js b/packages/core-js/es/promise/finally.js index 01d4282f81a7..4aa1d91ff99c 100644 --- a/packages/core-js/es/promise/finally.js +++ b/packages/core-js/es/promise/finally.js @@ -1,3 +1,4 @@ +require('../../modules/es.object.to-string'); require('../../modules/es.promise'); require('../../modules/es.promise.finally'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/es/promise/index.js b/packages/core-js/es/promise/index.js index 90afb54f2137..f636bde06361 100644 --- a/packages/core-js/es/promise/index.js +++ b/packages/core-js/es/promise/index.js @@ -1,11 +1,11 @@ require('../../modules/es.aggregate-error'); +require('../../modules/es.array.iterator'); require('../../modules/es.object.to-string'); require('../../modules/es.promise'); require('../../modules/es.promise.all-settled'); require('../../modules/es.promise.any'); require('../../modules/es.promise.finally'); require('../../modules/es.string.iterator'); -require('../../modules/web.dom-collections.iterator'); var path = require('../../internals/path'); module.exports = path.Promise; diff --git a/packages/core-js/es/reflect/index.js b/packages/core-js/es/reflect/index.js index 0aa0961fad8a..6b52a9e13fff 100644 --- a/packages/core-js/es/reflect/index.js +++ b/packages/core-js/es/reflect/index.js @@ -1,3 +1,4 @@ +require('../../modules/es.object.to-string'); require('../../modules/es.reflect.apply'); require('../../modules/es.reflect.construct'); require('../../modules/es.reflect.define-property'); diff --git a/packages/core-js/es/reflect/to-string-tag.js b/packages/core-js/es/reflect/to-string-tag.js index f04e791fd091..5441c6de3dc8 100644 --- a/packages/core-js/es/reflect/to-string-tag.js +++ b/packages/core-js/es/reflect/to-string-tag.js @@ -1,3 +1,4 @@ +require('../../modules/es.object.to-string'); require('../../modules/es.reflect.to-string-tag'); module.exports = 'Reflect'; diff --git a/packages/core-js/es/regexp/constructor.js b/packages/core-js/es/regexp/constructor.js index 195da54ded8e..6bd061f24a09 100644 --- a/packages/core-js/es/regexp/constructor.js +++ b/packages/core-js/es/regexp/constructor.js @@ -1,3 +1,6 @@ require('../../modules/es.regexp.constructor'); +require('../../modules/es.regexp.dot-all'); +require('../../modules/es.regexp.exec'); +require('../../modules/es.regexp.sticky'); module.exports = RegExp; diff --git a/packages/core-js/es/regexp/match.js b/packages/core-js/es/regexp/match.js index af0e2fa6bca3..6c93530ea51d 100644 --- a/packages/core-js/es/regexp/match.js +++ b/packages/core-js/es/regexp/match.js @@ -1,3 +1,4 @@ +require('../../modules/es.regexp.exec'); require('../../modules/es.string.match'); var wellKnownSymbol = require('../../internals/well-known-symbol'); diff --git a/packages/core-js/es/regexp/replace.js b/packages/core-js/es/regexp/replace.js index 1311b2a158bf..008add0ae5ce 100644 --- a/packages/core-js/es/regexp/replace.js +++ b/packages/core-js/es/regexp/replace.js @@ -1,3 +1,4 @@ +require('../../modules/es.regexp.exec'); require('../../modules/es.string.replace'); var wellKnownSymbol = require('../../internals/well-known-symbol'); diff --git a/packages/core-js/es/regexp/search.js b/packages/core-js/es/regexp/search.js index 4adc913e4a5a..f8319bb1ffb3 100644 --- a/packages/core-js/es/regexp/search.js +++ b/packages/core-js/es/regexp/search.js @@ -1,3 +1,4 @@ +require('../../modules/es.regexp.exec'); require('../../modules/es.string.search'); var wellKnownSymbol = require('../../internals/well-known-symbol'); diff --git a/packages/core-js/es/regexp/split.js b/packages/core-js/es/regexp/split.js index 49ae5f2bccae..01ff29e6dcd2 100644 --- a/packages/core-js/es/regexp/split.js +++ b/packages/core-js/es/regexp/split.js @@ -1,3 +1,4 @@ +require('../../modules/es.regexp.exec'); require('../../modules/es.string.split'); var wellKnownSymbol = require('../../internals/well-known-symbol'); diff --git a/packages/core-js/es/set/index.js b/packages/core-js/es/set/index.js index 52322b6915d0..d696c4ffb8d4 100644 --- a/packages/core-js/es/set/index.js +++ b/packages/core-js/es/set/index.js @@ -1,7 +1,7 @@ -require('../../modules/es.set'); +require('../../modules/es.array.iterator'); require('../../modules/es.object.to-string'); +require('../../modules/es.set'); require('../../modules/es.string.iterator'); -require('../../modules/web.dom-collections.iterator'); var path = require('../../internals/path'); module.exports = path.Set; diff --git a/packages/core-js/es/string/index.js b/packages/core-js/es/string/index.js index f34f568aeb6f..349d6257b920 100644 --- a/packages/core-js/es/string/index.js +++ b/packages/core-js/es/string/index.js @@ -1,3 +1,4 @@ +require('../../modules/es.object.to-string'); require('../../modules/es.regexp.exec'); require('../../modules/es.string.from-code-point'); require('../../modules/es.string.raw'); diff --git a/packages/core-js/es/string/iterator.js b/packages/core-js/es/string/iterator.js index b6d9a1a6dc09..d8166761340b 100644 --- a/packages/core-js/es/string/iterator.js +++ b/packages/core-js/es/string/iterator.js @@ -1,3 +1,4 @@ +require('../../modules/es.object.to-string'); require('../../modules/es.string.iterator'); var Iterators = require('../../internals/iterators'); diff --git a/packages/core-js/es/string/match-all.js b/packages/core-js/es/string/match-all.js index e951f4e4942e..48b5cebf3a15 100644 --- a/packages/core-js/es/string/match-all.js +++ b/packages/core-js/es/string/match-all.js @@ -1,3 +1,5 @@ +require('../../modules/es.object.to-string'); +require('../../modules/es.regexp.exec'); require('../../modules/es.string.match-all'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/es/string/replace-all.js b/packages/core-js/es/string/replace-all.js index 8bb6c992329a..09e343500082 100644 --- a/packages/core-js/es/string/replace-all.js +++ b/packages/core-js/es/string/replace-all.js @@ -1,3 +1,5 @@ +require('../../modules/es.regexp.exec'); +require('../../modules/es.string.replace'); require('../../modules/es.string.replace-all'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/es/string/virtual/index.js b/packages/core-js/es/string/virtual/index.js index 48e716546a4b..aac96ccbf766 100644 --- a/packages/core-js/es/string/virtual/index.js +++ b/packages/core-js/es/string/virtual/index.js @@ -1,3 +1,5 @@ +require('../../../modules/es.object.to-string'); +require('../../../modules/es.regexp.exec'); require('../../../modules/es.string.code-point-at'); require('../../../modules/es.string.ends-with'); require('../../../modules/es.string.includes'); diff --git a/packages/core-js/es/string/virtual/iterator.js b/packages/core-js/es/string/virtual/iterator.js index df1e2aaaa290..d5e9f19b644b 100644 --- a/packages/core-js/es/string/virtual/iterator.js +++ b/packages/core-js/es/string/virtual/iterator.js @@ -1,3 +1,4 @@ +require('../../../modules/es.object.to-string'); require('../../../modules/es.string.iterator'); var Iterators = require('../../../internals/iterators'); diff --git a/packages/core-js/es/string/virtual/match-all.js b/packages/core-js/es/string/virtual/match-all.js index 6bad2f8f6522..715bc6598459 100644 --- a/packages/core-js/es/string/virtual/match-all.js +++ b/packages/core-js/es/string/virtual/match-all.js @@ -1,3 +1,5 @@ +require('../../../modules/es.object.to-string'); +require('../../../modules/es.regexp.exec'); require('../../../modules/es.string.match-all'); var entryVirtual = require('../../../internals/entry-virtual'); diff --git a/packages/core-js/es/string/virtual/replace-all.js b/packages/core-js/es/string/virtual/replace-all.js index 1a9e867b4ce5..097601947670 100644 --- a/packages/core-js/es/string/virtual/replace-all.js +++ b/packages/core-js/es/string/virtual/replace-all.js @@ -1,3 +1,5 @@ +require('../../../modules/es.regexp.exec'); +require('../../../modules/es.string.replace'); require('../../../modules/es.string.replace-all'); var entryVirtual = require('../../../internals/entry-virtual'); diff --git a/packages/core-js/es/symbol/is-concat-spreadable.js b/packages/core-js/es/symbol/is-concat-spreadable.js index 26711710e969..d457a9479f37 100644 --- a/packages/core-js/es/symbol/is-concat-spreadable.js +++ b/packages/core-js/es/symbol/is-concat-spreadable.js @@ -1,5 +1,5 @@ -require('../../modules/es.symbol.is-concat-spreadable'); require('../../modules/es.array.concat'); +require('../../modules/es.symbol.is-concat-spreadable'); var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); module.exports = WrappedWellKnownSymbolModule.f('isConcatSpreadable'); diff --git a/packages/core-js/es/symbol/iterator.js b/packages/core-js/es/symbol/iterator.js index 73fa41d36cc4..a631ad20166a 100644 --- a/packages/core-js/es/symbol/iterator.js +++ b/packages/core-js/es/symbol/iterator.js @@ -1,6 +1,7 @@ -require('../../modules/es.symbol.iterator'); +require('../../modules/es.array.iterator'); +require('../../modules/es.object.to-string'); require('../../modules/es.string.iterator'); -require('../../modules/web.dom-collections.iterator'); +require('../../modules/es.symbol.iterator'); var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); module.exports = WrappedWellKnownSymbolModule.f('iterator'); diff --git a/packages/core-js/es/symbol/match-all.js b/packages/core-js/es/symbol/match-all.js index b0b2f23e0326..b5c390fb539c 100644 --- a/packages/core-js/es/symbol/match-all.js +++ b/packages/core-js/es/symbol/match-all.js @@ -1,3 +1,5 @@ +require('../../modules/es.object.to-string'); +require('../../modules/es.regexp.exec'); require('../../modules/es.symbol.match-all'); require('../../modules/es.string.match-all'); var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); diff --git a/packages/core-js/es/symbol/match.js b/packages/core-js/es/symbol/match.js index df77b4f5c720..19b4cbf4d444 100644 --- a/packages/core-js/es/symbol/match.js +++ b/packages/core-js/es/symbol/match.js @@ -1,3 +1,4 @@ +require('../../modules/es.regexp.exec'); require('../../modules/es.symbol.match'); require('../../modules/es.string.match'); var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); diff --git a/packages/core-js/es/symbol/replace.js b/packages/core-js/es/symbol/replace.js index 02b0f99710e6..f0ca9933d423 100644 --- a/packages/core-js/es/symbol/replace.js +++ b/packages/core-js/es/symbol/replace.js @@ -1,3 +1,4 @@ +require('../../modules/es.regexp.exec'); require('../../modules/es.symbol.replace'); require('../../modules/es.string.replace'); var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); diff --git a/packages/core-js/es/symbol/search.js b/packages/core-js/es/symbol/search.js index 5122ca1d5342..9efc81787e08 100644 --- a/packages/core-js/es/symbol/search.js +++ b/packages/core-js/es/symbol/search.js @@ -1,3 +1,4 @@ +require('../../modules/es.regexp.exec'); require('../../modules/es.symbol.search'); require('../../modules/es.string.search'); var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); diff --git a/packages/core-js/es/symbol/split.js b/packages/core-js/es/symbol/split.js index 25757943d3d5..d87040a9ae88 100644 --- a/packages/core-js/es/symbol/split.js +++ b/packages/core-js/es/symbol/split.js @@ -1,3 +1,4 @@ +require('../../modules/es.regexp.exec'); require('../../modules/es.symbol.split'); require('../../modules/es.string.split'); var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); diff --git a/packages/core-js/es/symbol/to-primitive.js b/packages/core-js/es/symbol/to-primitive.js index 390c1ee910b7..4e1893f926e0 100644 --- a/packages/core-js/es/symbol/to-primitive.js +++ b/packages/core-js/es/symbol/to-primitive.js @@ -1,3 +1,4 @@ +require('../../modules/es.date.to-primitive'); require('../../modules/es.symbol.to-primitive'); var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); diff --git a/packages/core-js/es/symbol/to-string-tag.js b/packages/core-js/es/symbol/to-string-tag.js index 28aff12e7a33..56bb9c24d823 100644 --- a/packages/core-js/es/symbol/to-string-tag.js +++ b/packages/core-js/es/symbol/to-string-tag.js @@ -1,8 +1,8 @@ -require('../../modules/es.symbol.to-string-tag'); -require('../../modules/es.object.to-string'); require('../../modules/es.json.to-string-tag'); require('../../modules/es.math.to-string-tag'); +require('../../modules/es.object.to-string'); require('../../modules/es.reflect.to-string-tag'); +require('../../modules/es.symbol.to-string-tag'); var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped'); module.exports = WrappedWellKnownSymbolModule.f('toStringTag'); diff --git a/packages/core-js/es/typed-array/entries.js b/packages/core-js/es/typed-array/entries.js index 66cc6dca1339..9846135c8742 100644 --- a/packages/core-js/es/typed-array/entries.js +++ b/packages/core-js/es/typed-array/entries.js @@ -1 +1,2 @@ +require('../../modules/es.object.to-string'); require('../../modules/es.typed-array.iterator'); diff --git a/packages/core-js/es/typed-array/iterator.js b/packages/core-js/es/typed-array/iterator.js index 66cc6dca1339..9846135c8742 100644 --- a/packages/core-js/es/typed-array/iterator.js +++ b/packages/core-js/es/typed-array/iterator.js @@ -1 +1,2 @@ +require('../../modules/es.object.to-string'); require('../../modules/es.typed-array.iterator'); diff --git a/packages/core-js/es/typed-array/keys.js b/packages/core-js/es/typed-array/keys.js index 66cc6dca1339..9846135c8742 100644 --- a/packages/core-js/es/typed-array/keys.js +++ b/packages/core-js/es/typed-array/keys.js @@ -1 +1,2 @@ +require('../../modules/es.object.to-string'); require('../../modules/es.typed-array.iterator'); diff --git a/packages/core-js/es/typed-array/methods.js b/packages/core-js/es/typed-array/methods.js index 4c6ee887fa72..2d6fe1391a38 100644 --- a/packages/core-js/es/typed-array/methods.js +++ b/packages/core-js/es/typed-array/methods.js @@ -1,3 +1,5 @@ +require('../../modules/es.object.to-string'); +require('../../modules/es.string.iterator'); require('../../modules/es.typed-array.from'); require('../../modules/es.typed-array.of'); require('../../modules/es.typed-array.copy-within'); @@ -23,4 +25,3 @@ require('../../modules/es.typed-array.subarray'); require('../../modules/es.typed-array.to-locale-string'); require('../../modules/es.typed-array.to-string'); require('../../modules/es.typed-array.iterator'); -require('../../modules/es.object.to-string'); diff --git a/packages/core-js/es/typed-array/values.js b/packages/core-js/es/typed-array/values.js index 66cc6dca1339..9846135c8742 100644 --- a/packages/core-js/es/typed-array/values.js +++ b/packages/core-js/es/typed-array/values.js @@ -1 +1,2 @@ +require('../../modules/es.object.to-string'); require('../../modules/es.typed-array.iterator'); diff --git a/packages/core-js/es/unescape.js b/packages/core-js/es/unescape.js index e8b370c129c8..57eb9a13edef 100644 --- a/packages/core-js/es/unescape.js +++ b/packages/core-js/es/unescape.js @@ -1,4 +1,4 @@ require('../modules/es.unescape'); -var global = require('../internals/global'); +var path = require('../internals/path'); -module.exports = global.unescape; +module.exports = path.unescape; diff --git a/packages/core-js/es/weak-map/index.js b/packages/core-js/es/weak-map/index.js index 11c79a7b1478..978b1194e499 100644 --- a/packages/core-js/es/weak-map/index.js +++ b/packages/core-js/es/weak-map/index.js @@ -1,6 +1,6 @@ +require('../../modules/es.array.iterator'); require('../../modules/es.object.to-string'); require('../../modules/es.weak-map'); -require('../../modules/web.dom-collections.iterator'); var path = require('../../internals/path'); module.exports = path.WeakMap; diff --git a/packages/core-js/es/weak-set/index.js b/packages/core-js/es/weak-set/index.js index ca5f257d4997..0e1e685641e0 100644 --- a/packages/core-js/es/weak-set/index.js +++ b/packages/core-js/es/weak-set/index.js @@ -1,6 +1,6 @@ +require('../../modules/es.array.iterator'); require('../../modules/es.object.to-string'); require('../../modules/es.weak-set'); -require('../../modules/web.dom-collections.iterator'); var path = require('../../internals/path'); module.exports = path.WeakSet; diff --git a/packages/core-js/features/async-iterator/as-indexed-pairs.js b/packages/core-js/features/async-iterator/as-indexed-pairs.js index 8fd352b6a4f1..8187ab794bc2 100644 --- a/packages/core-js/features/async-iterator/as-indexed-pairs.js +++ b/packages/core-js/features/async-iterator/as-indexed-pairs.js @@ -1,9 +1,7 @@ require('../../modules/es.object.to-string'); require('../../modules/es.promise'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.async-iterator.constructor'); require('../../modules/esnext.async-iterator.as-indexed-pairs'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/async-iterator/drop.js b/packages/core-js/features/async-iterator/drop.js index ca33f5b7c012..601cb269b1b7 100644 --- a/packages/core-js/features/async-iterator/drop.js +++ b/packages/core-js/features/async-iterator/drop.js @@ -1,9 +1,7 @@ require('../../modules/es.object.to-string'); require('../../modules/es.promise'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.async-iterator.constructor'); require('../../modules/esnext.async-iterator.drop'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/async-iterator/every.js b/packages/core-js/features/async-iterator/every.js index b090f1d2225b..655a8495f62d 100644 --- a/packages/core-js/features/async-iterator/every.js +++ b/packages/core-js/features/async-iterator/every.js @@ -1,9 +1,7 @@ require('../../modules/es.object.to-string'); require('../../modules/es.promise'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.async-iterator.constructor'); require('../../modules/esnext.async-iterator.every'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/async-iterator/filter.js b/packages/core-js/features/async-iterator/filter.js index 4a37bd0edc5b..4043d2be5e4c 100644 --- a/packages/core-js/features/async-iterator/filter.js +++ b/packages/core-js/features/async-iterator/filter.js @@ -1,9 +1,7 @@ require('../../modules/es.object.to-string'); require('../../modules/es.promise'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.async-iterator.constructor'); require('../../modules/esnext.async-iterator.filter'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/async-iterator/find.js b/packages/core-js/features/async-iterator/find.js index 6824ee9fb712..ab9115f01270 100644 --- a/packages/core-js/features/async-iterator/find.js +++ b/packages/core-js/features/async-iterator/find.js @@ -1,9 +1,7 @@ require('../../modules/es.object.to-string'); require('../../modules/es.promise'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.async-iterator.constructor'); require('../../modules/esnext.async-iterator.find'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/async-iterator/flat-map.js b/packages/core-js/features/async-iterator/flat-map.js index ef26e56e0423..9d3d8c41ef37 100644 --- a/packages/core-js/features/async-iterator/flat-map.js +++ b/packages/core-js/features/async-iterator/flat-map.js @@ -1,9 +1,7 @@ require('../../modules/es.object.to-string'); require('../../modules/es.promise'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.async-iterator.constructor'); require('../../modules/esnext.async-iterator.flat-map'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/async-iterator/for-each.js b/packages/core-js/features/async-iterator/for-each.js index ff0a34a3ea1b..8016cd9cfe33 100644 --- a/packages/core-js/features/async-iterator/for-each.js +++ b/packages/core-js/features/async-iterator/for-each.js @@ -1,9 +1,7 @@ require('../../modules/es.object.to-string'); require('../../modules/es.promise'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.async-iterator.constructor'); require('../../modules/esnext.async-iterator.for-each'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/async-iterator/from.js b/packages/core-js/features/async-iterator/from.js index 97275d91b45a..2c40d30d5c47 100644 --- a/packages/core-js/features/async-iterator/from.js +++ b/packages/core-js/features/async-iterator/from.js @@ -1,3 +1,4 @@ +require('../../modules/es.array.iterator'); require('../../modules/es.object.to-string'); require('../../modules/es.promise'); require('../../modules/es.string.iterator'); diff --git a/packages/core-js/features/async-iterator/index.js b/packages/core-js/features/async-iterator/index.js index 2f188c63b395..6376eee05976 100644 --- a/packages/core-js/features/async-iterator/index.js +++ b/packages/core-js/features/async-iterator/index.js @@ -1,3 +1,4 @@ +require('../../modules/es.array.iterator'); require('../../modules/es.object.to-string'); require('../../modules/es.promise'); require('../../modules/es.string.iterator'); diff --git a/packages/core-js/features/async-iterator/map.js b/packages/core-js/features/async-iterator/map.js index a07254f6d63f..a0b1021e6c91 100644 --- a/packages/core-js/features/async-iterator/map.js +++ b/packages/core-js/features/async-iterator/map.js @@ -1,9 +1,7 @@ require('../../modules/es.object.to-string'); require('../../modules/es.promise'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.async-iterator.constructor'); require('../../modules/esnext.async-iterator.map'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/async-iterator/reduce.js b/packages/core-js/features/async-iterator/reduce.js index b05022d10cc2..8efb49647908 100644 --- a/packages/core-js/features/async-iterator/reduce.js +++ b/packages/core-js/features/async-iterator/reduce.js @@ -1,9 +1,7 @@ require('../../modules/es.object.to-string'); require('../../modules/es.promise'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.async-iterator.constructor'); require('../../modules/esnext.async-iterator.reduce'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/async-iterator/some.js b/packages/core-js/features/async-iterator/some.js index 1d08566f665a..cd4a6c5d5343 100644 --- a/packages/core-js/features/async-iterator/some.js +++ b/packages/core-js/features/async-iterator/some.js @@ -1,9 +1,7 @@ require('../../modules/es.object.to-string'); require('../../modules/es.promise'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.async-iterator.constructor'); require('../../modules/esnext.async-iterator.some'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/async-iterator/take.js b/packages/core-js/features/async-iterator/take.js index c67587aff7b1..a2ddea4770ec 100644 --- a/packages/core-js/features/async-iterator/take.js +++ b/packages/core-js/features/async-iterator/take.js @@ -1,9 +1,7 @@ require('../../modules/es.object.to-string'); require('../../modules/es.promise'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.async-iterator.constructor'); require('../../modules/esnext.async-iterator.take'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/async-iterator/to-array.js b/packages/core-js/features/async-iterator/to-array.js index 30f80b8d6702..67586e056457 100644 --- a/packages/core-js/features/async-iterator/to-array.js +++ b/packages/core-js/features/async-iterator/to-array.js @@ -1,9 +1,7 @@ require('../../modules/es.object.to-string'); require('../../modules/es.promise'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.async-iterator.constructor'); require('../../modules/esnext.async-iterator.to-array'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/get-iterator-method.js b/packages/core-js/features/get-iterator-method.js index 6dd77cb59ccb..47352cb5f9d8 100644 --- a/packages/core-js/features/get-iterator-method.js +++ b/packages/core-js/features/get-iterator-method.js @@ -1,5 +1,6 @@ -require('../modules/web.dom-collections.iterator'); +require('../modules/es.array.iterator'); require('../modules/es.string.iterator'); +require('../modules/web.dom-collections.iterator'); var getIteratorMethod = require('../internals/get-iterator-method'); module.exports = getIteratorMethod; diff --git a/packages/core-js/features/get-iterator.js b/packages/core-js/features/get-iterator.js index 3e52b2c1a94a..58b5f2cfbb56 100644 --- a/packages/core-js/features/get-iterator.js +++ b/packages/core-js/features/get-iterator.js @@ -1,5 +1,6 @@ -require('../modules/web.dom-collections.iterator'); +require('../modules/es.array.iterator'); require('../modules/es.string.iterator'); +require('../modules/web.dom-collections.iterator'); var getIterator = require('../internals/get-iterator'); module.exports = getIterator; diff --git a/packages/core-js/features/is-iterable.js b/packages/core-js/features/is-iterable.js index 308da783fdf0..39e44b983701 100644 --- a/packages/core-js/features/is-iterable.js +++ b/packages/core-js/features/is-iterable.js @@ -1,5 +1,6 @@ -require('../modules/web.dom-collections.iterator'); +require('../modules/es.array.iterator'); require('../modules/es.string.iterator'); +require('../modules/web.dom-collections.iterator'); var isIterable = require('../internals/is-iterable'); module.exports = isIterable; diff --git a/packages/core-js/features/iterator/as-indexed-pairs.js b/packages/core-js/features/iterator/as-indexed-pairs.js index fdf2d31da484..fc128f7331c0 100644 --- a/packages/core-js/features/iterator/as-indexed-pairs.js +++ b/packages/core-js/features/iterator/as-indexed-pairs.js @@ -1,8 +1,6 @@ require('../../modules/es.object.to-string'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.iterator.constructor'); require('../../modules/esnext.iterator.as-indexed-pairs'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/iterator/drop.js b/packages/core-js/features/iterator/drop.js index 52b424561b88..1104c56b9c71 100644 --- a/packages/core-js/features/iterator/drop.js +++ b/packages/core-js/features/iterator/drop.js @@ -1,8 +1,6 @@ require('../../modules/es.object.to-string'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.iterator.constructor'); require('../../modules/esnext.iterator.drop'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/iterator/every.js b/packages/core-js/features/iterator/every.js index cc3fbedc349c..497fd08326c3 100644 --- a/packages/core-js/features/iterator/every.js +++ b/packages/core-js/features/iterator/every.js @@ -1,8 +1,6 @@ require('../../modules/es.object.to-string'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.iterator.constructor'); require('../../modules/esnext.iterator.every'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/iterator/filter.js b/packages/core-js/features/iterator/filter.js index f744150c3b2d..e521ed04e600 100644 --- a/packages/core-js/features/iterator/filter.js +++ b/packages/core-js/features/iterator/filter.js @@ -1,8 +1,6 @@ require('../../modules/es.object.to-string'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.iterator.constructor'); require('../../modules/esnext.iterator.filter'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/iterator/find.js b/packages/core-js/features/iterator/find.js index dfed16c52020..f09d1a86d7b9 100644 --- a/packages/core-js/features/iterator/find.js +++ b/packages/core-js/features/iterator/find.js @@ -1,8 +1,6 @@ require('../../modules/es.object.to-string'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.iterator.constructor'); require('../../modules/esnext.iterator.find'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/iterator/flat-map.js b/packages/core-js/features/iterator/flat-map.js index 81e309842a72..33ac98211811 100644 --- a/packages/core-js/features/iterator/flat-map.js +++ b/packages/core-js/features/iterator/flat-map.js @@ -1,8 +1,6 @@ require('../../modules/es.object.to-string'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.iterator.constructor'); require('../../modules/esnext.iterator.flat-map'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/iterator/for-each.js b/packages/core-js/features/iterator/for-each.js index e7110344bf67..f99aa2172d41 100644 --- a/packages/core-js/features/iterator/for-each.js +++ b/packages/core-js/features/iterator/for-each.js @@ -1,8 +1,6 @@ require('../../modules/es.object.to-string'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.iterator.constructor'); require('../../modules/esnext.iterator.for-each'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/iterator/from.js b/packages/core-js/features/iterator/from.js index e79d1a103fa0..02b7e3d2827c 100644 --- a/packages/core-js/features/iterator/from.js +++ b/packages/core-js/features/iterator/from.js @@ -1,3 +1,4 @@ +require('../../modules/es.array.iterator'); require('../../modules/es.object.to-string'); require('../../modules/es.string.iterator'); require('../../modules/esnext.iterator.constructor'); diff --git a/packages/core-js/features/iterator/index.js b/packages/core-js/features/iterator/index.js index 6e86af765926..a6dbdfd11296 100644 --- a/packages/core-js/features/iterator/index.js +++ b/packages/core-js/features/iterator/index.js @@ -1,3 +1,4 @@ +require('../../modules/es.array.iterator'); require('../../modules/es.object.to-string'); require('../../modules/es.string.iterator'); require('../../modules/esnext.iterator.constructor'); diff --git a/packages/core-js/features/iterator/map.js b/packages/core-js/features/iterator/map.js index 060d0f5d4241..404ab0b685a0 100644 --- a/packages/core-js/features/iterator/map.js +++ b/packages/core-js/features/iterator/map.js @@ -1,8 +1,6 @@ require('../../modules/es.object.to-string'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.iterator.constructor'); require('../../modules/esnext.iterator.map'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/iterator/reduce.js b/packages/core-js/features/iterator/reduce.js index 7049b475ab3f..1586b61b52ca 100644 --- a/packages/core-js/features/iterator/reduce.js +++ b/packages/core-js/features/iterator/reduce.js @@ -1,8 +1,6 @@ require('../../modules/es.object.to-string'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.iterator.constructor'); require('../../modules/esnext.iterator.reduce'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/iterator/some.js b/packages/core-js/features/iterator/some.js index 0a0a20c78c3e..35c1b4d3bcb3 100644 --- a/packages/core-js/features/iterator/some.js +++ b/packages/core-js/features/iterator/some.js @@ -1,8 +1,6 @@ require('../../modules/es.object.to-string'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.iterator.constructor'); require('../../modules/esnext.iterator.some'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/iterator/take.js b/packages/core-js/features/iterator/take.js index 962c4ad96047..4ba01b0221e8 100644 --- a/packages/core-js/features/iterator/take.js +++ b/packages/core-js/features/iterator/take.js @@ -1,8 +1,6 @@ require('../../modules/es.object.to-string'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.iterator.constructor'); require('../../modules/esnext.iterator.take'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/iterator/to-array.js b/packages/core-js/features/iterator/to-array.js index 42f490ba0cae..65e543a5e5b6 100644 --- a/packages/core-js/features/iterator/to-array.js +++ b/packages/core-js/features/iterator/to-array.js @@ -1,8 +1,6 @@ require('../../modules/es.object.to-string'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.iterator.constructor'); require('../../modules/esnext.iterator.to-array'); -require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/features/map/from.js b/packages/core-js/features/map/from.js index b7d75f907c46..289729e541c4 100644 --- a/packages/core-js/features/map/from.js +++ b/packages/core-js/features/map/from.js @@ -1,4 +1,5 @@ 'use strict'; +require('../../modules/es.array.iterator'); require('../../modules/es.map'); require('../../modules/es.string.iterator'); require('../../modules/esnext.map.from'); diff --git a/packages/core-js/features/map/of.js b/packages/core-js/features/map/of.js index 57f2a7625495..940968922e73 100644 --- a/packages/core-js/features/map/of.js +++ b/packages/core-js/features/map/of.js @@ -1,8 +1,7 @@ 'use strict'; +require('../../modules/es.array.iterator'); require('../../modules/es.map'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.map.of'); -require('../../modules/web.dom-collections.iterator'); var path = require('../../internals/path'); var Map = path.Map; diff --git a/packages/core-js/features/number/range.js b/packages/core-js/features/number/range.js index 5ffb8b8c2d77..f23dc509c382 100644 --- a/packages/core-js/features/number/range.js +++ b/packages/core-js/features/number/range.js @@ -1,3 +1,4 @@ +require('../../modules/es.object.to-string'); require('../../modules/esnext.number.range'); var path = require('../../internals/path'); diff --git a/packages/core-js/features/set/difference.js b/packages/core-js/features/set/difference.js index 24a719482749..c48cab13b096 100644 --- a/packages/core-js/features/set/difference.js +++ b/packages/core-js/features/set/difference.js @@ -1,3 +1,4 @@ +require('../../modules/es.array.iterator'); require('../../modules/es.set'); require('../../modules/es.string.iterator'); require('../../modules/esnext.set.difference'); diff --git a/packages/core-js/features/set/from.js b/packages/core-js/features/set/from.js index f18623b3cbbd..7c2a04d689d3 100644 --- a/packages/core-js/features/set/from.js +++ b/packages/core-js/features/set/from.js @@ -1,4 +1,5 @@ 'use strict'; +require('../../modules/es.array.iterator'); require('../../modules/es.set'); require('../../modules/es.string.iterator'); require('../../modules/esnext.set.from'); diff --git a/packages/core-js/features/set/intersection.js b/packages/core-js/features/set/intersection.js index 203edfe96e38..cb6190806660 100644 --- a/packages/core-js/features/set/intersection.js +++ b/packages/core-js/features/set/intersection.js @@ -1,5 +1,8 @@ +require('../../modules/es.array.iterator'); require('../../modules/es.set'); +require('../../modules/es.string.iterator'); require('../../modules/esnext.set.intersection'); +require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); module.exports = entryUnbind('Set', 'intersection'); diff --git a/packages/core-js/features/set/is-disjoint-from.js b/packages/core-js/features/set/is-disjoint-from.js index 88ca08be98ff..223fe94f1b1c 100644 --- a/packages/core-js/features/set/is-disjoint-from.js +++ b/packages/core-js/features/set/is-disjoint-from.js @@ -1,5 +1,8 @@ +require('../../modules/es.array.iterator'); require('../../modules/es.set'); +require('../../modules/es.string.iterator'); require('../../modules/esnext.set.is-disjoint-from'); +require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); module.exports = entryUnbind('Set', 'isDisjointFrom'); diff --git a/packages/core-js/features/set/is-subset-of.js b/packages/core-js/features/set/is-subset-of.js index 21ab3d498d31..2e1d868edd8c 100644 --- a/packages/core-js/features/set/is-subset-of.js +++ b/packages/core-js/features/set/is-subset-of.js @@ -1,3 +1,4 @@ +require('../../modules/es.array.iterator'); require('../../modules/es.set'); require('../../modules/es.string.iterator'); require('../../modules/esnext.set.is-subset-of'); diff --git a/packages/core-js/features/set/is-superset-of.js b/packages/core-js/features/set/is-superset-of.js index 4da6ba12e407..008da15ab2cf 100644 --- a/packages/core-js/features/set/is-superset-of.js +++ b/packages/core-js/features/set/is-superset-of.js @@ -1,5 +1,8 @@ +require('../../modules/es.array.iterator'); require('../../modules/es.set'); +require('../../modules/es.string.iterator'); require('../../modules/esnext.set.is-superset-of'); +require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); module.exports = entryUnbind('Set', 'isSupersetOf'); diff --git a/packages/core-js/features/set/of.js b/packages/core-js/features/set/of.js index 114558a2ec2a..2f82c6ac7668 100644 --- a/packages/core-js/features/set/of.js +++ b/packages/core-js/features/set/of.js @@ -1,8 +1,7 @@ 'use strict'; +require('../../modules/es.array.iterator'); require('../../modules/es.set'); -require('../../modules/es.string.iterator'); require('../../modules/esnext.set.of'); -require('../../modules/web.dom-collections.iterator'); var path = require('../../internals/path'); var Set = path.Set; diff --git a/packages/core-js/features/set/symmetric-difference.js b/packages/core-js/features/set/symmetric-difference.js index fb04d637aa1a..33f08a2bedf0 100644 --- a/packages/core-js/features/set/symmetric-difference.js +++ b/packages/core-js/features/set/symmetric-difference.js @@ -1,3 +1,4 @@ +require('../../modules/es.array.iterator'); require('../../modules/es.set'); require('../../modules/es.string.iterator'); require('../../modules/esnext.set.symmetric-difference'); diff --git a/packages/core-js/features/set/union.js b/packages/core-js/features/set/union.js index d180f8b8e740..7906cac70dc4 100644 --- a/packages/core-js/features/set/union.js +++ b/packages/core-js/features/set/union.js @@ -1,3 +1,4 @@ +require('../../modules/es.array.iterator'); require('../../modules/es.set'); require('../../modules/es.string.iterator'); require('../../modules/esnext.set.union'); diff --git a/packages/core-js/features/string/code-points.js b/packages/core-js/features/string/code-points.js index 8a783f315540..c45f5c670818 100644 --- a/packages/core-js/features/string/code-points.js +++ b/packages/core-js/features/string/code-points.js @@ -1,3 +1,4 @@ +require('../../modules/es.object.to-string'); require('../../modules/esnext.string.code-points'); module.exports = require('../../internals/entry-unbind')('String', 'codePoints'); diff --git a/packages/core-js/features/string/virtual/code-points.js b/packages/core-js/features/string/virtual/code-points.js index e99051653c4b..a78ad2c10491 100644 --- a/packages/core-js/features/string/virtual/code-points.js +++ b/packages/core-js/features/string/virtual/code-points.js @@ -1,3 +1,4 @@ +require('../../../modules/es.object.to-string'); require('../../../modules/esnext.string.code-points'); module.exports = require('../../../internals/entry-virtual')('String').codePoints; diff --git a/packages/core-js/features/typed-array/copy-within.js b/packages/core-js/features/typed-array/copy-within.js index 1352cec72f24..6344fc64dcd4 100644 --- a/packages/core-js/features/typed-array/copy-within.js +++ b/packages/core-js/features/typed-array/copy-within.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.copy-within'); +var parent = require('../../stable/typed-array/copy-within'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/entries.js b/packages/core-js/features/typed-array/entries.js index 66cc6dca1339..5ae8915f146b 100644 --- a/packages/core-js/features/typed-array/entries.js +++ b/packages/core-js/features/typed-array/entries.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.iterator'); +var parent = require('../../stable/typed-array/entries'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/every.js b/packages/core-js/features/typed-array/every.js index 681164be00c6..8beccc9d5baf 100644 --- a/packages/core-js/features/typed-array/every.js +++ b/packages/core-js/features/typed-array/every.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.every'); +var parent = require('../../stable/typed-array/every'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/fill.js b/packages/core-js/features/typed-array/fill.js index 4d92ac6654a4..0c2104020368 100644 --- a/packages/core-js/features/typed-array/fill.js +++ b/packages/core-js/features/typed-array/fill.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.fill'); +var parent = require('../../stable/typed-array/fill'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/filter.js b/packages/core-js/features/typed-array/filter.js index 7d0a630ffa40..3b4f24850c17 100644 --- a/packages/core-js/features/typed-array/filter.js +++ b/packages/core-js/features/typed-array/filter.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.filter'); +var parent = require('../../stable/typed-array/filter'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/find-index.js b/packages/core-js/features/typed-array/find-index.js index 039cd5edde86..461242518f24 100644 --- a/packages/core-js/features/typed-array/find-index.js +++ b/packages/core-js/features/typed-array/find-index.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.find-index'); +var parent = require('../../stable/typed-array/find-index'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/find.js b/packages/core-js/features/typed-array/find.js index b3251b9a0440..cd1f85df1a18 100644 --- a/packages/core-js/features/typed-array/find.js +++ b/packages/core-js/features/typed-array/find.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.find'); +var parent = require('../../stable/typed-array/find'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/float32-array.js b/packages/core-js/features/typed-array/float32-array.js index c16ee63dbc31..640d117bc30b 100644 --- a/packages/core-js/features/typed-array/float32-array.js +++ b/packages/core-js/features/typed-array/float32-array.js @@ -1,3 +1,3 @@ -var parent = require('../../es/typed-array/float32-array'); +var parent = require('../../stable/typed-array/float32-array'); module.exports = parent; diff --git a/packages/core-js/features/typed-array/float64-array.js b/packages/core-js/features/typed-array/float64-array.js index 445dc3de0d67..ee49ef91f9e3 100644 --- a/packages/core-js/features/typed-array/float64-array.js +++ b/packages/core-js/features/typed-array/float64-array.js @@ -1,3 +1,3 @@ -var parent = require('../../es/typed-array/float64-array'); +var parent = require('../../stable/typed-array/float64-array'); module.exports = parent; diff --git a/packages/core-js/features/typed-array/for-each.js b/packages/core-js/features/typed-array/for-each.js index defe03a8dce5..32af05d96028 100644 --- a/packages/core-js/features/typed-array/for-each.js +++ b/packages/core-js/features/typed-array/for-each.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.for-each'); +var parent = require('../../stable/typed-array/for-each'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/from.js b/packages/core-js/features/typed-array/from.js index e0f34441d14c..016b18004be9 100644 --- a/packages/core-js/features/typed-array/from.js +++ b/packages/core-js/features/typed-array/from.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.from'); +var parent = require('../../stable/typed-array/from'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/includes.js b/packages/core-js/features/typed-array/includes.js index 5ff65f964595..ca9fcd87bfea 100644 --- a/packages/core-js/features/typed-array/includes.js +++ b/packages/core-js/features/typed-array/includes.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.includes'); +var parent = require('../../stable/typed-array/includes'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/index-of.js b/packages/core-js/features/typed-array/index-of.js index 87081c0f2b59..64ab0977f2b7 100644 --- a/packages/core-js/features/typed-array/index-of.js +++ b/packages/core-js/features/typed-array/index-of.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.index-of'); +var parent = require('../../stable/typed-array/index-of'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/index.js b/packages/core-js/features/typed-array/index.js index b96658e776c1..ed2e2d4ce51b 100644 --- a/packages/core-js/features/typed-array/index.js +++ b/packages/core-js/features/typed-array/index.js @@ -1,4 +1,4 @@ -var parent = require('../../es/typed-array'); +var parent = require('../../stable/typed-array'); require('../../modules/es.map'); require('../../modules/esnext.typed-array.at'); // TODO: Remove from `core-js@4` diff --git a/packages/core-js/features/typed-array/int16-array.js b/packages/core-js/features/typed-array/int16-array.js index 7ffdbae500c1..c2f131e6ad97 100644 --- a/packages/core-js/features/typed-array/int16-array.js +++ b/packages/core-js/features/typed-array/int16-array.js @@ -1,3 +1,3 @@ -var parent = require('../../es/typed-array/int16-array'); +var parent = require('../../stable/typed-array/int16-array'); module.exports = parent; diff --git a/packages/core-js/features/typed-array/int32-array.js b/packages/core-js/features/typed-array/int32-array.js index bd2e75a845c1..cf72fee6d01d 100644 --- a/packages/core-js/features/typed-array/int32-array.js +++ b/packages/core-js/features/typed-array/int32-array.js @@ -1,3 +1,3 @@ -var parent = require('../../es/typed-array/int32-array'); +var parent = require('../../stable/typed-array/int32-array'); module.exports = parent; diff --git a/packages/core-js/features/typed-array/int8-array.js b/packages/core-js/features/typed-array/int8-array.js index 8f1a54b7c729..242886f81caa 100644 --- a/packages/core-js/features/typed-array/int8-array.js +++ b/packages/core-js/features/typed-array/int8-array.js @@ -1,3 +1,3 @@ -var parent = require('../../es/typed-array/int8-array'); +var parent = require('../../stable/typed-array/int8-array'); module.exports = parent; diff --git a/packages/core-js/features/typed-array/iterator.js b/packages/core-js/features/typed-array/iterator.js index 66cc6dca1339..377e421786d3 100644 --- a/packages/core-js/features/typed-array/iterator.js +++ b/packages/core-js/features/typed-array/iterator.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.iterator'); +var parent = require('../../stable/typed-array/iterator'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/join.js b/packages/core-js/features/typed-array/join.js index 431129c92f2d..71ab65596a4c 100644 --- a/packages/core-js/features/typed-array/join.js +++ b/packages/core-js/features/typed-array/join.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.join'); +var parent = require('../../stable/typed-array/join'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/keys.js b/packages/core-js/features/typed-array/keys.js index 66cc6dca1339..97324b789ced 100644 --- a/packages/core-js/features/typed-array/keys.js +++ b/packages/core-js/features/typed-array/keys.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.iterator'); +var parent = require('../../stable/typed-array/keys'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/last-index-of.js b/packages/core-js/features/typed-array/last-index-of.js index 5682bf44ea92..a51aa3c02974 100644 --- a/packages/core-js/features/typed-array/last-index-of.js +++ b/packages/core-js/features/typed-array/last-index-of.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.last-index-of'); +var parent = require('../../stable/typed-array/last-index-of'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/map.js b/packages/core-js/features/typed-array/map.js index db08fed3710c..669b4c7d4aae 100644 --- a/packages/core-js/features/typed-array/map.js +++ b/packages/core-js/features/typed-array/map.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.map'); +var parent = require('../../stable/typed-array/map'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/of.js b/packages/core-js/features/typed-array/of.js index 121bf5e2d693..17082f89b1a6 100644 --- a/packages/core-js/features/typed-array/of.js +++ b/packages/core-js/features/typed-array/of.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.of'); +var parent = require('../../stable/typed-array/of'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/reduce-right.js b/packages/core-js/features/typed-array/reduce-right.js index cbd321fc62f0..82c1b103abb0 100644 --- a/packages/core-js/features/typed-array/reduce-right.js +++ b/packages/core-js/features/typed-array/reduce-right.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.reduce-right'); +var parent = require('../../stable/typed-array/reduce-right'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/reduce.js b/packages/core-js/features/typed-array/reduce.js index e2a6f2828384..9f655ec8e82d 100644 --- a/packages/core-js/features/typed-array/reduce.js +++ b/packages/core-js/features/typed-array/reduce.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.reduce'); +var parent = require('../../stable/typed-array/reduce'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/reverse.js b/packages/core-js/features/typed-array/reverse.js index 14995f497b3e..52b90bc3ad5c 100644 --- a/packages/core-js/features/typed-array/reverse.js +++ b/packages/core-js/features/typed-array/reverse.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.reverse'); +var parent = require('../../stable/typed-array/reverse'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/set.js b/packages/core-js/features/typed-array/set.js index 5330e229834a..8e5de9457ee2 100644 --- a/packages/core-js/features/typed-array/set.js +++ b/packages/core-js/features/typed-array/set.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.set'); +var parent = require('../../stable/typed-array/set'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/slice.js b/packages/core-js/features/typed-array/slice.js index 37fb8c141ae6..cf7efb2ed2eb 100644 --- a/packages/core-js/features/typed-array/slice.js +++ b/packages/core-js/features/typed-array/slice.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.slice'); +var parent = require('../../stable/typed-array/slice'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/some.js b/packages/core-js/features/typed-array/some.js index 495c322f7d27..c3e9cf1a8401 100644 --- a/packages/core-js/features/typed-array/some.js +++ b/packages/core-js/features/typed-array/some.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.some'); +var parent = require('../../stable/typed-array/some'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/sort.js b/packages/core-js/features/typed-array/sort.js index d6c7e30b99e6..3d3e54633cff 100644 --- a/packages/core-js/features/typed-array/sort.js +++ b/packages/core-js/features/typed-array/sort.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.sort'); +var parent = require('../../stable/typed-array/sort'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/subarray.js b/packages/core-js/features/typed-array/subarray.js index dbad4ca2d674..f89a8fc0c28c 100644 --- a/packages/core-js/features/typed-array/subarray.js +++ b/packages/core-js/features/typed-array/subarray.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.subarray'); +var parent = require('../../stable/typed-array/subarray'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/to-locale-string.js b/packages/core-js/features/typed-array/to-locale-string.js index 12c809e23350..fe6589c77faa 100644 --- a/packages/core-js/features/typed-array/to-locale-string.js +++ b/packages/core-js/features/typed-array/to-locale-string.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.to-locale-string'); +var parent = require('../../stable/typed-array/to-locale-string'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/to-string.js b/packages/core-js/features/typed-array/to-string.js index bf9416079f31..9ccb6a2132be 100644 --- a/packages/core-js/features/typed-array/to-string.js +++ b/packages/core-js/features/typed-array/to-string.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.to-string'); +var parent = require('../../stable/typed-array/to-string'); + +module.exports = parent; diff --git a/packages/core-js/features/typed-array/uint16-array.js b/packages/core-js/features/typed-array/uint16-array.js index f35dc05efaa6..04234393ff28 100644 --- a/packages/core-js/features/typed-array/uint16-array.js +++ b/packages/core-js/features/typed-array/uint16-array.js @@ -1,3 +1,3 @@ -var parent = require('../../es/typed-array/uint16-array'); +var parent = require('../../stable/typed-array/uint16-array'); module.exports = parent; diff --git a/packages/core-js/features/typed-array/uint32-array.js b/packages/core-js/features/typed-array/uint32-array.js index 197c8de92af3..5e1afc91732b 100644 --- a/packages/core-js/features/typed-array/uint32-array.js +++ b/packages/core-js/features/typed-array/uint32-array.js @@ -1,3 +1,3 @@ -var parent = require('../../es/typed-array/uint32-array'); +var parent = require('../../stable/typed-array/uint32-array'); module.exports = parent; diff --git a/packages/core-js/features/typed-array/uint8-array.js b/packages/core-js/features/typed-array/uint8-array.js index 7d853e487170..cfb15c35c9b0 100644 --- a/packages/core-js/features/typed-array/uint8-array.js +++ b/packages/core-js/features/typed-array/uint8-array.js @@ -1,3 +1,3 @@ -var parent = require('../../es/typed-array/uint8-array'); +var parent = require('../../stable/typed-array/uint8-array'); module.exports = parent; diff --git a/packages/core-js/features/typed-array/uint8-clamped-array.js b/packages/core-js/features/typed-array/uint8-clamped-array.js index a1e131c2991c..100a53d224cb 100644 --- a/packages/core-js/features/typed-array/uint8-clamped-array.js +++ b/packages/core-js/features/typed-array/uint8-clamped-array.js @@ -1,3 +1,3 @@ -var parent = require('../../es/typed-array/uint8-clamped-array'); +var parent = require('../../stable/typed-array/uint8-clamped-array'); module.exports = parent; diff --git a/packages/core-js/features/typed-array/values.js b/packages/core-js/features/typed-array/values.js index 66cc6dca1339..98d458be8147 100644 --- a/packages/core-js/features/typed-array/values.js +++ b/packages/core-js/features/typed-array/values.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.iterator'); +var parent = require('../../stable/typed-array/values'); + +module.exports = parent; diff --git a/packages/core-js/features/weak-map/from.js b/packages/core-js/features/weak-map/from.js index 159aecd7cb97..be2aeba1c1fb 100644 --- a/packages/core-js/features/weak-map/from.js +++ b/packages/core-js/features/weak-map/from.js @@ -1,4 +1,5 @@ 'use strict'; +require('../../modules/es.array.iterator'); require('../../modules/es.string.iterator'); require('../../modules/es.weak-map'); require('../../modules/esnext.weak-map.from'); diff --git a/packages/core-js/features/weak-map/index.js b/packages/core-js/features/weak-map/index.js index 371fdde225b7..9df75b8e9638 100644 --- a/packages/core-js/features/weak-map/index.js +++ b/packages/core-js/features/weak-map/index.js @@ -1,4 +1,5 @@ var parent = require('../../es/weak-map'); +require('../../modules/es.string.iterator'); require('../../modules/esnext.weak-map.emplace'); require('../../modules/esnext.weak-map.from'); require('../../modules/esnext.weak-map.of'); diff --git a/packages/core-js/features/weak-map/of.js b/packages/core-js/features/weak-map/of.js index 5bdf627e8be4..307cc9d4f216 100644 --- a/packages/core-js/features/weak-map/of.js +++ b/packages/core-js/features/weak-map/of.js @@ -1,8 +1,7 @@ 'use strict'; -require('../../modules/es.string.iterator'); +require('../../modules/es.array.iterator'); require('../../modules/es.weak-map'); require('../../modules/esnext.weak-map.of'); -require('../../modules/web.dom-collections.iterator'); var path = require('../../internals/path'); var WeakMap = path.WeakMap; diff --git a/packages/core-js/features/weak-set/from.js b/packages/core-js/features/weak-set/from.js index cd8716af43f4..46032242d13d 100644 --- a/packages/core-js/features/weak-set/from.js +++ b/packages/core-js/features/weak-set/from.js @@ -1,4 +1,5 @@ 'use strict'; +require('../../modules/es.array.iterator'); require('../../modules/es.string.iterator'); require('../../modules/es.weak-set'); require('../../modules/esnext.weak-set.from'); diff --git a/packages/core-js/features/weak-set/index.js b/packages/core-js/features/weak-set/index.js index 00ab5e0c6254..e22370f691be 100644 --- a/packages/core-js/features/weak-set/index.js +++ b/packages/core-js/features/weak-set/index.js @@ -1,4 +1,5 @@ var parent = require('../../es/weak-set'); +require('../../modules/es.string.iterator'); require('../../modules/esnext.weak-set.add-all'); require('../../modules/esnext.weak-set.delete-all'); require('../../modules/esnext.weak-set.from'); diff --git a/packages/core-js/features/weak-set/of.js b/packages/core-js/features/weak-set/of.js index 4937c39b7aba..0431852a8a07 100644 --- a/packages/core-js/features/weak-set/of.js +++ b/packages/core-js/features/weak-set/of.js @@ -1,8 +1,7 @@ 'use strict'; -require('../../modules/es.string.iterator'); +require('../../modules/es.array.iterator'); require('../../modules/es.weak-set'); require('../../modules/esnext.weak-set.of'); -require('../../modules/web.dom-collections.iterator'); var path = require('../../internals/path'); var WeakSet = path.WeakSet; diff --git a/packages/core-js/stable/aggregate-error.js b/packages/core-js/stable/aggregate-error.js index 05c6d9c6092b..32150403463d 100644 --- a/packages/core-js/stable/aggregate-error.js +++ b/packages/core-js/stable/aggregate-error.js @@ -2,5 +2,6 @@ require('../modules/esnext.aggregate-error'); var parent = require('../es/aggregate-error'); +require('../modules/web.dom-collections.iterator'); module.exports = parent; diff --git a/packages/core-js/stable/dom-collections/index.js b/packages/core-js/stable/dom-collections/index.js index 7d262cb6369d..6f5648143b7b 100644 --- a/packages/core-js/stable/dom-collections/index.js +++ b/packages/core-js/stable/dom-collections/index.js @@ -1,3 +1,4 @@ +require('../../modules/es.object.to-string'); require('../../modules/web.dom-collections.for-each'); require('../../modules/web.dom-collections.iterator'); var ArrayIterators = require('../../modules/es.array.iterator'); diff --git a/packages/core-js/stable/dom-collections/iterator.js b/packages/core-js/stable/dom-collections/iterator.js index 3bc1e900e826..1b4b5f4f7c33 100644 --- a/packages/core-js/stable/dom-collections/iterator.js +++ b/packages/core-js/stable/dom-collections/iterator.js @@ -1,3 +1,4 @@ +require('../../modules/es.object.to-string'); require('../../modules/web.dom-collections.iterator'); var entryUnbind = require('../../internals/entry-unbind'); diff --git a/packages/core-js/stable/map/index.js b/packages/core-js/stable/map/index.js index 6ec56e836bac..8d10e30b623e 100644 --- a/packages/core-js/stable/map/index.js +++ b/packages/core-js/stable/map/index.js @@ -1,3 +1,4 @@ var parent = require('../../es/map'); +require('../../modules/web.dom-collections.iterator'); module.exports = parent; diff --git a/packages/core-js/stable/object/from-entries.js b/packages/core-js/stable/object/from-entries.js index aec2c7a586e8..eacdc1af3cb4 100644 --- a/packages/core-js/stable/object/from-entries.js +++ b/packages/core-js/stable/object/from-entries.js @@ -1,3 +1,4 @@ var parent = require('../../es/object/from-entries'); +require('../../modules/web.dom-collections.iterator'); module.exports = parent; diff --git a/packages/core-js/stable/object/index.js b/packages/core-js/stable/object/index.js index d2d658cf40c4..7a924f8309db 100644 --- a/packages/core-js/stable/object/index.js +++ b/packages/core-js/stable/object/index.js @@ -1,3 +1,4 @@ var parent = require('../../es/object'); +require('../../modules/web.dom-collections.iterator'); module.exports = parent; diff --git a/packages/core-js/stable/promise/all-settled.js b/packages/core-js/stable/promise/all-settled.js index 5b99bedddf1d..89846457f125 100644 --- a/packages/core-js/stable/promise/all-settled.js +++ b/packages/core-js/stable/promise/all-settled.js @@ -1,3 +1,4 @@ var parent = require('../../es/promise/all-settled'); +require('../../modules/web.dom-collections.iterator'); module.exports = parent; diff --git a/packages/core-js/stable/promise/any.js b/packages/core-js/stable/promise/any.js index d5aa458a0288..d7005bee1dd6 100644 --- a/packages/core-js/stable/promise/any.js +++ b/packages/core-js/stable/promise/any.js @@ -1,3 +1,4 @@ var parent = require('../../es/promise/any'); +require('../../modules/web.dom-collections.iterator'); module.exports = parent; diff --git a/packages/core-js/stable/promise/index.js b/packages/core-js/stable/promise/index.js index 6f19db9f56cb..2cf37ead7370 100644 --- a/packages/core-js/stable/promise/index.js +++ b/packages/core-js/stable/promise/index.js @@ -1,3 +1,4 @@ var parent = require('../../es/promise'); +require('../../modules/web.dom-collections.iterator'); module.exports = parent; diff --git a/packages/core-js/stable/set/index.js b/packages/core-js/stable/set/index.js index fe554d67b40c..e7c3fa30a63f 100644 --- a/packages/core-js/stable/set/index.js +++ b/packages/core-js/stable/set/index.js @@ -1,3 +1,4 @@ var parent = require('../../es/set'); +require('../../modules/web.dom-collections.iterator'); module.exports = parent; diff --git a/packages/core-js/stable/symbol/index.js b/packages/core-js/stable/symbol/index.js index 2fb7ba5f4f83..1bea01f0ac88 100644 --- a/packages/core-js/stable/symbol/index.js +++ b/packages/core-js/stable/symbol/index.js @@ -1,3 +1,4 @@ var parent = require('../../es/symbol'); +require('../../modules/web.dom-collections.iterator'); module.exports = parent; diff --git a/packages/core-js/stable/symbol/iterator.js b/packages/core-js/stable/symbol/iterator.js index 78f0139fca7b..c9fb8d8a8024 100644 --- a/packages/core-js/stable/symbol/iterator.js +++ b/packages/core-js/stable/symbol/iterator.js @@ -1,3 +1,4 @@ var parent = require('../../es/symbol/iterator'); +require('../../modules/web.dom-collections.iterator'); module.exports = parent; diff --git a/packages/core-js/stable/typed-array/copy-within.js b/packages/core-js/stable/typed-array/copy-within.js index 1352cec72f24..d2631ec20501 100644 --- a/packages/core-js/stable/typed-array/copy-within.js +++ b/packages/core-js/stable/typed-array/copy-within.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.copy-within'); +var parent = require('../../es/typed-array/copy-within'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/entries.js b/packages/core-js/stable/typed-array/entries.js index 66cc6dca1339..2a9dd95d572a 100644 --- a/packages/core-js/stable/typed-array/entries.js +++ b/packages/core-js/stable/typed-array/entries.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.iterator'); +var parent = require('../../es/typed-array/entries'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/every.js b/packages/core-js/stable/typed-array/every.js index 681164be00c6..84a19f19605b 100644 --- a/packages/core-js/stable/typed-array/every.js +++ b/packages/core-js/stable/typed-array/every.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.every'); +var parent = require('../../es/typed-array/every'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/fill.js b/packages/core-js/stable/typed-array/fill.js index 4d92ac6654a4..26e287f7972c 100644 --- a/packages/core-js/stable/typed-array/fill.js +++ b/packages/core-js/stable/typed-array/fill.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.fill'); +var parent = require('../../es/typed-array/fill'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/filter.js b/packages/core-js/stable/typed-array/filter.js index 7d0a630ffa40..6cae7b0474b3 100644 --- a/packages/core-js/stable/typed-array/filter.js +++ b/packages/core-js/stable/typed-array/filter.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.filter'); +var parent = require('../../es/typed-array/filter'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/find-index.js b/packages/core-js/stable/typed-array/find-index.js index 039cd5edde86..f52850b36688 100644 --- a/packages/core-js/stable/typed-array/find-index.js +++ b/packages/core-js/stable/typed-array/find-index.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.find-index'); +var parent = require('../../es/typed-array/find-index'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/find.js b/packages/core-js/stable/typed-array/find.js index b3251b9a0440..bafbcc6a39a3 100644 --- a/packages/core-js/stable/typed-array/find.js +++ b/packages/core-js/stable/typed-array/find.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.find'); +var parent = require('../../es/typed-array/find'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/for-each.js b/packages/core-js/stable/typed-array/for-each.js index defe03a8dce5..735634651780 100644 --- a/packages/core-js/stable/typed-array/for-each.js +++ b/packages/core-js/stable/typed-array/for-each.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.for-each'); +var parent = require('../../es/typed-array/for-each'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/from.js b/packages/core-js/stable/typed-array/from.js index e0f34441d14c..28268ee356f4 100644 --- a/packages/core-js/stable/typed-array/from.js +++ b/packages/core-js/stable/typed-array/from.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.from'); +var parent = require('../../es/typed-array/from'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/includes.js b/packages/core-js/stable/typed-array/includes.js index 5ff65f964595..a273f8e9c57a 100644 --- a/packages/core-js/stable/typed-array/includes.js +++ b/packages/core-js/stable/typed-array/includes.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.includes'); +var parent = require('../../es/typed-array/includes'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/index-of.js b/packages/core-js/stable/typed-array/index-of.js index 87081c0f2b59..04de077e19fd 100644 --- a/packages/core-js/stable/typed-array/index-of.js +++ b/packages/core-js/stable/typed-array/index-of.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.index-of'); +var parent = require('../../es/typed-array/index-of'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/iterator.js b/packages/core-js/stable/typed-array/iterator.js index 66cc6dca1339..3e5899e56dd9 100644 --- a/packages/core-js/stable/typed-array/iterator.js +++ b/packages/core-js/stable/typed-array/iterator.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.iterator'); +var parent = require('../../es/typed-array/iterator'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/join.js b/packages/core-js/stable/typed-array/join.js index 431129c92f2d..7c0e0cc655f2 100644 --- a/packages/core-js/stable/typed-array/join.js +++ b/packages/core-js/stable/typed-array/join.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.join'); +var parent = require('../../es/typed-array/join'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/keys.js b/packages/core-js/stable/typed-array/keys.js index 66cc6dca1339..f6f927adb26d 100644 --- a/packages/core-js/stable/typed-array/keys.js +++ b/packages/core-js/stable/typed-array/keys.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.iterator'); +var parent = require('../../es/typed-array/keys'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/last-index-of.js b/packages/core-js/stable/typed-array/last-index-of.js index 5682bf44ea92..bb4b4eeb0a2c 100644 --- a/packages/core-js/stable/typed-array/last-index-of.js +++ b/packages/core-js/stable/typed-array/last-index-of.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.last-index-of'); +var parent = require('../../es/typed-array/last-index-of'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/map.js b/packages/core-js/stable/typed-array/map.js index db08fed3710c..efb42237c246 100644 --- a/packages/core-js/stable/typed-array/map.js +++ b/packages/core-js/stable/typed-array/map.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.map'); +var parent = require('../../es/typed-array/map'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/of.js b/packages/core-js/stable/typed-array/of.js index 121bf5e2d693..fbaf4bf42c65 100644 --- a/packages/core-js/stable/typed-array/of.js +++ b/packages/core-js/stable/typed-array/of.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.of'); +var parent = require('../../es/typed-array/of'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/reduce-right.js b/packages/core-js/stable/typed-array/reduce-right.js index cbd321fc62f0..d239f968db91 100644 --- a/packages/core-js/stable/typed-array/reduce-right.js +++ b/packages/core-js/stable/typed-array/reduce-right.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.reduce-right'); +var parent = require('../../es/typed-array/reduce-right'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/reduce.js b/packages/core-js/stable/typed-array/reduce.js index e2a6f2828384..490132b58514 100644 --- a/packages/core-js/stable/typed-array/reduce.js +++ b/packages/core-js/stable/typed-array/reduce.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.reduce'); +var parent = require('../../es/typed-array/reduce'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/reverse.js b/packages/core-js/stable/typed-array/reverse.js index 14995f497b3e..95e7b9728501 100644 --- a/packages/core-js/stable/typed-array/reverse.js +++ b/packages/core-js/stable/typed-array/reverse.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.reverse'); +var parent = require('../../es/typed-array/reverse'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/set.js b/packages/core-js/stable/typed-array/set.js index 5330e229834a..387e3274099d 100644 --- a/packages/core-js/stable/typed-array/set.js +++ b/packages/core-js/stable/typed-array/set.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.set'); +var parent = require('../../es/typed-array/set'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/slice.js b/packages/core-js/stable/typed-array/slice.js index 37fb8c141ae6..b56db73dd047 100644 --- a/packages/core-js/stable/typed-array/slice.js +++ b/packages/core-js/stable/typed-array/slice.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.slice'); +var parent = require('../../es/typed-array/slice'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/some.js b/packages/core-js/stable/typed-array/some.js index 495c322f7d27..9d68479a9e7a 100644 --- a/packages/core-js/stable/typed-array/some.js +++ b/packages/core-js/stable/typed-array/some.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.some'); +var parent = require('../../es/typed-array/some'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/sort.js b/packages/core-js/stable/typed-array/sort.js index d6c7e30b99e6..67677a2aab7d 100644 --- a/packages/core-js/stable/typed-array/sort.js +++ b/packages/core-js/stable/typed-array/sort.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.sort'); +var parent = require('../../es/typed-array/sort'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/subarray.js b/packages/core-js/stable/typed-array/subarray.js index dbad4ca2d674..20bef28ee2f3 100644 --- a/packages/core-js/stable/typed-array/subarray.js +++ b/packages/core-js/stable/typed-array/subarray.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.subarray'); +var parent = require('../../es/typed-array/subarray'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/to-locale-string.js b/packages/core-js/stable/typed-array/to-locale-string.js index 12c809e23350..4f86fc9a35e3 100644 --- a/packages/core-js/stable/typed-array/to-locale-string.js +++ b/packages/core-js/stable/typed-array/to-locale-string.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.to-locale-string'); +var parent = require('../../es/typed-array/to-locale-string'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/to-string.js b/packages/core-js/stable/typed-array/to-string.js index bf9416079f31..e8253bd7d516 100644 --- a/packages/core-js/stable/typed-array/to-string.js +++ b/packages/core-js/stable/typed-array/to-string.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.to-string'); +var parent = require('../../es/typed-array/to-string'); + +module.exports = parent; diff --git a/packages/core-js/stable/typed-array/values.js b/packages/core-js/stable/typed-array/values.js index 66cc6dca1339..569754e37faf 100644 --- a/packages/core-js/stable/typed-array/values.js +++ b/packages/core-js/stable/typed-array/values.js @@ -1 +1,3 @@ -require('../../modules/es.typed-array.iterator'); +var parent = require('../../es/typed-array/values'); + +module.exports = parent; diff --git a/packages/core-js/stable/url-search-params/index.js b/packages/core-js/stable/url-search-params/index.js index bf9b50d1a205..33f792d9ea33 100644 --- a/packages/core-js/stable/url-search-params/index.js +++ b/packages/core-js/stable/url-search-params/index.js @@ -1,3 +1,4 @@ var parent = require('../../web/url-search-params'); +require('../../modules/web.dom-collections.iterator'); module.exports = parent; diff --git a/packages/core-js/stable/weak-map/index.js b/packages/core-js/stable/weak-map/index.js index 0722356b1810..8f73669e67fa 100644 --- a/packages/core-js/stable/weak-map/index.js +++ b/packages/core-js/stable/weak-map/index.js @@ -1,3 +1,4 @@ var parent = require('../../es/weak-map'); +require('../../modules/web.dom-collections.iterator'); module.exports = parent; diff --git a/packages/core-js/stable/weak-set/index.js b/packages/core-js/stable/weak-set/index.js index 0dd555cdc8c0..cd2ce4ec4dae 100644 --- a/packages/core-js/stable/weak-set/index.js +++ b/packages/core-js/stable/weak-set/index.js @@ -1,3 +1,4 @@ var parent = require('../../es/weak-set'); +require('../../modules/web.dom-collections.iterator'); module.exports = parent;