You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a namespace is mixed with clj and cljs (or cljc) there is no way to distinguish in which dialect the vars are defined. The resulting docstring is picked undeterministically (merge).
Get inspired by cljdoc which handles it pretty well. It determines which dialect is in majority and adds label to each var.
The text was updated successfully, but these errors were encountered:
When a namespace is mixed with clj and cljs (or cljc) there is no way to distinguish in which dialect the vars are defined. The resulting docstring is picked undeterministically (merge).
Get inspired by cljdoc which handles it pretty well. It determines which dialect is in majority and adds label to each var.
The text was updated successfully, but these errors were encountered: