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

fix: remove disallow-code-generation-from-strings flag #177

Merged
merged 1 commit into from
Nov 4, 2022
Merged

Conversation

danez
Copy link
Contributor

@danez danez commented Nov 4, 2022

Deno version 1.27.1 does not work with this flag and as it turned out it was introduced to disallow eval() in dev/cli, because it wasn't allowed in prod.

Now eval() is available in prod so we should remove this flag.

version 1.27.1 does not work with this flag and as it turned out it was
introduced to disallow eval() in dev, because it wasn't allowed in prod.
No eval() is available in prod
@danez danez requested a review from a team November 4, 2022 15:42
@danez danez self-assigned this Nov 4, 2022
@danez danez added the automerge label Nov 4, 2022
@kodiakhq kodiakhq bot merged commit d344992 into main Nov 4, 2022
@kodiakhq kodiakhq bot deleted the code-gen branch November 4, 2022 15:45
Skn0tt pushed a commit to netlify/build that referenced this pull request Apr 23, 2024
…bundler#177)

version 1.27.1 does not work with this flag and as it turned out it was
introduced to disallow eval() in dev, because it wasn't allowed in prod.
No eval() is available in prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants