async_await_typescript
async_await_typescript copied to clipboard
ES7 Target - remove __awaiter method
V8 is getting native async/await support soon. Once TypeScript has an ES7 target then debugging the generated async code will be much easier.
https://github.com/Microsoft/TypeScript/issues/8392 looks interesting.