compiler option | since v0.0-2197 | Edit |
When using :target
:nodejs
the compiler will emit a
shebang as the first line of the compiled source, making it executable. When
your intention is to build a node.js module, instead of executable, use this
option to remove the shebang.
:hashbang "/usr/bin/env node" ;; <-- default
:hashbang false ;; <-- disable