aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/es7/weak-map.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/es7/weak-map.js')
-rw-r--r--node_modules/core-js/es7/weak-map.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/node_modules/core-js/es7/weak-map.js b/node_modules/core-js/es7/weak-map.js
deleted file mode 100644
index 9868b9aee..000000000
--- a/node_modules/core-js/es7/weak-map.js
+++ /dev/null
@@ -1,3 +0,0 @@
-require('../modules/es7.weak-map.of');
-require('../modules/es7.weak-map.from');
-module.exports = require('../modules/_core').WeakMap;