figwheel-main 2024-02-11

is there a way to transform cljc namespaces prior to compilation ? I have some code that has unicode symbols which are illegal in JS, but postwalking the code and replacing such symbols before compilation should work

I ended-up hacking the clojurescript compiler