Skip to content

Commit

Permalink
fix some missed dependencies of entries
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Dec 20, 2021
1 parent 0c4d69d commit c0461bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
## Changelog
##### Unreleased
- Fixed some missed dependencies of entries
- Added Deno 1.18 compat data mapping

##### 3.20.0 - 2021.12.16
Expand Down
1 change: 1 addition & 0 deletions packages/core-js/stable/dom-exception/constructor.js
@@ -1,4 +1,5 @@
require('../../modules/es.error.to-string');
require('../../modules/es.object.to-string');
require('../../modules/web.dom-exception.constructor');
require('../../modules/web.dom-exception.stack');
var path = require('../../internals/path');
Expand Down
1 change: 1 addition & 0 deletions packages/core-js/stable/dom-exception/index.js
@@ -1,4 +1,5 @@
require('../../modules/es.error.to-string');
require('../../modules/es.object.to-string');
require('../../modules/web.dom-exception.constructor');
require('../../modules/web.dom-exception.stack');
require('../../modules/web.dom-exception.to-string-tag');
Expand Down

0 comments on commit c0461bc

Please sign in to comment.