so holy crap cljdoc is causing me nightmares
Is there any way to tell the analysis to not recurse into dependent nses from other libraries?
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
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.
I’m happy to pair to look into this :)