cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
579 stars 7 forks source link

spec alias shows as not being used when you import it via clojure ns in clojurescript #2673

Closed ottonascarella closed 2 years ago

ottonascarella commented 2 years ago
Screenshot 2022-04-07 at 17 06 54

if I change the import to [cljs.spec.alpha :as s] the warning disappears

cursive-ide commented 2 years ago

Good catch, thanks, I'll fix that.