You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to use async/await transpiled to ES5 with only TypeScript and Regenerator with this setup.
Don't need to add Babel in to workflow.
I'm successfully using it in my commercial closed source project, that's working even for IE 10+, with just Promise polyfill.
I'll add example in next release.
Link to my explanation on TypeScript ES6 Generator support thread: microsoft/TypeScript#1564 (comment)
The text was updated successfully, but these errors were encountered:
It is possible to use async/await transpiled to ES5 with only TypeScript and Regenerator with this setup.
Don't need to add Babel in to workflow.
I'm successfully using it in my commercial closed source project, that's working even for IE 10+, with just Promise polyfill.
I'll add example in next release.
Link to my explanation on TypeScript ES6 Generator support thread:
microsoft/TypeScript#1564 (comment)
The text was updated successfully, but these errors were encountered: