top | item 45935920

(no title)

artpar | 3 months ago

csp safe has a particular meaning associated it with. its not a "safe" language whatever that is. chrome webstore team is okay with it and serves my purpose. if you have submitted extensions to google chrome then you would know that any sign of "eval" or new Function in the code will lead to rejection.

discuss

order

procaryote|3 months ago

So what you want is a linter, not a language

artpar|3 months 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.