We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6bbf8 commit db896ffCopy full SHA for db896ff
1 file changed
src/main/clojure/cljs/repl.cljc
@@ -1041,11 +1041,13 @@
1041
:doc "You must currently use the ns form only with the following caveats
1042
1043
* You must use the :only form of :use
1044
- * :require supports :as and :refer
1045
- - both options can be skipped
+ * :require supports :as, :refer, and :rename
+ - all options can be skipped
1046
- in this case a symbol can be used as a libspec directly
1047
- that is, (:require lib.foo) and (:require [lib.foo]) are both
1048
supported and mean the same thing
1049
+ - :rename specifies a map from referred var names to different
1050
+ symbols (and can be used to prevent clashes)
1051
- prefix lists are not supported
1052
* The only option for :refer-clojure is :exclude
1053
* :import is available for importing Google Closure classes
0 commit comments