Read and track namespace information from files
Read and track namespace information from files
(add-files tracker files)
Reads ns declarations from files; returns an updated dependency tracker with those files added.
Reads ns declarations from files; returns an updated dependency tracker with those files added.
(clojure-file? file)
Returns true if the java.io.File represents a normal Clojure source file.
Returns true if the java.io.File represents a normal Clojure source file.
(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.
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.
Returns an updated dependency tracker with files removed. The files must have been previously added with add-files.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close