Skip to content

Commit d893abd

Browse files
committedDec 20, 2021
leaving DOMException without Object#toString dependency should be safe
1 parent 065e3d0 commit d893abd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎packages/core-js/stable/dom-exception/constructor.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require('../../modules/es.error.to-string');
2-
require('../../modules/es.object.to-string');
32
require('../../modules/web.dom-exception.constructor');
43
require('../../modules/web.dom-exception.stack');
54
var path = require('../../internals/path');

‎packages/core-js/stable/dom-exception/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require('../../modules/es.error.to-string');
2-
require('../../modules/es.object.to-string');
32
require('../../modules/web.dom-exception.constructor');
43
require('../../modules/web.dom-exception.stack');
54
require('../../modules/web.dom-exception.to-string-tag');

0 commit comments

Comments
 (0)
Please sign in to comment.