Skip to content

Remove last new Function() call#1184

Merged
fabiosantoscode merged 1 commit into
terser:masterfrom
sgoo:fix-last-new-function
Apr 26, 2022
Merged

Remove last new Function() call#1184
fabiosantoscode merged 1 commit into
terser:masterfrom
sgoo:fix-last-new-function

Conversation

@sgoo

@sgoo sgoo commented Apr 26, 2022

Copy link
Copy Markdown
Contributor

This is treated as an eval call by V8, and can't be executed in environments where eval is blocked.

Fixes #925

This is treated as an eval call by V8, and can't be executed in
environments where eval is blocked.

Fixes terser#925
@sgoo

sgoo commented Apr 26, 2022

Copy link
Copy Markdown
Contributor Author

Would it be possible to get a new release when this is merged?

@fabiosantoscode

Copy link
Copy Markdown
Collaborator

Hey there! Thanks, and yes :)

Should've released last week but I was out of town

@fabiosantoscode
fabiosantoscode merged commit 67887ea into terser:master Apr 26, 2022
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

Successfully merging this pull request may close these issues.

Cloudflare Worker Compatibility

2 participants