Remix.run Logo
Show HN: JSLike, a CSP-Safe Interpreter for JS, TS, JSX, TSX in JS(github.com)
4 points by artpar 8 hours ago | 2 comments
lerp-io 5 hours ago | parent [-]

i dont get it.

artpar 5 hours ago | parent [-]

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