This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-07-20
Channels
- # announcements (1)
- # beginners (20)
- # biff (8)
- # clj-on-windows (1)
- # clojure (21)
- # clojure-europe (15)
- # clojure-france (6)
- # clojure-gamedev (3)
- # clojure-norway (2)
- # clojure-portugal (2)
- # clojure-uk (1)
- # emacs (18)
- # events (2)
- # graalvm (5)
- # off-topic (178)
- # ring (3)
- # shadow-cljs (4)
- # sql (16)
- # squint (5)
- # xtdb (8)
Is there something specific needed for invoking shadow-cljs' classpath
action through clj
/`clojure` directly? Or is this something to has to be used through the npm-distributed CLI (i.e. npx shadow-cljs classpath
which works fine)?
Trying to invoke with clj
just gives me Unknown action.
while specifying :classpath
just complains it's an invalid action and prints the help prompt.
✔️ 1
This is with shadow-cljs 2.28.11. Trying to feed the output into clj-kondo (`clj-kondo --lint {classpath} ...`).