Should a basis (as returned by clojure.tools.build.api/create-basis) have metadata?
specifically if the dep.edn file contains for example:
:extra-deps {com.github.liquidz/antq ^:antq/exclude {:mvn/version "2.11.1276"}}
should I be able to find the :antq/exclude metadata on the dependency?oh, I found my answer: https://clojurians.slack.com/archives/C6QH853H8/p1684336659027809?thread_ts=1684333391.518079&cid=C6QH853H8
afaik, edn can not have metadata. So I guess the answer will be "no, it should not"
context for that 'yes' is that this use of metadata is not encouraged / supported
lol) then don't mind my reply )