livescript / discuss

A place to discuss the future of LiveScript
5 stars 0 forks source link

support Async/Await #2

Open BlackGlory opened 7 years ago

BlackGlory commented 7 years ago

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.

foxbunny commented 7 years ago

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".

vendethiel commented 7 years ago

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

dk00 commented 7 years ago

See gkz/LiveScript#836. Does it have anything to fix (other than removed await*)?

dead-claudia commented 7 years ago

@dk00 (You might want to add @vendethiel to the @livescript org, BTW - he's a committer to the main repo. 😉)

vendethiel commented 7 years ago

I revoked my own access rights around a year ago, after the 1.5.0 fiasco.

dead-claudia commented 7 years ago

Oh. Never mind, then.

dk00 commented 7 years ago

All of contributors are invited, and many of invitations are still pending..