-
Notifications
You must be signed in to change notification settings - Fork 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
[CS2] Array destructuring bug #4657
Comments
Fixed by #4640. Not yet released. |
@vendethiel - is this supposed to be fixed in beta5? I have a case where it doesn't work with it. Should I try to create a small reproduction or the fix for this is not merged in beta5? |
Please try to create a repro |
@GeoffreyBooth this seems to have been introduced by #4478. Should be reopened
|
Should be fixed by #4683 |
Thanks for the quick fixes. I'll wait for beta6 then, hopefully it comes out soon. :) |
Fixed by #4683. |
This produces the incorrect:
As you can see, the variable
a
is not defined anywhere and this blows up.Using CoffeeScript 2.0.0-beta4.
PS. Actually
b
is not defined either.The text was updated successfully, but these errors were encountered: