mfikes / esprit

ClojureScript on the ESP32 using Espruino
Eclipse Public License 2.0
138 stars 13 forks source link

Incompatibility with cljs 1.10.844 #35

Open ptillemans opened 3 years ago

ptillemans commented 3 years ago

When using *org.clojure/clojurescript:1.10.844 compilation, romming and flashing goes fine but crashes during boot up with the error 'ID expected but found [' somewhere in the goog library where NOT_ALLOWED_TAGS are defined.

reverting to ...764 fixed the issue.