async_await_typescript icon indicating copy to clipboard operation
async_await_typescript copied to clipboard

:trident: ES7 async/await example using TypeScript & node v6 with Visual Studio Code 1.0

Results 1 async_await_typescript issues
Sort by recently updated
recently updated
newest added
trafficstars

[V8 is getting native async/await support soon](http://v8project.blogspot.com/2016/04/es6-es7-and-beyond.html). Once TypeScript has an ES7 target then debugging the generated async code will be much easier.

enhancement