-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Error on break statement with label specified #169
Comments
Is there any way to get the error to happen without the destructuring declaration syntax? That is, without the |
If I replace it with |
Is the error thrown at runtime, or during transformation? If it's a runtime error, how are you calling |
Ok, I didn't mention this, sorry about it:
|
|
@benjamn looks like the destructuring is the problem - when removed, works. |
Resolved in 0.8.9 from my experience. |
This piece of code throws this error:
AssertionError: x: invalid completion record: {"type":"break","target":null}
.let
withvar
, then it works.The text was updated successfully, but these errors were encountered: