Liking cljdoc? Tell your friends :D

shadow.cljs.util


*time-depth*clj


add-envclj

(add-env pb env)

build-state?clj

(build-state? state)

clj-name->nsclj

(clj-name->ns name)

guesses ns from filename

guesses ns from filename
raw docstring

cljs->js-nameclj

(cljs->js-name name)

conj-inclj

(conj-in m k v)

errorclj

(error state log-event)

execclj

(exec cmd {:keys [dir env in] :as opts})

modern clojure.java.shell/sh without the varargs crap using ProcessBuilder instead of Runtime.exec

modern clojure.java.shell/sh without the varargs crap
using ProcessBuilder instead of Runtime.exec
raw docstring

file-basenameclj

(file-basename path)

file?clj

(file? file)

filename->nsclj

(filename->ns name)

flat-filenameclj

(flat-filename filename)

flat-js-nameclj

(flat-js-name name)

foreign?clj

(foreign? {:keys [type] :as src})

has-tests?clj

(has-tests? {:keys [requires] :as rc})

is-absolute-file?clj

(is-absolute-file? x)

is-absolute?clj

(is-absolute? entry)

is-cljc?clj

(is-cljc? name)

is-cljs-file?clj

(is-cljs-file? name)

is-cljs-resource?clj

(is-cljs-resource? name)

is-cljs?clj

(is-cljs? name)

is-directory?clj

(is-directory? x)

is-file-instance?clj

(is-file-instance? x)

is-jar?clj

(is-jar? name)

is-js-file?clj

(is-js-file? name)

is-package-require?clj

(is-package-require? require)

is-relative?clj

(is-relative? entry)

logclj

(log state {:shadow.build.log/keys [level] :as log-event})

log-collectorclj

(log-collector)

md5hexclj

(md5hex text)

md5hex-seqclj

(md5hex-seq segments)

munge-goog-nsclj

(munge-goog-ns s)

ns->cljs-filenameclj

(ns->cljs-filename ns)

ns->pathclj

(ns->path ns)

reduce->clj

(reduce-> init reduce-fn coll)

reduce-kv->clj

(reduce-kv-> init reduce-fn coll)

resource-last-modifiedclj

(resource-last-modified path)

set-conjclj

(set-conj x y)

stream-to-bytesclj

(stream-to-bytes in)

stream-to-encclj

(stream-to-enc stream enc)

stream-to-stringclj

(stream-to-string in)
(stream-to-string in enc)

tbdclj

(tbd)

url-last-modifiedclj

(url-last-modified url)

vec-conjclj

(vec-conj x y)

warnclj

(warn state log-event)

with-logged-timeclj/smacro

(with-logged-time [state msg] & body)

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

× close