cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
dnolen 2020-04-08T17:33:37.191600Z

it's always annoyed me that :install-deps was a compiler flag since this could be a slow op - master now has a new main flag for cljs.main to do this only when you need to

dnolen 2020-04-08T17:33:58.191900Z

clj -m cljs.main --install-deps

👍 5