Fork me on GitHub
#shadow-cljs
<
2020-12-28
>
Björn Ebbinghaus13:12:53

Is there a way to print a dependency graph with shadow-cljs? I see namespaces in the build report and I don’t now where they are coming from.

thheller13:12:33

you mean where it is required? no thats currently displayed

Björn Ebbinghaus14:12:37

There are dependencies in the build report I didn’t expect there. cljs.pprint is in the report, but I don’t use it in my project. Also pathom which is only used in my .clj files. I am asking myself if maybe fulcro (or another dependency) is pulling them in.

thheller14:12:57

fulcro had a require for that some time ago

thheller14:12:03

don't know if newer versions still do

thheller14:12:16

the info is all available just need to put it into the report somehow 😛

brunex20:12:01

but cant find the example source code mentioned there

brunex20:12:07

any help? thanks

thheller23:12:56

that post is severly outdated and won't work with the current storybook at all

thheller23:12:15

storybook completely changed everything basically