Skip to content

Commit

Permalink
fix missed dependencies of an entry
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 2, 2021
1 parent 057a0b9 commit 33f8141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core-js/features/typed-array/methods.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
var parent = require('../../stable/typed-array/methods');
require('../../modules/es.map');
require('../../modules/es.promise');
require('../../modules/esnext.typed-array.from-async');
// TODO: Remove from `core-js@4`
require('../../modules/esnext.typed-array.at');
// TODO: Remove from `core-js@4`
Expand Down

0 comments on commit 33f8141

Please sign in to comment.