bootstraponline / async_await_typescript

:trident: ES7 async/await example using TypeScript & node v6 with Visual Studio Code 1.0
12 stars 3 forks source link

ES7 Target - remove __awaiter method #6

Open bootstraponline opened 8 years ago

bootstraponline commented 8 years ago

V8 is getting native async/await support soon. Once TypeScript has an ES7 target then debugging the generated async code will be much easier.

bootstraponline commented 8 years ago

https://github.com/Microsoft/TypeScript/issues/8392 looks interesting.