Liking cljdoc? Tell your friends :D

uix.linter


*component-context*clj


*in-branch?*clj


*in-loop?*clj


*source-context*clj


add-error!clj

(add-error! form type)

effect-hook?clj

(effect-hook? form)

effect-hooksclj


find-env-for-formclj

(find-env-for-form type form)

find-hook-for-symbolclj

(find-hook-for-symbol env sym)

find-local-variablesclj

(find-local-variables env form)

Finds all references in form to local vars in env

Finds all references in `form` to local vars in `env`
raw docstring

find-missing-and-unnecessary-depsclj

(find-missing-and-unnecessary-deps env f deps)

find-unnecessary-depsclj

(find-unnecessary-deps env deps)

find-unsafe-set-state-callsclj

(find-unsafe-set-state-calls env f)

form->locclj

(form->loc form)

formsclj


hook-call?clj

(hook-call? form)

hook?clj

(hook? sym)

lint!clj

(lint! sym form env)

lint-body!clj

(lint-body! exprs)

lint-body!*clj

(lint-body!* expr
             &
             {:keys [in-branch? in-loop?]
              :or {in-branch? *in-branch?* in-loop? *in-loop?*}})

lint-exhaustive-depsclj

(lint-exhaustive-deps env form f deps)

lint-exhaustive-deps!clj

(lint-exhaustive-deps! env form f deps)

lint-re-frame!clj

(lint-re-frame! form env)

literal?clj


mapping-formsclj


maybe-lintcljmultimethod


pprclj

(ppr s)

stable-hooksclj


state-hooksclj

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

× close