Fork me on GitHub
#shadow-cljs
<
2023-08-14
>
sergey.shvets05:08:05

if I have a macros that macroexpands a symbol to shadow.cljs.modern/defclass do I still need a (require [shadow.cljs.modern]) within cljs file that uses that macros?

thheller05:08:40

no, only the ns that declares your macro

👍 2