Would it be reasonable in fixjsstyle to detect and avoid reformatting any
hashbangs found?
This of course only applies to javascript scripts run on the serverside like
with nodejs, but it would be nice to avoid having to hand edit the hash bang
lines that get messed up. This is what fixjsstyle does:
<pre>
-#!/usr/bin/env node
+# !/ usr / bin / env node;
</pre>
Original issue reported on code.google.com by d...@dbsgeo.com on 6 Nov 2011 at 7:15
Original issue reported on code.google.com by
d...@dbsgeo.com
on 6 Nov 2011 at 7:15