Fork me on GitHub
#figwheel-main
<
2024-02-11
>
octahedrion11:02:28

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

octahedrion20:02:42

I ended-up hacking the clojurescript compiler