compiler option | since v0.0-971 | Edit |
Determines the target environment the compiled code is expected to run on.
Use :nodejs
for Node.js. If no target is specified, the browser environment
is assumed.
:target :nodejs ;; <-- use when targeting Node.js