Liking cljdoc? Tell your friends :D

clj-kondo.hooks-api


*reload*clj

source

coerceclj

(coerce s-expr)
source

generated-node?clj

(generated-node? node)

Checks whether node was generated by other hook, or if the node was written by user. Assumes that a node without location metadata was generated.

Checks whether node was generated by other hook, or if the node was
written by user. Assumes that a node without location metadata was
generated.
sourceraw docstring

keyword-nodeclj

source

keyword-node?clj

(keyword-node? n)
source

list-nodeclj

source

list-node?clj

source

macroexpandclj

(macroexpand macro node bindings)
source

map-nodeclj

source

map-node?clj

(map-node? n)
source

ns-analysisclj

(ns-analysis ns-sym)
(ns-analysis ns-sym {:keys [lang]})

Return any cached analysis for the namespace identified by ns-sym. Returns a map keyed by language keyword with values being maps of var definitions keyed by defined symbol. The value for each symbol is a subset of the values provide by the top level :analysis option.

Return any cached analysis for the namespace identified by ns-sym.
Returns a map keyed by language keyword with values being maps of var
definitions keyed by defined symbol. The value for each symbol is a
subset of the values provide by the top level :analysis option.
sourceraw docstring

parse-stringclj

(parse-string s)
source

pprintclj

(pprint & args)
source

prewalkclj

(prewalk f form)
source

reg-finding!clj

(reg-finding! m)
source

reg-keyword!clj

(reg-keyword! k reg-by)
source

sexprclj

(sexpr expr)
source

string-nodeclj

source

string-node?clj

(string-node? n)
source

tagclj

(tag n)
source

token-nodeclj

source

token-node?clj

(token-node? n)
source

vector-nodeclj

source

vector-node?clj

(vector-node? n)
source

walkclj

(walk inner outer form)
source

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

× close