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
At the moment instantiating a REPL is a one-way street - it sets up event listeners and modifies the DOM without any concern for how it can put everything back how it was.
I'd quite like to be able to do something like
// Set it upvardestroy=ramdaRepl(target,config);// Tear it downdestroy();
This would be a part of making it a good citizen on the docs page.
For bonus points, set up should detect if the desired scripts (ramda-fantasy et all) are already present and will not load them twice.
The text was updated successfully, but these errors were encountered:
At the moment instantiating a REPL is a one-way street - it sets up event listeners and modifies the DOM without any concern for how it can put everything back how it was.
I'd quite like to be able to do something like
This would be a part of making it a good citizen on the docs page.
For bonus points, set up should detect if the desired scripts (
ramda-fantasy
et all) are already present and will not load them twice.The text was updated successfully, but these errors were encountered: