`await` doesn't work in `for..let` loops #1021
Closed
Labels
Comments
pepkin88
added a commit
to pepkin88/LiveScript
that referenced
this issue
Jul 29, 2018
rhendric
added a commit
that referenced
this issue
Jul 30, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example:
Result:
Expected result:
It seems the mechanism for
yield
s is also used forawait
s, but those require a special treatment.I also noticed that asynchronous generator functions are not yet supported, so I couldn't test for that.
The text was updated successfully, but these errors were encountered: