← Back to context Comment by procaryote 20 hours ago So what you want is a linter, not a language 1 comment procaryote Reply artpar 20 hours 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.
artpar 20 hours 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.
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.