Keeps track of which namespaces have changed and need to be reloaded.
Keeps track of which namespaces have changed and need to be reloaded.
(current-timestamp-map dirs)
Get the current modified timestamp map for all sources
Get the current modified timestamp map for all sources
(modified? then now file)
Compare a file to a timestamp map to see if it's been modified since.
Compare a file to a timestamp map to see if it's been modified since.
(ns-tracker dirs)
(ns-tracker dirs ignore-files)
(ns-tracker dirs ignore-files 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