(->namespace root-dir file-path)(import [statement-type & statement-body])(import-list->package-str import-list)Given an import-list, as handled by clojure.core/import, return the
package name as a string.
Given an import-list, as handled by `clojure.core/import`, return the package name as a string.
(import? statement)(imports ns-statements)(libspec->lib libspec)Given a valid libspec, return the lib it's specifying.
Given a valid libspec, return the lib it's specifying.
(libspec? x)Returns true if x is a libspec.
Returns true if x is a libspec.
(namespace-name root-dir path)(namespaces-from-disk src-dir test-dir)(prefix-list->lib-strs [prefix & libspecs])Given a valid prefix list, return the libs they specify as strings.
Given a valid prefix list, return the libs they specify as strings.
(source-namespaces-from-disk root-dir)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |