virdo
Virtually run JS scripts
What?
What this is:
- An actual, honest to God, JS sandbox.
What this is not:
eval
- A subprocess running node with low priviliges.
- A find-and-replace blackbox.
- An actual, honest to God, JS sandbox with 100% language spec compliance.
- Some minor features are not supported yet (such as
class
es andthis
).
- Some minor features are not supported yet (such as
Usage
const js = ;console; // this prints out 4 ; // prints 4