This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-03
Channels
- # aws (6)
- # babashka (77)
- # beginners (102)
- # clj-kondo (24)
- # cljsrn (17)
- # clojure (40)
- # clojure-australia (15)
- # clojure-europe (50)
- # clojure-nl (4)
- # clojure-uk (4)
- # clojurescript (9)
- # conjure (2)
- # cursive (28)
- # data-science (1)
- # datomic (21)
- # events (5)
- # joker (15)
- # malli (136)
- # meander (1)
- # off-topic (25)
- # pathom (4)
- # podcasts-discuss (2)
- # portal (12)
- # portkey (1)
- # powderkeg (1)
- # practicalli (5)
- # re-frame (14)
- # reitit (3)
- # shadow-cljs (49)
- # specter (4)
- # tools-deps (4)
- # unrepl (1)
I'd like to visualize an artifact dependency tree (jar and node modules) for a ClojureScript application. I understand there are solutions with leiningen/clj, but none of them appears to integrate with deps.cljs and/or node modules. Any suggestion where I should be starting?
shadow-cljs build reports give you a very detailed overview for your code/dependencies https://shadow-cljs.github.io/docs/UsersGuide.html#build-report. it is however just a table and not an actual visualization/graph (yet)
For the deps part, there is https://github.com/clojure/tools.deps.graph
Damn, now I remember! Been there two years ago. IIRC, it did not support node modules at that time. Guess that has not changed in the meantime, has it? ;)
no, as they're not deps :)