Liking cljdoc? Tell your friends :D

mount.extensions.refresh

An extension that offers helpers for working with the tools.namespace contrib library. Make sure you add the tools.namespace to the dependencies of your project yourself. This extension has been tested with versions 0.2.11, 0.3.1 and 1.1.0 of the tools.namespace library.

An extension that offers helpers for working with the
tools.namespace contrib library. Make sure you add the
tools.namespace to the dependencies of your project yourself. This
extension has been tested with versions 0.2.11, 0.3.1 and 1.1.0
of the tools.namespace library.
raw docstring

affected-varsclj

(affected-vars)

Returns a list of defstate vars that will be reloaded by clojure.tools.namespace.repl/refresh.

Returns a list of defstate vars that will be reloaded by
clojure.tools.namespace.repl/refresh.
sourceraw docstring

refreshclj

(refresh)

Wrapper around clojure.tools.namespace.repl/refresh, which stops the affected defstate vars before reloading, and restarts the stopped states afterwards.

Wrapper around clojure.tools.namespace.repl/refresh, which stops
the affected defstate vars before reloading, and restarts the
stopped states afterwards.
sourceraw docstring

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

× close