We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
foo = bar: magic 100, 200
which compiles correct, but
foo = bar: magic 100, on
will produces: Error: In foo.coffee, Parse error on line 2: Unexpected ',' How should we judge when we could ignore the parantheses and when not?
Error: In foo.coffee, Parse error on line 2: Unexpected ','
The text was updated successfully, but these errors were encountered:
How should we judge when we could ignore the parantheses and when not?
This is a bug, not a feature. Those examples should be equivalent. This is also a duplicate. I'll try to find the duplicate issue.
Sorry, something went wrong.
Duplicate of #1111, maybe #1896 as well.
Thanks, Michael.
No branches or pull requests
which compiles correct, but
will produces:
Error: In foo.coffee, Parse error on line 2: Unexpected ','
How should we judge when we could ignore the parantheses and when not?
The text was updated successfully, but these errors were encountered: