richgilbank / Scratch-JS

Run ES6, CoffeeScript and LiveScript on any page from Chrome's DevTools!
MIT License
350 stars 50 forks source link

consider add sandbox? #91

Open maicss opened 7 years ago

maicss commented 7 years ago

sandbox for run code and new a sandbox every time to run code. this will avoid let/const declare before error.

and add a console right side will be prefect!

thanks