Fork me on GitHub
#cljdoc
<
2023-05-17
>
Werner20:05:23

Hello. Any plans to support https://github.com/Tensegritics/ClojureDart namespaces? I've tried adding a doc/cljdoc.edn like: {:cljdoc/languages ["cljd"]} but still got the error: No namespaces found

lread20:05:19

Hi @UR201DKEZ! No plans yet! But we could make some! Do you have examples of ClojureDart libraries that you'd like to see documented on cljdoc?

lread20:05:23

Cool! Cljdoc currently supports Clojure and ClojureScript. It gleans the API by actually loading namespaces and listing vars. I'm aware of ClojureDart but that's about how far my knowledge goes. I wonder how cljdoc would discover APIs within ClojureDart sources.

lread20:05:29

We do have ideas/musings for https://github.com/cljdoc/cljdoc/issues/543 and https://github.com/cljdoc/cljdoc/issues/565. Maybe these would helpful to support ClojureDart.

Werner20:05:53

The https://github.com/cljdoc/cljdoc/issues/543 option might be a winner seeing that clj-kondo already supports ClojureDart

lread20:05:21

Oh cool. Ya, that is exactly what I will be using for static analysis.

lread20:05:05

Maybe this will be a push to finally get me to implement static analysis support for cljdoc!