Remix.run Logo
artpar 3 hours 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.

procaryote 2 hours ago | parent [-]

So what you want is a linter, not a language

artpar 2 hours ago | parent [-]

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.