Liking cljdoc? Tell your friends :D
Clojure only.

ns-tracker.core

Keeps track of which namespaces have changed and need to be reloaded.

Keeps track of which namespaces have changed and need to be reloaded.
raw docstring

ns-trackerclj

(ns-tracker dirs)
(ns-tracker dirs initial-timestamp-map)

Returns a no-arg function which, when called, returns a set of namespaces that need to be reloaded, based on file modification timestamps and the graph of namespace dependencies.

Returns a no-arg function which, when called, returns a set of
namespaces that need to be reloaded, based on file modification
timestamps and the graph of namespace dependencies.
sourceraw docstring

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

× close