cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
tony.kay 2020-04-12T20:39:49.013400Z

so holy crap cljdoc is causing me nightmares

tony.kay 2020-04-12T20:40:09.013900Z

Is there any way to tell the analysis to not recurse into dependent nses from other libraries?

tony.kay 2020-04-12T20:44:24.014800Z

I have a dependency that has a CLJC file that requires a js thing that cljdoc can’t handle…but that breaks my project’s build in cljdoc analyzer

martinklepsch 2020-04-12T21:29:21.016800Z

Cljdoc has to evaluate your entire project to extract proper metadata (bc. custom macros) and so we can’t really skip over namespaces that are dependencies of your namespaces.

martinklepsch 2020-04-12T21:30:09.017700Z

I’m happy to pair to look into this :)