https://clojurians.slack.com/archives/C053AK3F9/p1619982619445700
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)
not aware of anything that would otherwise combine jar/npm, only separate tools
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? ;)
Somehow felt I should be digging deeper in shadow-cljs. ;)
no, as they're not deps :)
https://clojurians.slack.com/archives/C053AK3F9/p1620075937014300