Fork me on GitHub
#cljdoc
<
2022-09-28
>
dvingo18:09:03

Hi - I'm attempting to debug an analysis on a library and it looks like :as-alias isn't supported?

Only :as, :refer and :rename options supported in :require / :require-macros; offending spec: [com.fulcrologic.fulcro.algorithm :as-alias fulcro.algo]
is there any way this can be fixed? I didn't see any issues about it on github

seancorfield18:09:59

That's gotta be the first use of :as-alias in the wild, in a library? Awesome!