shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
kenny 2020-09-23T15:30:13.000300Z

fyi, created an issue here that includes all of the Slack info: https://github.com/thheller/shadow-cljs/issues/789

2020-09-23T18:47:11.002300Z

i'm trying to switch "REPL focus" in shadow CLJS -- i've launched the CLJS REPL pointing at a build and then used the dashboard to start watching a second build. is there a way from within the CLJS REPL to evaluate statements against that second build? what i've been doing up until now is killing the REPL entirely, and relaunching it pointing it at that other build.

thheller 2020-09-23T19:28:25.002800Z

that would only be an option if whatever client you are using supports it

thheller 2020-09-23T19:28:36.003100Z

(I don't know any that do)

2020-09-23T20:08:41.003500Z

ok, good to know at least i'm not missing something in the docs.