We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
call-bind
es-abstract
1 parent 83e7267 commit e68f500Copy full SHA for e68f500
2 files changed
implementation.js
@@ -16,7 +16,7 @@ if (typeof Promise !== 'function') {
16
throw new TypeError('`Promise` must be globally available for util.promisify to work.');
17
}
18
19
-var callBound = require('es-abstract/helpers/callBound');
+var callBound = require('call-bind/callBound');
20
21
var $slice = callBound('Array.prototype.slice');
22
var $concat = callBound('Array.prototype.concat');
package.json
@@ -4,8 +4,8 @@
4
"description": "Polyfill/shim for util.promisify in node versions < v8",
5
"main": "index.js",
6
"dependencies": {
7
+ "call-bind": "^1.0.0",
8
"define-properties": "^1.1.3",
- "es-abstract": "^1.17.5",
9
"for-each": "^0.3.3",
10
"has-symbols": "^1.0.1",
11
"object.getownpropertydescriptors": "^2.1.0"
0 commit comments