Liking cljdoc? Tell your friends :D

clojure.tools.analyzer.passes.collect-closed-overs


-collect-closed-oversclj

(-collect-closed-overs ast)
source

collect-closed-oversclj

(collect-closed-overs ast)

Attach closed-overs info to the AST as specified by the passes opts:

  • :where set of :op nodes where to attach the closed-overs
  • :top-level? if true attach closed-overs info to the top-level node

The info will be attached in the :closed-overs field of the AST node and will be a map of local name -> binding AST node

Attach closed-overs info to the AST as specified by the passes opts:
* :where       set of :op nodes where to attach the closed-overs
* :top-level?  if true attach closed-overs info to the top-level node

The info will be attached in the :closed-overs field of the AST node
and will be a map of local name -> binding AST node
sourceraw docstring

collect-closed-overs*clj

(collect-closed-overs* {:keys [op] :as ast})
source

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

× close