Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider unrolling functions explicitly, or in build step. #4

Open
donmccurdy opened this issue Aug 22, 2018 · 0 comments
Open

Consider unrolling functions explicitly, or in build step. #4

donmccurdy opened this issue Aug 22, 2018 · 0 comments

Comments

@donmccurdy
Copy link

I'm running into issues using TurfJS, which depends on this package, because of a CSP issue: unsafe-eval (Turfjs/turf#261). This looks related to the use of new Function(...). Would it be possible to generate these functions as a build step, or write them out explicitly in the file?

My dependency tree is:

.
└─┬ @turf/[email protected]
  └─┬ @turf/[email protected]
    └─┬ [email protected]
      ├─┬ [email protected]
      │ └── [email protected]  deduped
      └── [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant