You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like print-doc hasn't been copied over / implemented in the Esprit REPL:
cljs.user=> (doc inc)
Error: Cannot read property 'print_doc' of undefined
at line 35 col 7
throw e__6755__auto__;
^
in function called from line 36 col 5
}})()
^
at line 1 col 89
...tus:"success",value:eval(d)}}catch(f){var a=f;return{status:...
^
The text was updated successfully, but these errors were encountered:
Fundamentally, we can't require cljs.repl (which would define the desired functions) because cljs.spec.alpha would make the resulting binary ROM too large to fit.
The issue-5 branch above has a potential solution. But, owing to #10 you won't see the output, and it also causes a crash for some reason if you do (doc map)
Looks like
print-doc
hasn't been copied over / implemented in the Esprit REPL:The text was updated successfully, but these errors were encountered: