(boot-fake-classpath)
Retrieve Boot's fake classpath. When using Boot, fake.class.path contains the original directories with source files, which makes it way more useful than the real classpath. See https://github.com/boot-clj/boot/issues/249 for details.
Retrieve Boot's fake classpath. When using Boot, fake.class.path contains the original directories with source files, which makes it way more useful than the real classpath. See https://github.com/boot-clj/boot/issues/249 for details.
(boot-project?)
Check whether we're dealing with a Boot project. We figure this by checking for the presence of Boot's fake classpath.
Check whether we're dealing with a Boot project. We figure this by checking for the presence of Boot's fake classpath.
(deep-merge & xs)
Merge maps recursively. When vals are not maps, last value wins.
Merge maps recursively. When vals are not maps, last value wins.
Transform a value for output
Transform a value for output
(update-keys f m)
Update the keys of map m
via the function f
.
Update the keys of map `m` via the function `f`.
(update-vals f m)
Update the values of map m
via the function f
.
Update the values of map `m` via the function `f`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close