Fork me on GitHub
#cider
<
2021-11-09
>
Drew Verlee16:11:56

I take it cider enlightenment mode doesn't work for cljs?

bozhidar17:11:15

It doesn’t.

👍 1
Drew Verlee22:11:45

Can i help get it there 🙂 . e.g is it documented why? i'm curious. It's a joy to have at times, when a function has a lot of vars mostly. I miss it especially now that my backend is written in node. Regardless, thanks again for you hard work. I need to up my contribution to the project.

blak3mill3r18:11:44

IIUC, the way enlighten mode works is by adding an nrepl middleware which responds to cider eval ops by modifying the eval'd code to add instrumentation... that instrumentation, when executed, sends information back via nrepl messages specific to enlighten-mode. To support it in cljs would require achieving the same essential thing, and would have some additional complexity because the instrumentation (in cljs) needs to communicate values back to the cider client.

blak3mill3r18:11:01

I also love cider-enlighten and missed it when working in cljs

👍 1