Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Make runtime work within CSP restriction. #112

@creationix

Description

@creationix

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions