clojure-emacs / orchard

A fertile ground for Clojure tooling
Eclipse Public License 1.0
326 stars 54 forks source link

Inspector - cljs compatibility #199

Open vemv opened 11 months ago

vemv commented 11 months ago

I wonder what it would take to make the Inspector cljs-compatible.

Fortunatlely, cider and cider-nrepl's code appears to be a 'thin client' for all things Inspector, so the bulk of the changes would reside here.

Probably, it would be best to handle cljs values as strings (i.e. we don't try to read them into JVM clojure).