ANN ClojureScriptStorm, a ClojureScript dev compiler for FlowStorm
Happy to share the first release of ClojureScriptStorm, a dev compiler that tries to bring the same experience as ClojureStorm does for Clojure (automatic instrumentation) to ClojureScript.
This dev compilers are created to improve the experience of using FlowStorm but are not coupled to it, so other tooling can be built on top of them.
It is a fork of the official ClojureScript compiler, with a patch on top to enhance it with automatic instrumentation. It currently supports cljs.main and shadow-cljs.
If you want to try it, be aware that it requires shadow-cljs >= 2.25.4
The current coordinates are com.github.jpmonettas/clojurescript {:mvn/version "1.11.60-2"} which applies the patch over 1.11.60
and the latest FlowStorm is com.github.jpmonettas/flow-storm-dbg {:mvn/version "3.7.5"}