Liking cljdoc? Tell your friends :D

refactor-nrepl.ns.libspecs


add-tentative-aliasesclj

(add-tentative-aliases project-aliases lang files ignore-errors?)
source

add-used-from-metaclj

(add-used-from-meta libspecs f)
source

merge-libspecs-metaclj

(merge-libspecs-meta a b)
source

namespace-aliasesclj

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

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

namespace-aliases-forclj

(namespace-aliases-for files ignore-errors?)
source

namespace-aliases-responseclj

(namespace-aliases-response {:keys [suggest]})
source

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

vec-distinct-intoclj

(vec-distinct-into x y)
source

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

× close