cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
danielcompton 2019-04-04T01:11:33.041700Z

There is https://github.com/Day8/re-frame/pull/257

🙌 2
danielcompton 2019-04-04T01:11:45.042200Z

This is trickier to deal with in ClojureScript than Clojure as you've found

lread 2019-04-04T02:52:16.043200Z

Thanks @danielcompton ! I shall take a peek.

lread 2019-04-04T23:43:33.049600Z

Hmm… I think I am making some headway on my little cljs import-vars distraction, I seem to be managing to get the metadata to be what I want it to be! I think maybe cljdoc’s codox cljs reader assumes that a function is in the file it actually resides in - which seems reasonable, right? But not in my world of trickery. I will experiment to validate my understanding - but if I am right - would you be open to a PR where codox cljs reader trusts the :file returned by metadata instead?