Liking cljdoc? Tell your friends :D

cljs.jvm.tools.analyzer

Interface to Clojurescript's analyzer. Entry point analyze-path and analyze-one

Interface to Clojurescript's analyzer.
Entry point `analyze-path` and `analyze-one`
raw docstring

analyze-formclj

(analyze-form form)

Analyze a single form in the current namespace.

Analyze a single form in the current namespace.
sourceraw docstring

analyze-form-in-nsclj

(analyze-form-in-ns nsym form)

Analyze a single form in namespace nsym.

Analyze a single form in namespace nsym.
sourceraw docstring

analyze-nsclj

(analyze-ns ns)

Returns a sequence of abstract syntax trees for each form in the namespace.

Returns a sequence of abstract syntax trees for each form in
the namespace.
sourceraw docstring

astcljmacro

(ast form)

Returns the abstract syntax tree representation of the given form, evaluated in the current namespace

Returns the abstract syntax tree representation of the given form,
evaluated in the current namespace
sourceraw docstring

ast-in-nscljmacro

(ast-in-ns nsym form)

Returns the abstract syntax tree representation of the given form, evaluated in the given namespace

Returns the abstract syntax tree representation of the given form,
evaluated in the given namespace
sourceraw docstring

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

× close