shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
grounded_sage 2020-11-24T10:59:34.235800Z

Is there a way to run a browser test in shadow with advanced compilation off? Trying to debug something that the moment which works in repl but hangs in the test runner.

thheller 2020-11-24T15:32:23.236400Z

@grounded_sage shadow-cljs compile? or just :compiler-options {:optimizations :simple}?

grounded_sage 2020-11-25T17:27:26.251100Z

I’ll circle back to this. Hit another serious problem which has taken priority.