Merged dependency tree with host contract resolved. Combines depgraph (what Clojure source uses) with langmap (what JVM provides).
Merged dependency tree with host contract resolved. Combines depgraph (what Clojure source uses) with langmap (what JVM provides).
(enrich-node host-data [qn info])Enrich a graph node with resolved host contract info.
Enrich a graph node with resolved host contract info.
(merge-and-enrich graph-data host-data)Merge graph data with host data. Returns enriched graph.
Merge graph data with host data. Returns enriched graph.
(print-edn-tree graph host-data)Machine-readable merged tree.
Machine-readable merged tree.
(print-tree graph host-data)Human-readable dependency tree with ANSI color.
Human-readable dependency tree with ANSI color.
(resolve-host-ref host-data {:keys [pkg class member]})Given a parsed host ref {:pkg :class :member}, look up in host contract. Returns the matching interface/concrete/bridge entry, or nil.
Given a parsed host ref {:pkg :class :member}, look up in host contract.
Returns the matching interface/concrete/bridge entry, or nil.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |