Show HN: JSLike, a CSP-Safe Interpreter for JS, TS, JSX, TSX in JS
6 points
1 day ago
| 1 comment
| github.com
| HN
lerp-io
1 day ago
[-]
i dont get it.
reply
artpar
1 day ago
[-]
it is a javascript interpreter in javascript, based on the ast generated by acron parser. to avoid calling "eval" or "new Function" for code executed by un-trusted sources. a sandbox
reply