Interface to Clojurescript's analyzer.
Entry point analyze-path
and analyze-one
Interface to Clojurescript's analyzer. Entry point `analyze-path` and `analyze-one`
(analyze-form form)
Analyze a single form in the current namespace.
Analyze a single form in the current namespace.
(analyze-form-in-ns nsym form)
Analyze a single form in namespace nsym.
Analyze a single form in namespace nsym.
(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.
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close