-
Notifications
You must be signed in to change notification settings - Fork 1
Remove use of promise module #5
Copy link
Copy link
Open
Milestone
Description
We seem to be using the old promise npm module https://www.npmjs.com/package/promise which made a lot of sense back when this was initially written, but Node.js natively supports promises now. Switching to native promises should have multiple benefits, including perf gains and better stack traces.
Blocked by #4
/cc @edef1c @vachi @HasmikAtom
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels