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
While async-await is I think currently usable in twinkle clients, it is not currently being used in twinkle-core at all. The reason is mainly that the webpack/babel transpile async-await to generators, which are awkward and can be hard to debug.
However, async-await can simplify things quite a bit and make code more readable in many places.
The text was updated successfully, but these errors were encountered:
While async-await is I think currently usable in twinkle clients, it is not currently being used in twinkle-core at all. The reason is mainly that the webpack/babel transpile async-await to generators, which are awkward and can be hard to debug.
However, async-await can simplify things quite a bit and make code more readable in many places.
The text was updated successfully, but these errors were encountered: