Thursday 20 July 2017

Promises to async/await

Is there a way to "compile" my es6 promise code to the new es7 async/await? I have seen compilers online before that turn es5 code to es6. I have a large code base and need to convert from promises to async/await, but it will take a while to do it manually.

Submitted July 20, 2017 at 03:54PM by Flame2057

No comments:

Post a Comment