Liking cljdoc? Tell your friends :D

formatting-stack.formatters.clean-ns


default-libspec-whitelistclj

source

default-libspecsclj

source

default-namespaces-that-should-never-cleanedclj

source

default-nrepl-config-optsclj

source

default-nrepl-optsclj

source

format!clj

(format! this files)
source

lint!clj

(lint! this files)
source

make-cleanerclj

(make-cleaner how-to-ns-opts
              refactor-nrepl-opts
              namespaces-that-should-never-cleaned
              libspec-whitelist
              filename)
source

make-default-libspec-whitelistclj

(make-default-libspec-whitelist &
                                {:keys [libspecs]
                                 :or {libspecs default-libspecs}})
source

newclj

(new {:keys [refactor-nrepl-opts libspec-whitelist how-to-ns-opts
             namespaces-that-should-never-cleaned]
      :or {namespaces-that-should-never-cleaned
             default-namespaces-that-should-never-cleaned
           libspec-whitelist default-libspec-whitelist
           refactor-nrepl-opts (clojure.core/deref default-nrepl-opts)
           how-to-ns-opts {}}})
source

replaceable-ns-formclj

(replaceable-ns-form {:keys [how-to-ns-opts refactor-nrepl-opts
                             namespaces-that-should-never-cleaned
                             libspec-whitelist]}
                     filename)
source

with-memoized-libspec-allowlistcljmacro

(with-memoized-libspec-allowlist & body)

Uses refactor-nrepl's 'memoized libspec' facility for best performance, while respecting formatting-stack's need of lazily requiring refactor-nrepl.

Uses refactor-nrepl's 'memoized libspec' facility for best performance,
while respecting formatting-stack's need of lazily requiring refactor-nrepl.
sourceraw docstring

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

× close