Y
Hacker News
new
|
ask
|
show
|
jobs
by
artpar
212 days ago
I want to execute dynamically generated javascript looking code in chrome extension without using eval or new function. basically eval without actually using eval.
linter would help me find and avoid usages of eval.