Liking cljdoc? Tell your friends :D

kit.generator.modules.dependencies

Module dependency order resolution.

Module dependency order resolution.
raw docstring

dependency-listclj

(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.
raw docstring

immediate-dependentsclj

(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.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close