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 creating a namespace-only JAR (for the purpose of dependencies), the use of google-closure-compiler-js in the planck.bundle namespace trips up cljdoc (and perhaps other tools that attempt to statically analyze things).
Currently, this is worked around by temporarily commenting out the (:require ) before building the JAR. But if we include a deps.cljs, we may be able to work around this, without harming functionality of Planck in any way.
The text was updated successfully, but these errors were encountered:
When creating a namespace-only JAR (for the purpose of dependencies), the use of
google-closure-compiler-js
in theplanck.bundle
namespace trips up cljdoc (and perhaps other tools that attempt to statically analyze things).Currently, this is worked around by temporarily commenting out the
(:require )
before building the JAR. But if we include adeps.cljs
, we may be able to work around this, without harming functionality of Planck in any way.The text was updated successfully, but these errors were encountered: