-
Notifications
You must be signed in to change notification settings - Fork 2k
Strange behavior with backticked javascript comments #1473
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
Comments
This happens because inline JS is treated by the compiler as a To fix this, you'd have to parse the JavaScript itself, which would be a challenge and really only useful to solve this specific edge case. |
This looks like it should be a |
At least, literal → statement compilation is wrong.
There should be a newline after |
Seems to be fixed, probably our |
Gives
Gives
(With an extraneous semicolon)
The text was updated successfully, but these errors were encountered: