nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
eraserhd 2019-01-24T17:20:44.048700Z

OK, passing idea. How could we inject an nREPL server into Chrome for access to dev tools? Not necessarily ClojureScript. But also capturing console errors and warnings not seen with cljs repl?

dominicm 2019-01-24T17:54:17.049200Z

You can override console.error/log etc

dominicm 2019-01-24T17:54:37.049600Z

But into chrome? I'm not sure what you mean by that

eraserhd 2019-01-24T18:25:37.050400Z

I mean evaluate JS in the dev tools window, as well as inspect values.

eraserhd 2019-01-24T18:26:03.050900Z

And therefore, evaluate JS from the editor.

mseddon 2019-01-24T19:33:59.053100Z

You could use the devtools protocol perhaps to achieve that, but I think you'd need to launch chrome manually, and really it would have little to do with nrepl at that point