Random finding:
src/main/clojure/cljs/util.cljc file is marked as "cljc" but it is actually a clj file, and we can't require it from cljs
https://github.com/clojure/clojurescript/blob/master/src/main/clojure/cljs/util.cljc
ok, but why are you trying to use it? that just random utilities for the ClojureScript compiler
It was just a random find. I was studying the code and found this wired.
oh k, thanks, I think I noticed this too some time ago, but pretty minor so didn't mess w/ it.