Adds :branch? to branch AST nodes (if/case), :test? to the test children node of the branching op and :path? to the branching paths.
Example: {:op if :branch? true :test {:test? true ..} :then {:path? true ..} ..}
Adds :branch? to branch AST nodes (if/case), :test? to the test children node of the branching op and :path? to the branching paths. Example: {:op if :branch? true :test {:test? true ..} :then {:path? true ..} ..}
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close