HamlPy icon indicating copy to clipboard operation
HamlPy copied to clipboard

JS inline comments // don't work

Open hoh opened this issue 11 years ago • 0 comments

HamlPy removes all line breaks in JS. This breaks comments in the // comment format, while the use of /* comment */ is discouraged in Javascript [1].

[1] "JavaScript: The Good Parts", Douglas Crockford

hoh avatar Nov 18 '13 14:11 hoh