Skip to content

Commit

Permalink
fix dependencies of /full/instance/replace-all entry
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Mar 8, 2023
1 parent 8e5c031 commit 76f8648
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core-js/full/instance/replace-all.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// TODO: remove from `core-js@4`
require('../../modules/esnext.string.replace-all');

var parent = require('../../actual/instance/replace-all');

module.exports = parent;

0 comments on commit 76f8648

Please sign in to comment.