Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: JSLike, a CSP-Safe Interpreter for JS, TS, JSX, TSX in JS
(
github.com
)
6 points
by
artpar
35 days ago
1 comments
lerp-io
35 days ago
i dont get it.
link
artpar
35 days 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
link