This is trickier to deal with in ClojureScript than Clojure as you've found
Thanks @danielcompton ! I shall take a peek.
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?