File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1041
1041
:doc " You must currently use the ns form only with the following caveats
1042
1042
1043
1043
* You must use the :only form of :use
1044
- * :require supports :as and :refer
1045
- - both options can be skipped
1044
+ * :require supports :as, :refer, and :rename
1045
+ - all options can be skipped
1046
1046
- in this case a symbol can be used as a libspec directly
1047
1047
- that is, (:require lib.foo) and (:require [lib.foo]) are both
1048
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)
1049
1051
- prefix lists are not supported
1050
1052
* The only option for :refer-clojure is :exclude
1051
1053
* :import is available for importing Google Closure classes
You can’t perform that action at this time.
0 commit comments