-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Proposal] Refactor the entire code base to Promise-based #1020
Comments
Yeah; that'd be great. It's a ton of work, but if you want to take a stab at it, you're more than welcome to! Just please make granular PRs; not one gigantic PR that takes hours to review. |
Sure! Let's do one API migration per PR. And I can make each PR safe to even be included in a minor version bump (a.k.a. No breaking changes!). I will list the roadmap here for progress tracking:
|
Closing as this is now completed. Thanks again for all your efforts here! |
We can use
async
andawait
to organize the codebase anduniversalify.fromPromise
to create Node.js-callback style APIs from the promise-based APIs.The text was updated successfully, but these errors were encountered: