Fork me on GitHub
#cljdoc
<
2020-04-12
>
tony.kay20:04:49

so holy crap cljdoc is causing me nightmares

tony.kay20:04:09

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

tony.kay20:04:24

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

martinklepsch21:04:21

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.

martinklepsch21:04:09

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