The repl.evaluateCode
API does not provide a way to supply the ns
param
#2359
Labels
repl.evaluateCode
API does not provide a way to supply the ns
param
#2359
Related to:
eval
messages are sent withuntitled
asns
#2358The current API for evaluating code using the Calva repl provides a secret way to pass the
ns
param (via the undocumentedopts
) parameter. The API should make this way more obvious to provide. The problem with this is that theoutput
callback functions are occupying the “natural” place for thens
parameter, so it is probably time to introduce a new API extension point. Since we are using.v0
today, we can use.v1
and let existing Joyride scripts keep working with.v0
.The text was updated successfully, but these errors were encountered: