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

Unnecessary parentheses around assignment expressions in tuple #99

Open
Cassy-Lee opened this issue May 8, 2024 · 0 comments
Open

Unnecessary parentheses around assignment expressions in tuple #99

Cassy-Lee opened this issue May 8, 2024 · 0 comments

Comments

@Cassy-Lee
Copy link

When I'm trying to minify the code below:

{(A:=1,B:=2)}

The minifier adds parentheses around the assignment expression, resulting in an increase of 2 bytes per assignment expressions:

{((A:=1),(B:=2))}
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