diff options
Diffstat (limited to 'node_modules/core-js/fn/weak-map.js')
-rw-r--r-- | node_modules/core-js/fn/weak-map.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/node_modules/core-js/fn/weak-map.js b/node_modules/core-js/fn/weak-map.js index 00cac1adb..d210219b8 100644 --- a/node_modules/core-js/fn/weak-map.js +++ b/node_modules/core-js/fn/weak-map.js @@ -1,4 +1,6 @@ require('../modules/es6.object.to-string'); require('../modules/web.dom.iterable'); require('../modules/es6.weak-map'); -module.exports = require('../modules/_core').WeakMap;
\ No newline at end of file +require('../modules/es7.weak-map.of'); +require('../modules/es7.weak-map.from'); +module.exports = require('../modules/_core').WeakMap; |