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
In JavaScript alert(/* a */) parses, while alert(### a ###) in CoffeeScript doesn't.
alert(/* a */)
alert(### a ###)
The text was updated successfully, but these errors were encountered:
#2538
Sorry, something went wrong.
And so many others.
Just trying github search out. Well it sucks and makes my phone lag so much...
This is fixed via #4572. Sorry it took awhile.
No branches or pull requests
In JavaScript
alert(/* a */)
parses, whilealert(### a ###)
in CoffeeScript doesn't.The text was updated successfully, but these errors were encountered: