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 10411041 :doc " You must currently use the ns form only with the following caveats
10421042
10431043 * 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
10461046 - in this case a symbol can be used as a libspec directly
10471047 - that is, (:require lib.foo) and (:require [lib.foo]) are both
10481048 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)
10491051 - prefix lists are not supported
10501052 * The only option for :refer-clojure is :exclude
10511053 * :import is available for importing Google Closure classes
You can’t perform that action at this time.
0 commit comments