Details
Description
emit-block currently has arguments [context statements ret] but the context argument is never used and all call sites always draw statements and ret from the same block AST node. The attach patch simplifies emit-block and all call sites to use arguments [{:keys [statement ret]}]
Obsoleted by http://dev.clojure.org/jira/browse/CLJS-441