This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-11
Channels
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