-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
(Originally proposed in #28, which couldn't be applied due to the 0.2.0 rewrite landing.)
Basic outline:
- Once in a CLJS REPL,
:cljs/pausewould be intercepted and shift the REPL environment over to a different dynamic var, thus restoring the nREPL session to Clojure "mode". - In this state,
:cljs/resumewould restore the REPL environment, putting the session back in ClojureScript "mode".
Should be pretty easy, and make using piggieback a lot easier, i.e. make it less necessary to have two nREPL sessions going in a lot of cases (one Clojure, the other piggiebacked CLJS).
Metadata
Metadata
Assignees
Labels
No labels