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

Fix for repl tagged literals not being pretty-printed #1174

Closed aiba closed 4 months ago

aiba commented 4 months ago

This fixes a problem that has been documented here: https://github.com/clojure-emacs/cider/issues/3534

I think it also fixes the original bug that was causing https://github.com/BetterThanTomorrow/calva/issues/1259

I verified it locally and seems to work great!

thheller commented 4 months ago

Thanks.