-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support Async/Await #2
Comments
It's not just a matter of what async/await does and whether you like it (I don't). I think many users will simply expect it to be there "in this day and age". |
there's a PR for it (that's been sitting there for a year-or-so). backcall is a different tool – maybe for a different time |
See gkz/LiveScript#836. Does it have anything to fix (other than removed |
@dk00 (You might want to add @vendethiel to the @livescript org, BTW - he's a committer to the main repo. 😉) |
I revoked my own access rights around a year ago, after the 1.5.0 fiasco. |
Oh. Never mind, then. |
All of contributors are invited, and many of invitations are still pending.. |
Backcall
<-
can not handle Promise rejection by try...catch and must call .then() method manually.LiveScript has Generators/Yield but it cannot be compatible with Async/Await.
The text was updated successfully, but these errors were encountered: