Next.js Hacker News
top
|
new
|
ask
|
show
|
jobs
|
GitHub
Show HN: JSLike, a CSP-Safe Interpreter for JS, TS, JSX, TSX in JS
6 points by
artpar
21 hours ago |
2 comments
add comment
lerp-io
i dont get it.
artpar
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
gisanokharu
[dead]