Liking cljdoc? Tell your friends :D

cider.inlined-deps.toolsnamespace.v0v3v0-alpha4.clojure.tools.namespace.dir

Track namespace dependencies and changes by monitoring file-modification timestamps

Track namespace dependencies and changes by monitoring
file-modification timestamps
raw docstring

cider.inlined-deps.toolsnamespace.v0v3v0-alpha4.clojure.tools.namespace.move

Refactoring tool to move a Clojure namespace from one name/file to another, and update all references to that namespace in your other Clojure source files.

WARNING: This code is ALPHA and subject to change. It also modifies and deletes your source files! Make sure you have a backup or version control.

Refactoring tool to move a Clojure namespace from one name/file to
another, and update all references to that namespace in your other
Clojure source files.

WARNING: This code is ALPHA and subject to change. It also modifies
and deletes your source files! Make sure you have a backup or
version control.
raw docstring

cider.inlined-deps.toolsnamespace.v0v3v0-alpha4.clojure.tools.namespace.parse

Parse Clojure namespace (ns) declarations and extract dependencies.

Parse Clojure namespace (ns) declarations and extract
dependencies.
raw docstring

cider.inlined-deps.toolsnamespace.v0v3v0-alpha4.clojure.tools.namespace.reload

Force reloading namespaces on demand or through a dependency tracker

Force reloading namespaces on demand or through a
dependency tracker
raw docstring

cider.inlined-deps.toolsnamespace.v0v3v0-alpha4.clojure.tools.namespace.track

Dependency tracker which can compute which namespaces need to be reloaded after files have changed. This is the low-level implementation that requires you to find the namespace dependencies yourself: most uses will interact with the wrappers in cider.inlined-deps.toolsnamespace.v0v3v0-alpha4.clojure.tools.namespace.file and cider.inlined-deps.toolsnamespace.v0v3v0-alpha4.clojure.tools.namespace.dir or the public API in cider.inlined-deps.toolsnamespace.v0v3v0-alpha4.clojure.tools.namespace.repl.

Dependency tracker which can compute which namespaces need to be
reloaded after files have changed. This is the low-level
implementation that requires you to find the namespace dependencies
yourself: most uses will interact with the wrappers in
cider.inlined-deps.toolsnamespace.v0v3v0-alpha4.clojure.tools.namespace.file and cider.inlined-deps.toolsnamespace.v0v3v0-alpha4.clojure.tools.namespace.dir or the
public API in cider.inlined-deps.toolsnamespace.v0v3v0-alpha4.clojure.tools.namespace.repl.
raw docstring

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

× close