This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 512
refactor: remove async library #193
Comments
Hi, We can accept a PR for this. Either a lighter dep or what you described would work. |
Does I usually reach for one of the versions someone has extracted if I need those, e.g. https://github.com/feross/run-parallel |
If I'm reading right, that could be written as a regular |
I was assuming |
Ah, yeah. I missed that. Good point. |
That errback handling is a little weird, though, as it doesn't pass |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I only see one place where async is being used that it feels idiotic to include a such large lib just for that, it also adds a dependency of other...
I would suggest implementing that small pice of code yourself preferable by using Array.prototype@@iterator()
The text was updated successfully, but these errors were encountered: