File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
3
var callBound = require ( 'call-bind/callBound' ) ;
4
- var hasSymbols = require ( 'has-symbols/shams' ) ( ) ;
5
- var hasToStringTag = hasSymbols && ! ! Symbol . toStringTag ;
4
+ var hasToStringTag = require ( 'has-tostringtag/shams' ) ( ) ;
6
5
var has ;
7
6
var $exec ;
8
7
var isRegexMarker ;
Original file line number Diff line number Diff line change 40
40
],
41
41
"dependencies" : {
42
42
"call-bind" : " ^1.0.2" ,
43
- "has-symbols " : " ^1.0.2 "
43
+ "has-tostringtag " : " ^1.0.0 "
44
44
},
45
45
"devDependencies" : {
46
46
"@ljharb/eslint-config" : " ^17.6.0" ,
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
- var hasSymbols = require ( 'has-symbols/shams' ) ( ) ;
4
- var hasToStringTag = hasSymbols && ! ! Symbol . toStringTag ;
3
+ var hasToStringTag = require ( 'has-tostringtag/shams' ) ( ) ;
5
4
var forEach = require ( 'foreach' ) ;
6
5
var test = require ( 'tape' ) ;
7
6
var isRegex = require ( '..' ) ;
You can’t perform that action at this time.
0 commit comments