Skip to content

Commit

Permalink
fix stable/instance/for-each dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 19, 2023
1 parent 3bba892 commit d47cb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-js/stable/instance/for-each.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'use strict';
require('../../modules/web.dom-collections.iterator');
var classof = require('../../internals/classof');
var hasOwn = require('../../internals/has-own-property');
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/for-each');
require('../../modules/web.dom-collections.for-each');

var ArrayPrototype = Array.prototype;

Expand Down

0 comments on commit d47cb73

Please sign in to comment.