aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/fn/weak-map.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/fn/weak-map.js')
-rw-r--r--node_modules/core-js/fn/weak-map.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/node_modules/core-js/fn/weak-map.js b/node_modules/core-js/fn/weak-map.js
deleted file mode 100644
index d210219b8..000000000
--- a/node_modules/core-js/fn/weak-map.js
+++ /dev/null
@@ -1,6 +0,0 @@
-require('../modules/es6.object.to-string');
-require('../modules/web.dom.iterable');
-require('../modules/es6.weak-map');
-require('../modules/es7.weak-map.of');
-require('../modules/es7.weak-map.from');
-module.exports = require('../modules/_core').WeakMap;