paulirish/speedline

Drop bluebird for native Promises?

Closed this issue ยท 4 comments

You are using bluebird for .map but this should be pretty trivial to write with native promises, would you be open to this? ๐Ÿ ๐Ÿ’€

cc @paulirish

image

@samccone sounds goods. I am more than happy to get rid of this dependency. ๐Ÿ˜„

I am using it especially for Promise.props. https://github.com/pmdartus/speedline/blob/17d37efa18adffec82917239681a5d995137c77d/src/speed-index.js#L12

Great, more than willing to open a PR to do this for you... feel free to assign me to this ticket.

๐Ÿ‘

These two are basic polyfills, and do not have any of their own deps:

https://www.npmjs.com/package/promise-props
https://www.npmjs.com/package/promise.map

we can just roll our own here, no need for any deps really.