Liking cljdoc? Tell your friends :D

helix.impl.analyzer


ensure-seqclj

(ensure-seq x)
source

find-allclj

(find-all pred tree)

Recursively walks a tree structure and finds all elements that match pred. Returns a vector of results.

Recursively walks a tree structure and finds all elements
that match `pred`. Returns a vector of results.
sourceraw docstring

find-hooksclj

(find-hooks body)
source

hook-expr?clj

(hook-expr? x)
source

hook?clj

(hook? x)
source

inferred-typeclj

(inferred-type env x)
source

invalid-hooks-usageclj

(invalid-hooks-usage form)
(invalid-hooks-usage ctx form)
source

make-seqableclj

(make-seqable node children)
source

map-forms-with-metaclj

(map-forms-with-meta body meta-table)
source

resolve-local-varsclj

(resolve-local-vars env body)

Returns a set of symbols found in body that also exist in env.

Returns a set of symbols found in `body` that also exist in `env`.
sourceraw docstring

resolve-varclj

source

seqable-zipclj

(seqable-zip root)
source

warnclj

(warn warning-type env extras)
source

warning-inferred-map-propsclj

source

warning-invalid-hook-nameclj

source

warning-invalid-hooks-usageclj

source

warning-simple-bodyclj

source

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

× close