thheller / shadow-cljs

ClojureScript compilation made easy
https://github.com/thheller/shadow-cljs
Eclipse Public License 1.0
2.23k stars 173 forks source link

Split out the thread fn body #1189

Closed dcostaras closed 1 week ago

dcostaras commented 1 week ago

Allows for easier redefinition of the thread macro.

thheller commented 1 week ago

What would this be useful for? This is an internal helper macro/function used in one place that is not meant for any kind of public consumption.