Liking cljdoc? Tell your friends :D

formatting-stack.component

No vars found in this namespace.

formatting-stack.formatters.cider

No vars found in this namespace.

formatting-stack.formatters.cljfmt

No vars found in this namespace.

formatting-stack.formatters.newlines

No vars found in this namespace.

formatting-stack.integrant

No vars found in this namespace.

formatting-stack.linters.bikeshed

No vars found in this namespace.

formatting-stack.strategies

Strategies are concerned with generating a seq of filenames to process (format, lint, or compile).

They are configured to run in a determinate order.

In practice, a strategy is function that receives a seq of filenames, and returns another:

  • more filenames may be added; and or
  • the passed filenames may be filtered.

A strategy may not return nil.

Strategies are concerned with generating a seq of filenames to process (format, lint, or compile).

They are configured to run in a determinate order.

In practice, a strategy is function that receives a seq of filenames, and returns another:

* more filenames may be added; and or
* the passed filenames may be `filter`ed.

A strategy may not return nil.
raw docstring

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

× close