Liking cljdoc? Tell your friends :D

clojure-lsp.refactor.transform


add-alias-suggestionclj

(add-alias-suggestion zloc chosen-alias db)

add-common-import-to-namespaceclj

(add-common-import-to-namespace zloc db)

add-import-to-namespaceclj

(add-import-to-namespace zloc import-name db)

add-known-libspecclj

(add-known-libspec zloc ns-to-add qualified-ns-to-add db)

add-missing-libspecclj

(add-missing-libspec zloc db)

can-create-function?clj

(can-create-function? zloc)

can-thread-list?clj

(can-thread-list? zloc)

can-thread?clj

(can-thread? zloc)

change-collclj

(change-coll zloc coll)

Change collection to specified collection

Change collection to specified collection
raw docstring

clean-nsclj

(clean-ns zloc uri db)

create-functionclj

(create-function zloc db)

cycle-collclj

(cycle-coll zloc)

Cycles collection between vector, list, map and set

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

cycle-privacyclj

(cycle-privacy zloc db)

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.
raw docstring

extract-functionclj

(extract-function zloc uri fn-name db)

find-alias-suggestionclj

(find-alias-suggestion zloc db)

find-function-formclj

(find-function-form zloc)

find-let-formclj

(find-let-form zloc)

find-missing-importclj

(find-missing-import zloc)

find-missing-requireclj

(find-missing-require zloc db)

find-other-collsclj

(find-other-colls zloc)

find-withinclj

(find-within zloc p?)

inline-symbolclj

(inline-symbol uri row col db)

inline-symbol?clj

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

introduce-letclj

(introduce-let zloc binding-name)

Adds a let around the current form.

Adds a let around the current form.
raw 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
raw docstring

replace-in-bind-valuesclj

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

resultclj

(result zip-edits)

thread-allclj

(thread-all zloc sym)

thread-firstclj

(thread-first zloc)

thread-first-allclj

(thread-first-all zloc)

thread-invalid-symbolsclj


thread-lastclj

(thread-last zloc)

thread-last-allclj

(thread-last-all zloc)

thread-symclj

(thread-sym zloc sym top-meta)

unwind-allclj

(unwind-all zloc)

unwind-threadclj

(unwind-thread zloc)

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

× close