diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-27 17:36:13 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-27 17:36:13 +0200 |
commit | 5f466137ad6ac596600e3ff53c9b786815398445 (patch) | |
tree | f914c221874f0b16bf3def7ac01d59d1a99a3b0b /node_modules/core-js/fn/symbol | |
parent | c9f5ac8e763eda19aa0564179300cfff76785435 (diff) |
node_modules, clean up package.json
Diffstat (limited to 'node_modules/core-js/fn/symbol')
-rw-r--r-- | node_modules/core-js/fn/symbol/for.js | 2 | ||||
-rw-r--r-- | node_modules/core-js/fn/symbol/has-instance.js | 3 | ||||
-rw-r--r-- | node_modules/core-js/fn/symbol/index.js | 4 | ||||
-rw-r--r-- | node_modules/core-js/fn/symbol/is-concat-spreadable.js | 2 | ||||
-rw-r--r-- | node_modules/core-js/fn/symbol/iterator.js | 2 | ||||
-rw-r--r-- | node_modules/core-js/fn/symbol/key-for.js | 2 | ||||
-rw-r--r-- | node_modules/core-js/fn/symbol/match.js | 2 | ||||
-rw-r--r-- | node_modules/core-js/fn/symbol/replace.js | 2 | ||||
-rw-r--r-- | node_modules/core-js/fn/symbol/search.js | 2 | ||||
-rw-r--r-- | node_modules/core-js/fn/symbol/species.js | 2 | ||||
-rw-r--r-- | node_modules/core-js/fn/symbol/split.js | 2 | ||||
-rw-r--r-- | node_modules/core-js/fn/symbol/to-primitive.js | 2 | ||||
-rw-r--r-- | node_modules/core-js/fn/symbol/to-string-tag.js | 2 | ||||
-rw-r--r-- | node_modules/core-js/fn/symbol/unscopables.js | 2 |
14 files changed, 17 insertions, 14 deletions
diff --git a/node_modules/core-js/fn/symbol/for.js b/node_modules/core-js/fn/symbol/for.js index 1b05275d2..c9e93c139 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 b264f990f..f3ec9cf6b 100644 --- a/node_modules/core-js/fn/symbol/has-instance.js +++ b/node_modules/core-js/fn/symbol/has-instance.js @@ -1 +1,2 @@ -module.exports = require('../../modules/$.wks')('hasInstance');
\ No newline at end of file +require('../../modules/es6.function.has-instance'); +module.exports = require('../../modules/_wks-ext').f('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 c8f81d180..64c0f5f47 100644 --- a/node_modules/core-js/fn/symbol/index.js +++ b/node_modules/core-js/fn/symbol/index.js @@ -1,3 +1,5 @@ require('../../modules/es6.symbol'); require('../../modules/es6.object.to-string'); -module.exports = require('../../modules/$.core').Symbol;
\ No newline at end of file +require('../../modules/es7.symbol.async-iterator'); +require('../../modules/es7.symbol.observable'); +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 17d5a2669..49ed7a1d2 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')('isConcatSpreadable');
\ No newline at end of file +module.exports = require('../../modules/_wks-ext').f('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 7e1b7985f..503522809 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')('iterator');
\ No newline at end of file +module.exports = require('../../modules/_wks-ext').f('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 e62b1abd9..d9b595ff1 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 d25c1196d..d27db65b6 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')('match');
\ No newline at end of file +module.exports = require('../../modules/_wks-ext').f('match');
\ 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 ce3154b91..3ef60f5e9 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')('replace');
\ No newline at end of file +module.exports = require('../../modules/_wks-ext').f('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 ad781d404..aee84f9e6 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')('search');
\ No newline at end of file +module.exports = require('../../modules/_wks-ext').f('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 de937d752..a425eb2da 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')('species');
\ No newline at end of file +module.exports = require('../../modules/_wks-ext').f('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 27c516672..8535932fb 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')('split');
\ No newline at end of file +module.exports = require('../../modules/_wks-ext').f('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 129eb8b28..20c831b85 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')('toPrimitive');
\ No newline at end of file +module.exports = require('../../modules/_wks-ext').f('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 fc22c861a..101baf27c 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')('toStringTag');
\ No newline at end of file +module.exports = require('../../modules/_wks-ext').f('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 399397007..6c4146b23 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')('unscopables');
\ No newline at end of file +module.exports = require('../../modules/_wks-ext').f('unscopables');
\ No newline at end of file |