We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e351c98 commit 8ff447cCopy full SHA for 8ff447c
src/main/cljs/cljs/core.cljs
@@ -17,13 +17,12 @@
17
18
(def *unchecked-if* false)
19
20
-(def
+(goog-define
21
^{:dynamic true
22
:doc "Var bound to the name value of the compiler build :target option.
23
For example, if the compiler build :target is :nodejs, *target* will be bound
24
to \"nodejs\". *target* is a Google Closure define and can be set by compiler
25
- :closure-defines option."
26
- :jsdoc ["@define {string}"]}
+ :closure-defines option."}
27
*target* "default")
28
29
(def
0 commit comments