Fork me on GitHub
#clojurescript
<
2022-11-22
>
vemv14:11:44

Are there scenarios where the (-> &env :ns nil?) trick for clj/cljs detection within defmacros would not work?

vemv14:11:26

more context - I don't see it working as usual in a project using [org.clojure/clojurescript "1.10.879"] and [lein-doo "0.1.11"] The -> seemingly always evaluates to true But could be something else