Open ryangiglio opened 6 years ago
The only checks here that are failing are based on another dependency using const
in strict mode
.
Will someone please consider merging this sooner than later?
Also are the failing versions of NPM in the CI Build actually supported? Can they be removed?
Hey @ryangiglio if you're still interested in a promise implementation, we rewrote node-twitter from the ground up here:
With callback-style requests, the
params
argument is always present whether it's actually a params object or a function. But with promise-style requests, it's possible to make a call without theparams
argument at all, so we need to check that it's defined before trying to use it.