shadow-cljs

magra 2025-07-23T17:21:56.848059Z

:as-alias seems not to resolve symbols.

shadow.user=> (shadow/repl :ui)                                                               
cljs.user=> (require '[clojure.core :as-alias c])                                             
nil
cljs.user=> ::c/x
:clojure.core/x
cljs.user=> `c/x
c/x
cljs.user=> clojurescript-version
"1.12.42"
This is fixed in vanilla clojurescript https://clojure.atlassian.net/browse/CLJS-3399 Is there some place clojurescript 1.11 gets pulled in that I have to check and update?

thheller 2025-07-24T13:35:56.121789Z

should be fixed in 3.1.8

❤️ 1
thheller 2025-07-23T17:27:35.686219Z

did you try in regular code? could be a REPL bug

magra 2025-07-23T17:38:58.045879Z

I built a map {`k v} and printing (keys map) from Code does not resolve the `k.

thheller 2025-07-23T18:00:42.927399Z

will check tommorrow

❤️ 1