cursive icon indicating copy to clipboard operation
cursive copied to clipboard

`xml/element` can not be resolved

Open onetom opened this issue 2 years ago • 0 comments

The clojure.data.xml lib from the official Clojure github repo uses a custom export-api function to define most of its public API, hence none of it is resolvable.

Resolving clojure.data.xml.impl/export-api as clojure.core/declare makes the resolution error go away, but it wouldn't provide source navigation/lookup and docstring access.

How can we achieve that?

deps.edn coordinates:

  org.clojure/data.xml
  {:mvn/version "0.2.0-alpha8"
   :changelog   "https://github.com/clojure/data.xml/blob/master/CHANGES.md"}

onetom avatar Aug 03 '23 06:08 onetom