We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57fb9ef commit 4952cd8Copy full SHA for 4952cd8
1 file changed
src/cljs/cljs/core.cljs
@@ -19,9 +19,10 @@
19
20
(def
21
^{:dynamic true
22
- :doc "Var bound to the name value of the compiler build :target
23
- option. If compiler build :target is :nodejs, *target* will be bound to
24
- \"nodejs\"."
+ :doc "Var bound to the name value of the compiler build :target option.
+ For example, if the compiler build :target is :nodejs, *target* will be bound
+ to \"nodejs\". *target* is a Google Closure define and can be set by compiler
25
+ :closure-defines option."
26
:jsdoc ["@define {string}"]}
27
*target* "default")
28
0 commit comments