cljs-dev

souenzzo 2025-05-19T14:26:26.812859Z

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

dnolen 2025-05-19T14:54:40.297889Z

ok, but why are you trying to use it? that just random utilities for the ClojureScript compiler

😄 3
souenzzo 2025-05-19T16:27:47.193449Z

It was just a random find. I was studying the code and found this wired.

dnolen 2025-05-19T18:06:27.934289Z

oh k, thanks, I think I noticed this too some time ago, but pretty minor so didn't mess w/ it.