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
These are largely due to things from clojure that aren't exposed or suitable for clojurescript. There are some weird instances where rewrite-cljs can't find methods within it self but these might be from compilation issues further up the chain.
WARNING: Use of undeclared Var rewrite-clj.node/raw-meta-node at line 74 out/rewrite_clj/parser/core.cljs
WARNING: Use of undeclared Var rewrite-clj.node/length at line 49 out/rewrite_clj/zip/base.cljs
WARNING: Use of undeclared Var rewrite-clj.node/length at line 49 out/rewrite_clj/zip/base.cljs
WARNING: Use of undeclared Var rewrite-clj.node/value at line 55 out/rewrite_clj/zip/base.cljs
WARNING: Use of undeclared Var rewrite-clj.zip/left* at line 104 src/cljsfmt/core.cljs
WARNING: Use of undeclared Var rewrite-clj.zip/up* at line 106 src/cljsfmt/core.cljs
WARNING: Use of undeclared Var rewrite-clj.node/value at line 152 src/cljsfmt/core.cljs
The text was updated successfully, but these errors were encountered:
These are largely due to things from
clojure
that aren't exposed or suitable forclojurescript
. There are some weird instances whererewrite-cljs
can't find methods within it self but these might be from compilation issues further up the chain.The text was updated successfully, but these errors were encountered: