Skip to content
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

[Updates] Use async/await directly #9

Closed
stefanpenner opened this issue Dec 5, 2019 · 0 comments · Fixed by #10
Closed

[Updates] Use async/await directly #9

stefanpenner opened this issue Dec 5, 2019 · 0 comments · Fixed by #10

Comments

@stefanpenner
Copy link
Contributor

Now that Node 8 is nearly EOL, we can safely re-write this code to use async/await. as Promises in node 10 have finally. This will provide improved debugging and stacktraces, and drop some over our heavier dependencies.

stefanpenner added a commit to stefanpenner/promise-map-series that referenced this issue Dec 5, 2019
[Fixes joliss#9]

* enables use of async/await for improved debugging and stack traces
* drops rsvp dependency
stefanpenner added a commit to stefanpenner/promise-map-series that referenced this issue Dec 5, 2019
[Fixes joliss#9]

* enables use of async/await for improved debugging and stack traces
* drops rsvp dependency
stefanpenner added a commit to stefanpenner/promise-map-series that referenced this issue Dec 5, 2019
[Fixes joliss#9]

* enables use of async/await for improved debugging and stack traces
* drops rsvp dependency
@joliss joliss closed this as completed in 620b50a Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant