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
> cat x.coffee class X foo: -> ### stuff ### bar: -> baz: -> > coffee -p x.coffee /home/ingy/x.coffee:7:10: error: unexpected indentation baz: -> ^
A few things:
###
I was using ### to comment out parts of a file that I was porting to CS, when I tripped on this.
The text was updated successfully, but these errors were encountered:
See duplicates.
Sorry, something went wrong.
I looked for a duplicate, and found things similar but not the same. Can you point out a dup?
This is probably our most duplicated issue. #3993, #3717, #3159, #2973, #2805, #2445, #2374, #2344, #2025, #1925, #1559, #1375.
This is fixed via #4572. Sorry it took awhile.
No branches or pull requests
A few things:
###
makes it parse (even if the content is not indented)I was using
###
to comment out parts of a file that I was porting to CS, when I tripped on this.The text was updated successfully, but these errors were encountered: