Skip to content

Commit

Permalink
fix stage/4 entry dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 2, 2021
1 parent c833693 commit dd68478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core-js/stage/3.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
require('../proposals/accessible-object-hasownproperty');
require('../proposals/array-find-from-last');
require('../proposals/relative-indexing-method');
var parent = require('./4');

module.exports = parent;
2 changes: 2 additions & 0 deletions packages/core-js/stage/4.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require('../proposals/accessible-object-hasownproperty');
require('../proposals/global-this');
require('../proposals/promise-all-settled');
require('../proposals/promise-any');
require('../proposals/relative-indexing-method');
require('../proposals/string-match-all');
require('../proposals/string-replace-all');
var path = require('../internals/path');
Expand Down

0 comments on commit dd68478

Please sign in to comment.