-
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
f k: v, a[b] #1622
Comments
That's not valid coffeescript. What did you expect that to produce? |
I expected results similar to
this makes more sense as function arguments:
|
I think you're forgetting that there's no comma operator in coffeescript. |
yeah just now I tried
which failed. however,
worked just fine |
since it's an argument list. closing now. |
that doesn't help my original problem - isn't |
You're right, I missed that. This may be a duplicate of another issue, but I can't find it right now. Sorry for the quick (and poor) handling of this issue. |
oh, it produced a different parse error, so I thought it was maybe a different issue. from #1111
errors, but
works. then it errors again (with a different parse error) at
edit: used |
Yeah, my mistake, sorry. See the above comment. |
→ #1061 |
thanks, @satyr |
edit: added
f
to make it (hopefully) valid coffeescript.The text was updated successfully, but these errors were encountered: