clojure.tools.namespace.file
Read and track namespace information from files
(read-file-ns-decl file)
Attempts to read a (ns ...) declaration from file, and returns the
unevaluated form. Returns nil if read fails, or if the first form
is not a ns declaration.
(remove-files tracker files)
Returns an updated dependency tracker with files removed. The files
must have been previously added with add-files.