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
Hi there. ts-evaluator currently don't have a step function, rather the internal representation of what might be considered a step function is called automatically for each statement.
That said, it would be relatively easy to expose and a good idea, so I'll mark this as a feature request.
esper:
https://github.com/codecombat/esper.js
has the feature that allows running a script step by step (see the
step
function):https://esper.js.org/docs/class/src/Engine.js~Engine.html
With ts-evaluator, how to a script step by step?
The text was updated successfully, but these errors were encountered: