Liking cljdoc? Tell your friends :D

clj-reload.parse


dependeesclj

(dependees namespaces)

Inverts the requies graph. Returns {ns -> #{downstream-ns ...}}

Inverts the requies graph. Returns {ns -> #{downstream-ns ...}}
sourceraw docstring

expand-quotesclj

(expand-quotes form)
source

parse-ns-formclj

(parse-ns-form form)
source

parse-require-formclj

(parse-require-form form)
source

read-fileclj

(read-file file)
(read-file rdr file)

Returns {<symbol> NS} or Exception

Returns {<symbol> NS} or Exception
sourceraw docstring

report-cycleclj

(report-cycle deps all-deps)
source

topo-sortclj

(topo-sort deps)
(topo-sort all-deps on-cycle)
source

transitive-closureclj

(transitive-closure deps starts)

Starts from starts, expands using dependees {ns -> #{downsteram-ns ...}}, returns #{ns ...}

Starts from starts, expands using dependees {ns -> #{downsteram-ns ...}},
returns #{ns ...}
sourceraw docstring

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

× close