(collect-closed-overs ast)
Attach closed-overs info to the AST as specified by the passes opts:
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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close