boot-clj / boot-cljs

Boot task to compile ClojureScript programs.
Eclipse Public License 1.0
176 stars 40 forks source link

Pinpoint errors in console output #166

Open arichiardi opened 7 years ago

arichiardi commented 7 years ago

This idea is actually coming from shadow-cljs: we could pinpoint the error character/line in the console output together with sending enough info to boot-reload/boot-figreload for the same functionality (but different display medium, the browser).

If the error is a Clojure spec error, then Pinpointer could be used as well.