scopsy / await-to-js

Async await wrapper for easy error handling without try-catch
http://blog.grossman.io/how-to-write-async-await-without-try-catch-blocks-in-javascript/
MIT License
3.27k stars 153 forks source link

Add option for multiple promises #35

Open pawelkleczek opened 5 years ago

pawelkleczek commented 5 years ago

Also in this PR:

  1. Dependency update
  2. Change tslint to eslint as it seems to work better now
  3. Add nvmrc file to 'kind of' lock the node version and sugest using one
pawelkleczek commented 5 years ago

@scopsy will you be able to take a look?