REPL can't run (some?) generators with yield
in the Civet code
#1659
Labels
bug
Something isn't working
yield
in the Civet code
#1659
Problem exists in the playground and the REPL (
npx civet
).This code:
Correctly compiles to this JavaScript:
But when run in the REPL, errors like this:
On the playground it shows the same message, but without the backtrace.
Other code that has the same issue:
The text was updated successfully, but these errors were encountered: