Keeps track of which namespaces have changed and need to be reloaded.
Keeps track of which namespaces have changed and need to be reloaded.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close