Closed
Description
Hi, great work on this software - it works very well!
A minor flaw I found is that it doesn't avoid future reserved javascript keywords such as int
and short
- it can generate code like var int;
.
It doesn't seem to matter to browsers but it means the clojure compiler won't parse the code - something that would be very desirable given the typical amount of javascript code gopherjs generates.
Metadata
Metadata
Assignees
Labels
No labels