Eliminate usage of the async
npm module
#2883
Labels
help wanted
We'd love to have community involvement on this issue.
type: process
A process-related concern. May include testing, release, or the like.
We almost never have a good reason to be using the
async
npm module, as node 8 includes native async/await support. We need to go through the following repos, and drop the dependency:The text was updated successfully, but these errors were encountered: