houston icon indicating copy to clipboard operation
houston copied to clipboard

Use async and await over bluebird convenient functions

Open btkostner opened this issue 7 years ago • 0 comments

Bluebird has a lot of great functions, like map and filter, but we can get the same functionality using await and native functions. We should start migrating (considering?) to use this form instead of bluebird. This will will help us in reducing the need for global.Promise = require('bluebird'), help us be fully native (without babel) when async and await finally land in node, and help us finally remove that pesky entry.js file.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

btkostner avatar Jul 21 '16 23:07 btkostner