Fork me on GitHub
#cider
<
2020-11-13
>
st3fan12:11:10

Is it possible to load a new dependency into my project without fully restarting? (Not entirely sure this is a Cider question)

st3fan17:11:38

Oh I missed that. Thank you so much I am going to give that a try next time.

jmckitrick17:11:21

So if I have cider connected to a shadow project and the repl is warning me No available JS runtime. yet jump-to-definition is working, what functionality will I be missing?

dpsutton17:11:46

i'm surprised that jump to definition is working and suspect its a different implementation than nrepl backed but not positive. No available JS runtime happens when you haven't loaded your emitted js code in a browser or a node process

dpsutton17:11:17

there's a jvm running clojurescript and nrepl but it does not do any evaluation of cljs. that requires a JS runtime which is not yet present