figwheel-main

octahedrion 2024-02-11T11:23:28.210409Z

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

octahedrion 2024-02-12T20:29:42.725279Z

I ended-up hacking the clojurescript compiler