File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ var inherits = require('inherits');
4
4
var through = require ( 'through' ) ;
5
5
var resumer = require ( 'resumer' ) ;
6
6
var inspect = require ( 'object-inspect' ) ;
7
- var bind = require ( 'function -bind' ) ;
7
+ var callBound = require ( 'call -bind/callBound ' ) ;
8
8
var has = require ( 'has' ) ;
9
- var regexpTest = bind . call ( Function . call , RegExp . prototype . test ) ;
9
+ var regexpTest = callBound ( ' RegExp.prototype.test' ) ;
10
10
var yamlIndicators = / : | - | \? / ;
11
11
var nextTick = typeof setImmediate !== 'undefined'
12
12
? setImmediate
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ var EventEmitter = require('events').EventEmitter;
8
8
var has = require ( 'has' ) ;
9
9
var isRegExp = require ( 'is-regex' ) ;
10
10
var trim = require ( 'string.prototype.trim' ) ;
11
- var bind = require ( 'function -bind' ) ;
11
+ var callBound = require ( 'call -bind/callBound ' ) ;
12
12
var forEach = require ( 'for-each' ) ;
13
13
var inspect = require ( 'object-inspect' ) ;
14
- var isEnumerable = bind . call ( Function . call , Object . prototype . propertyIsEnumerable ) ;
15
- var toLowerCase = bind . call ( Function . call , String . prototype . toLowerCase ) ;
16
- var $test = bind . call ( Function . call , RegExp . prototype . test ) ;
14
+ var isEnumerable = callBound ( ' Object.prototype.propertyIsEnumerable' ) ;
15
+ var toLowerCase = callBound ( ' String.prototype.toLowerCase' ) ;
16
+ var $test = callBound ( ' RegExp.prototype.test' ) ;
17
17
18
18
module . exports = Test ;
19
19
Original file line number Diff line number Diff line change 9
9
"test" : " test"
10
10
},
11
11
"dependencies" : {
12
+ "call-bind" : " ~1.0.2" ,
12
13
"deep-equal" : " ~1.1.1" ,
13
14
"defined" : " ~1.0.0" ,
14
15
"dotignore" : " ~0.1.2" ,
15
16
"for-each" : " ~0.3.3" ,
16
- "function-bind" : " ~1.1.1" ,
17
17
"glob" : " ~7.1.7" ,
18
18
"has" : " ~1.0.3" ,
19
19
"inherits" : " ~2.0.4" ,
You can’t perform that action at this time.
0 commit comments