Skip to content

Commit

Permalink
leaving DOMException without Object#toString dependency should be…
Browse files Browse the repository at this point in the history
… safe
  • Loading branch information
zloirock committed Dec 20, 2021
1 parent 065e3d0 commit d893abd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/core-js/stable/dom-exception/constructor.js
@@ -1,5 +1,4 @@
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: 0 additions & 1 deletion packages/core-js/stable/dom-exception/index.js
@@ -1,5 +1,4 @@
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 d893abd

Please sign in to comment.