Fork me on GitHub
#cljs-dev
<
2022-01-21
>
dnolen18:01:57

@alexmiller :as-alias the namespace doesn't actually have to exist yes?

Alex Miller (Clojure team)18:01:43

that is the primary use case

Alex Miller (Clojure team)18:01:58

otherwise you could just :as

dnolen18:01:37

:as-alias in ClojureScript is a bit more subtle than I thought - have some notes collecting here if anyone wants to double check my thinking - https://clojure.atlassian.net/jira/software/c/projects/CLJS/issues/CLJS-3346

dnolen20:01:48

hrm I think I see a simpler way which is just filter it out of the libspecs - then don't really need to make any invasive changes at all

dnolen20:01:55

collect them only to inform the reader

👍 1