Module dependency order resolution.
Module dependency order resolution.
(dependency-list ctx module-key opts)Flat list of modules, comprising the main module, identified by module-key,
and all its dependencies, topologically sorted based on :requires, with
duplicates removed. The order is guaranteed to be correct for installing modules
and their dependencies.
Flat list of modules, comprising the main module, identified by `module-key`, and all its dependencies, topologically sorted based on `:requires`, with duplicates removed. The order is guaranteed to be correct for installing modules and their dependencies.
(immediate-dependents ctx installed-module-keys target-key)Returns the set of installed module keys that directly require target-key. Used to check whether a module can be safely removed.
Returns the set of installed module keys that directly require target-key. Used to check whether a module can be safely removed.
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 |