Fork me on GitHub
#shadow-cljs
<
2020-09-23
>
daemianmack18:09:11

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.

thheller19:09:25

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

thheller19:09:36

(I don't know any that do)

daemianmack20:09:41

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