FullstackAcademy / boilermaker

Code scaffold for projects
https://www.youtube.com/watch?v=7bLSuTHH4Ag&list=PLx0iOsdUOUmn7D5XL4mRUftn8hvAJGs8H
MIT License
215 stars 706 forks source link

Enable `async`-`await` #74

Closed glebec closed 6 years ago

glebec commented 6 years ago

Students are getting used to being able to use async-await code. Even if Boilermaker doesn't feature any example async functions, it shouldn't break due to Babel transpilation. Issue #20 is stale but did some work towards this goal.