Liking cljdoc? Tell your friends :D

refactor-nrepl.ns.libspecs


namespace-aliasesclj

(namespace-aliases)
(namespace-aliases ignore-errors?)
(namespace-aliases ignore-errors? dirs)

Returns a map of file type to a map of aliases to namespaces

{:clj {util com.acme.util str clojure.string :cljs {gstr goog.str}}}

Returns a map of file type to a map of aliases to namespaces

{:clj {util com.acme.util str clojure.string
 :cljs {gstr goog.str}}}
sourceraw docstring

referred-syms-by-file&fullnameclj

(referred-syms-by-file&fullname)
(referred-syms-by-file&fullname ignore-errors?)

Return a map of filename to a map of sym fullname to sym the sym itself.

Example: {:clj {"/home/someuser/projects/some.clj" ["example.com/foobar" foobar]} :cljs}

Return a map of filename to a map of sym fullname to sym
the sym itself.

Example:
{:clj  {"/home/someuser/projects/some.clj" ["example.com/foobar" foobar]}
 :cljs}
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close