Liking cljdoc? Tell your friends :D

clojure-lsp.refactor.transform


can-create-private-function?clj

(can-create-private-function? zloc)
source

can-create-public-function?clj

(can-create-public-function? zloc uri db)
source

can-create-test?clj

(can-create-test? zloc uri db)
source

can-thread-list?clj

(can-thread-list? zloc)
source

can-thread?clj

(can-thread? zloc)
source

can-unwind-thread?clj

(can-unwind-thread? zloc)
source

change-collclj

(change-coll zloc coll)

Change collection to specified collection

Change collection to specified collection
sourceraw docstring

common-var-definition-symbolsclj

source

create-functionclj

(create-function local-zloc uri db)
source

create-testclj

(create-test zloc uri db)
source

cycle-collclj

(cycle-coll zloc)

Cycles collection between vector, list, map and set

Cycles collection between vector, list, map and set
sourceraw docstring

cycle-privacyclj

(cycle-privacy zloc db)
source

expand-letclj

(expand-let zloc)

Expand the scope of the next let up the tree.

Expand the scope of the next let up the tree.
sourceraw docstring

extract-functionclj

(extract-function zloc uri fn-name db)
source

find-function-formclj

(find-function-form zloc)
source

find-let-formclj

(find-let-form zloc)
source

find-other-collsclj

(find-other-colls zloc)
source

find-withinclj

(find-within zloc p?)
source

inline-symbolclj

(inline-symbol uri row col db)
source

inline-symbol?clj

(inline-symbol? {:keys [filename name-row name-col] :as definition} db)
source

introduce-letclj

(introduce-let zloc binding-name)

Adds a let around the current form.

Adds a let around the current form.
sourceraw docstring

move-to-letclj

(move-to-let zloc binding-name)

Adds form and symbol to a let further up the tree

Adds form and symbol to a let further up the tree
sourceraw docstring

replace-in-bind-valuesclj

(replace-in-bind-values first-bind p? replacement)
source

resultclj

(result zip-edits)
source

suppress-diagnosticclj

(suppress-diagnostic zloc diagnostic-code)
source

thread-allclj

(thread-all zloc sym db)
source

thread-firstclj

(thread-first zloc db)
source

thread-first-allclj

(thread-first-all zloc db)
source

thread-first-symbolsclj

source

thread-invalid-symbolsclj

source

thread-lastclj

(thread-last zloc db)
source

thread-last-allclj

(thread-last-all zloc db)
source

thread-symbolsclj

source

unwind-allclj

(unwind-all zloc)
source

unwind-threadclj

(unwind-thread zloc)
source

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

× close