Comment by procaryote 1 day ago So what you want is a linter, not a language 1 comment procaryote Reply artpar 1 day 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 1 day 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.