File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 33var $Error = require ( 'es-errors' ) ;
44var hasToStringTag = require ( 'has-tostringtag' ) ( ) ;
55var callBind = require ( 'call-bind' ) ;
6- var callBound = require ( 'call-bind/callBound ' ) ;
6+ var callBound = require ( 'call-bound ' ) ;
77var gOPD = require ( 'gopd' ) ;
8+
89var isNativeError = require ( './helpers/isNativeError' ) ;
910
1011var $structuredClone = typeof structuredClone === 'function' ? structuredClone : null ;
Original file line number Diff line number Diff line change 4848 },
4949 "homepage" : " https://github.com/es-shims/Error.isError#readme" ,
5050 "dependencies" : {
51+ "call-bind" : " ^1.0.8" ,
52+ "call-bound" : " ^1.0.4" ,
5153 "define-properties" : " ^1.2.1" ,
5254 "es-errors" : " ^1.3.0" ,
5355 "gopd" : " ^1.2.0" ,
54- "has-tostringtag" : " ^1.0.2" ,
55- "call-bind" : " ^1.0.8"
56+ "has-tostringtag" : " ^1.0.2"
5657 },
5758 "devDependencies" : {
5859 "@es-shims/api" : " ^3.0.2" ,
You can’t perform that action at this time.
0 commit comments