Fork me on GitHub
#planck
<
2020-12-15
>
Yehonathan Sharvit04:12:50

Is there a way in Planck to generate the analysis cache files for clojure.spec.alpha namespaces? Including macro namespaces This https://github.com/planck-repl/planck/blob/6cb8989c5437bfba7576883f9194fb483ad56c0c/planck-cljs/script/build.clj from planck source seems to be related But I have not idea how to run it

Yehonathan Sharvit20:12:39

Thank you @mfikes Is there a way to run a similar command with planck binary (not as part of the build process)? If I run the same command with planck binary then no files is generated. I assume it’s because the planck binary already bundles the macro namespaces.

Yehonathan Sharvit20:12:39

Also, in the related post, you mention that it’s possible to generate JavaScript for macro namespaces using cljs.js . How would it look like?