borgeby / jarl

Jarl is an Open Policy Agent (OPA) evaluator for the JVM and Javascript, written in Clojure(Script)
Apache License 2.0
41 stars 5 forks source link

Replace lein-cljsbuild with shadow-cljs #139

Closed anderseknert closed 2 years ago

anderseknert commented 2 years ago

I wasn't really aware of shadow-cljs when we started out, but it seems to have largely replaced lein-cljsbuild in terms of active development, adoption, etc. It seems like it would also make it much simpler to integrate with npm libraries, which we are likely going to need for things like JWT validation.