Hello! Cursive is telling me that defn cannot be resolved
in a cljc and cljs project, but only in the cljs files.
Here is my deps.edn
{:paths ["src"]
:deps {
clj-http/clj-http {:mvn/version "3.11.0"}
org.clojure/data.json {:mvn/version "1.0.0"}
reagent/reagent {:mvn/version "1.0.0"}}}
and my shadow-cljs.edn
{:deps true
:dev-http {8081 "public"}
:source-paths ["src"]
:builds {:app {:target :browser
:output-dir "public/js"
:asset-path "/js"
:modules {:main {:init-fn [mate-heatmap.index.render]}}}}}
Not sure what's causing this, I tried deleting the .idea folder and reimporting alreadyseems like you don't have clojurescript itself in deps.edn
?
wow I'm dumb haha
thanks, that fixed it
you are missing shadow-cljs too
which would bring in cljs
I guess you guys in this channel might be interested in reading https://www.metosin.fi/blog/metosin-favorite-editors/
Thanks, very interesting indeed!
I counted some statistics: Which editors Metosinians like to use (one or more): • Cursive: 11 • Emacs: 5 • Vim: 2 • Eclipse: 1 • VSCode: 3
Paredit or parinfer? • paredit: 13 • parinfer: 1 • something else: 1