aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/fn/symbol
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/fn/symbol')
-rw-r--r--node_modules/core-js/fn/symbol/async-iterator.js2
-rw-r--r--node_modules/core-js/fn/symbol/for.js2
-rw-r--r--node_modules/core-js/fn/symbol/has-instance.js3
-rw-r--r--node_modules/core-js/fn/symbol/index.js4
-rw-r--r--node_modules/core-js/fn/symbol/is-concat-spreadable.js2
-rw-r--r--node_modules/core-js/fn/symbol/iterator.js2
-rw-r--r--node_modules/core-js/fn/symbol/key-for.js2
-rw-r--r--node_modules/core-js/fn/symbol/match.js2
-rw-r--r--node_modules/core-js/fn/symbol/observable.js2
-rw-r--r--node_modules/core-js/fn/symbol/replace.js2
-rw-r--r--node_modules/core-js/fn/symbol/search.js2
-rw-r--r--node_modules/core-js/fn/symbol/species.js2
-rw-r--r--node_modules/core-js/fn/symbol/split.js2
-rw-r--r--node_modules/core-js/fn/symbol/to-primitive.js2
-rw-r--r--node_modules/core-js/fn/symbol/to-string-tag.js2
-rw-r--r--node_modules/core-js/fn/symbol/unscopables.js2
16 files changed, 14 insertions, 21 deletions
diff --git a/node_modules/core-js/fn/symbol/async-iterator.js b/node_modules/core-js/fn/symbol/async-iterator.js
deleted file mode 100644
index aca10f966..000000000
--- a/node_modules/core-js/fn/symbol/async-iterator.js
+++ /dev/null
@@ -1,2 +0,0 @@
-require('../../modules/es7.symbol.async-iterator');
-module.exports = require('../../modules/_wks-ext').f('asyncIterator'); \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/for.js b/node_modules/core-js/fn/symbol/for.js
index c9e93c139..1b05275d2 100644
--- a/node_modules/core-js/fn/symbol/for.js
+++ b/node_modules/core-js/fn/symbol/for.js
@@ -1,2 +1,2 @@
require('../../modules/es6.symbol');
-module.exports = require('../../modules/_core').Symbol['for']; \ No newline at end of file
+module.exports = require('../../modules/$.core').Symbol['for']; \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/has-instance.js b/node_modules/core-js/fn/symbol/has-instance.js
index f3ec9cf6b..b264f990f 100644
--- a/node_modules/core-js/fn/symbol/has-instance.js
+++ b/node_modules/core-js/fn/symbol/has-instance.js
@@ -1,2 +1 @@
-require('../../modules/es6.function.has-instance');
-module.exports = require('../../modules/_wks-ext').f('hasInstance'); \ No newline at end of file
+module.exports = require('../../modules/$.wks')('hasInstance'); \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/index.js b/node_modules/core-js/fn/symbol/index.js
index 64c0f5f47..c8f81d180 100644
--- a/node_modules/core-js/fn/symbol/index.js
+++ b/node_modules/core-js/fn/symbol/index.js
@@ -1,5 +1,3 @@
require('../../modules/es6.symbol');
require('../../modules/es6.object.to-string');
-require('../../modules/es7.symbol.async-iterator');
-require('../../modules/es7.symbol.observable');
-module.exports = require('../../modules/_core').Symbol; \ No newline at end of file
+module.exports = require('../../modules/$.core').Symbol; \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/is-concat-spreadable.js b/node_modules/core-js/fn/symbol/is-concat-spreadable.js
index 49ed7a1d2..17d5a2669 100644
--- a/node_modules/core-js/fn/symbol/is-concat-spreadable.js
+++ b/node_modules/core-js/fn/symbol/is-concat-spreadable.js
@@ -1 +1 @@
-module.exports = require('../../modules/_wks-ext').f('isConcatSpreadable'); \ No newline at end of file
+module.exports = require('../../modules/$.wks')('isConcatSpreadable'); \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/iterator.js b/node_modules/core-js/fn/symbol/iterator.js
index 503522809..7e1b7985f 100644
--- a/node_modules/core-js/fn/symbol/iterator.js
+++ b/node_modules/core-js/fn/symbol/iterator.js
@@ -1,3 +1,3 @@
require('../../modules/es6.string.iterator');
require('../../modules/web.dom.iterable');
-module.exports = require('../../modules/_wks-ext').f('iterator'); \ No newline at end of file
+module.exports = require('../../modules/$.wks')('iterator'); \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/key-for.js b/node_modules/core-js/fn/symbol/key-for.js
index d9b595ff1..e62b1abd9 100644
--- a/node_modules/core-js/fn/symbol/key-for.js
+++ b/node_modules/core-js/fn/symbol/key-for.js
@@ -1,2 +1,2 @@
require('../../modules/es6.symbol');
-module.exports = require('../../modules/_core').Symbol.keyFor; \ No newline at end of file
+module.exports = require('../../modules/$.core').Symbol.keyFor; \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/match.js b/node_modules/core-js/fn/symbol/match.js
index d27db65b6..d25c1196d 100644
--- a/node_modules/core-js/fn/symbol/match.js
+++ b/node_modules/core-js/fn/symbol/match.js
@@ -1,2 +1,2 @@
require('../../modules/es6.regexp.match');
-module.exports = require('../../modules/_wks-ext').f('match'); \ No newline at end of file
+module.exports = require('../../modules/$.wks')('match'); \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/observable.js b/node_modules/core-js/fn/symbol/observable.js
deleted file mode 100644
index 884cebfdf..000000000
--- a/node_modules/core-js/fn/symbol/observable.js
+++ /dev/null
@@ -1,2 +0,0 @@
-require('../../modules/es7.symbol.observable');
-module.exports = require('../../modules/_wks-ext').f('observable'); \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/replace.js b/node_modules/core-js/fn/symbol/replace.js
index 3ef60f5e9..ce3154b91 100644
--- a/node_modules/core-js/fn/symbol/replace.js
+++ b/node_modules/core-js/fn/symbol/replace.js
@@ -1,2 +1,2 @@
require('../../modules/es6.regexp.replace');
-module.exports = require('../../modules/_wks-ext').f('replace'); \ No newline at end of file
+module.exports = require('../../modules/$.wks')('replace'); \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/search.js b/node_modules/core-js/fn/symbol/search.js
index aee84f9e6..ad781d404 100644
--- a/node_modules/core-js/fn/symbol/search.js
+++ b/node_modules/core-js/fn/symbol/search.js
@@ -1,2 +1,2 @@
require('../../modules/es6.regexp.search');
-module.exports = require('../../modules/_wks-ext').f('search'); \ No newline at end of file
+module.exports = require('../../modules/$.wks')('search'); \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/species.js b/node_modules/core-js/fn/symbol/species.js
index a425eb2da..de937d752 100644
--- a/node_modules/core-js/fn/symbol/species.js
+++ b/node_modules/core-js/fn/symbol/species.js
@@ -1 +1 @@
-module.exports = require('../../modules/_wks-ext').f('species'); \ No newline at end of file
+module.exports = require('../../modules/$.wks')('species'); \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/split.js b/node_modules/core-js/fn/symbol/split.js
index 8535932fb..27c516672 100644
--- a/node_modules/core-js/fn/symbol/split.js
+++ b/node_modules/core-js/fn/symbol/split.js
@@ -1,2 +1,2 @@
require('../../modules/es6.regexp.split');
-module.exports = require('../../modules/_wks-ext').f('split'); \ No newline at end of file
+module.exports = require('../../modules/$.wks')('split'); \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/to-primitive.js b/node_modules/core-js/fn/symbol/to-primitive.js
index 20c831b85..129eb8b28 100644
--- a/node_modules/core-js/fn/symbol/to-primitive.js
+++ b/node_modules/core-js/fn/symbol/to-primitive.js
@@ -1 +1 @@
-module.exports = require('../../modules/_wks-ext').f('toPrimitive'); \ No newline at end of file
+module.exports = require('../../modules/$.wks')('toPrimitive'); \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/to-string-tag.js b/node_modules/core-js/fn/symbol/to-string-tag.js
index 101baf27c..fc22c861a 100644
--- a/node_modules/core-js/fn/symbol/to-string-tag.js
+++ b/node_modules/core-js/fn/symbol/to-string-tag.js
@@ -1,2 +1,2 @@
require('../../modules/es6.object.to-string');
-module.exports = require('../../modules/_wks-ext').f('toStringTag'); \ No newline at end of file
+module.exports = require('../../modules/$.wks')('toStringTag'); \ No newline at end of file
diff --git a/node_modules/core-js/fn/symbol/unscopables.js b/node_modules/core-js/fn/symbol/unscopables.js
index 6c4146b23..399397007 100644
--- a/node_modules/core-js/fn/symbol/unscopables.js
+++ b/node_modules/core-js/fn/symbol/unscopables.js
@@ -1 +1 @@
-module.exports = require('../../modules/_wks-ext').f('unscopables'); \ No newline at end of file
+module.exports = require('../../modules/$.wks')('unscopables'); \ No newline at end of file