File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1224,6 +1224,16 @@ itself (not its value) is returned. The reader macro #'x expands to (var x)."}})
1224
1224
use-macros {:arglists ([& args])
1225
1225
:doc " Similar to the use REPL special function but
1226
1226
only for macros." }
1227
+ refer-clojure {:arglists ([& args])
1228
+ :doc " Refers to all the public vars of `cljs.core`, subject to
1229
+ filters.
1230
+ Filters can include at most one each of:
1231
+
1232
+ :exclude list-of-symbols
1233
+ :rename map-of-fromsymbol-tosymbol
1234
+
1235
+ Filters can be used to select a subset, via exclusion, or to provide a mapping
1236
+ to a symbol different from the var's name, in order to prevent clashes." }
1227
1237
import {:arglists ([& import-symbols-or-lists])
1228
1238
:doc " import-list => (closure-namespace constructor-name-symbols*)
1229
1239
You can’t perform that action at this time.
0 commit comments