Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / features / string / replace-all.js
index 6de7f5191796a1e66ebe4431320eb650f9dcfd5a..c2c2ec42381d453feba55e85ae7c58334597162e 100644 (file)
@@ -1,4 +1,6 @@
+// TODO: remove from `core-js@4`
 require('../../modules/esnext.string.replace-all');
-var entryUnbind = require('../../internals/entry-unbind');
 
-module.exports = entryUnbind('String', 'replaceAll');
+var parent = require('../../es/string/replace-all');
+
+module.exports = parent;