yorinasub17 / JS-Interpreter

Minimal fork of NeilFraser/JS-Interpreter that is compatible with yarn and deno.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS-Interpreter

This is a fork of NeilFraser/JS-Interpreter that adds compatibility for installing with yarn (by adding a minimal package.json) and Deno.


A sandboxed JavaScript interpreter in JavaScript. Execute arbitrary JavaScript code line by line in isolation and safety.

Live demo: https://neil.fraser.name/software/JS-Interpreter/

Documentation: https://neil.fraser.name/software/JS-Interpreter/docs.html

Developers using JS-Interpreter should subscribe to the announcement newsgroup. Security issues and major changes will be posted here: https://groups.google.com/g/js-interpreter-announce

About

Minimal fork of NeilFraser/JS-Interpreter that is compatible with yarn and deno.

License:Apache License 2.0


Languages

Language:JavaScript 93.4%Language:HTML 6.4%Language:Shell 0.3%