Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
16
node_modules/es-abstract/helpers/callBind.js
generated
vendored
16
node_modules/es-abstract/helpers/callBind.js
generated
vendored
|
|
@ -1,17 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
var bind = require('function-bind');
|
||||
// TODO; semver-major: remove
|
||||
|
||||
var GetIntrinsic = require('../GetIntrinsic');
|
||||
|
||||
var $apply = GetIntrinsic('%Function.prototype.apply%');
|
||||
var $call = GetIntrinsic('%Function.prototype.call%');
|
||||
var $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);
|
||||
|
||||
module.exports = function callBind() {
|
||||
return $reflectApply(bind, $call, arguments);
|
||||
};
|
||||
|
||||
module.exports.apply = function applyBind() {
|
||||
return $reflectApply(bind, $apply, arguments);
|
||||
};
|
||||
module.exports = require('call-bind');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue