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 5ef5f10 commit 952096fCopy full SHA for 952096f
src/main/clojure/cljs/core.cljc
@@ -690,15 +690,13 @@
690
string, number or boolean.
691
692
Default value can be overridden at compile time using the
693
- compiler option `:closure-defines`. When overriding the string
694
- you need to pass to `:closure-defines` is the munged version
695
- of the original var.
+ compiler option `:closure-defines`.
696
697
Example:
698
(ns your-app.core)
699
(define DEBUG! false)
700
;; can be overridden with
701
- :closure-defines {\"your_app.core.DEBUG_BANG_\" true}"
+ :closure-defines {\"your-app.core.DEBUG!\" true}"
702
[sym default]
703
(assert-args define
704
(core/or (core/string? default)
0 commit comments