Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

`
ClojureScript 1.10.520
cljs.user=> (require '["clojure.set" :as set])
nil

cljs.user=> (doc set/union)

clojure.set/union
nil

nil
cljs.user=>
`

6 Answers

0 votes
by

Comment made by: mfikes

CLJS-3091.path passes CI (/)

0 votes
by

Comment made by: mfikes

CLJS-3091.patch passes Canary (/)

0 votes
by

Comment made by: thheller

Why is even allowed to require a CLJS namespace via a string?

0 votes
by

Comment made by: mfikes

I have a presumption that, since it works, it is a legitimate construct. But this presumption could be invalid.

0 votes
by

Comment made by: mfikes

CLJS-3091.patch added to Patch Tender (i)

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-3091 (reported by mfikes)
...