You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
In particular, I want to use regenerator to write chrome packaged apps like my tedit editor. But as soon as I tried this I realized that the runtime uses eval somewhere.
Is this a hard requirement of the runtime, or can it be modified to work without using eval (or it's variants like new Function, etc)?
I would love to use this for authoring chrome apps, but the last road-block is the runtime triggering CSP violations