Source discovery for cljs/cljc files in a deps.edn project. Reuses
skeptic.cli.paths/discover-paths to obtain the project's resolved
source paths from clojure.tools.deps/create-basis, then walks them
for cljs/cljc files. discover-paths returns paths verbatim from the
deps.edn (relative strings like "src"); they are absolutized against
root here before walking.
Source discovery for cljs/cljc files in a deps.edn project. Reuses `skeptic.cli.paths/discover-paths` to obtain the project's resolved source paths from `clojure.tools.deps/create-basis`, then walks them for cljs/cljc files. `discover-paths` returns paths verbatim from the deps.edn (relative strings like "src"); they are absolutized against `root` here before walking.
(discover-sources root aliases)Inputs: [root aliases] Returns: discover/DiscoverySources
Inputs: [root aliases] Returns: discover/DiscoverySources
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 |