File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 "dependencies" : {
4747 "call-bind" : " ^1.0.0" ,
4848 "define-properties" : " ^1.1.3" ,
49- "es-abstract" : " ^1.18.0-next.1" ,
50- "function-bind" : " ^1.1.1"
49+ "es-abstract" : " ^1.18.0-next.1"
5150 },
5251 "devDependencies" : {
5352 "@es-shims/api" : " ^2.2.1" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require('../shim')();
44
55var test = require ( 'tape' ) ;
66var defineProperties = require ( 'define-properties' ) ;
7- var bind = require ( 'function -bind' ) ;
7+ var callBind = require ( 'call -bind' ) ;
88var isEnumerable = Object . prototype . propertyIsEnumerable ;
99var functionsHaveNames = function f ( ) { } . name === 'f' ;
1010
@@ -30,7 +30,7 @@ test('shimmed', function (t) {
3030 st . end ( ) ;
3131 } ) ;
3232
33- runTests ( bind . call ( Function . call , Array . prototype . flatMap ) , t ) ;
33+ runTests ( callBind ( Array . prototype . flatMap ) , t ) ;
3434
3535 t . end ( ) ;
3636} ) ;
You can’t perform that action at this time.
0 commit comments