Y
Hacker News
new
|
ask
|
show
|
jobs
by
procaryote
209 days ago
So what you want is a linter, not a language
1 comments
artpar
209 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.
link
linter would help me find and avoid usages of eval.