Liking cljdoc? Tell your friends :D
Clojure only.

formatting-stack.protocols.processor


process!clj

(process! this filenames)

Performs a compilation according to a processor of your choice: e.g. the ClojureScript processor, or Garden, Stefon, etc. You are free to ignore filenames, compiling the whole project instead.

Performs a compilation according to a processor of your choice: e.g. the ClojureScript processor, or Garden, Stefon, etc.
You are free to ignore `filenames`, compiling the whole project instead.
sourceraw docstring

Processorcljprotocol

Any file-processing component that isn't a formatter or a linter.

Any file-processing component that isn't a formatter or a linter.

--process!clj

(--process! this filenames)

Performs a compilation according to a processor of your choice: e.g. the ClojureScript processor, or Garden, Stefon, etc. You are free to ignore filenames, compiling the whole project instead.

Performs a compilation according to a processor of your choice: e.g. the ClojureScript processor, or Garden, Stefon, etc.
You are free to ignore `filenames`, compiling the whole project instead.
sourceraw docstring

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

× close