Skip to content

Improve minification by opting for shorthand call expressions where possible#90

Open
9382 wants to merge 1 commit intomathiasbynens:masterfrom
9382:force-shorthand
Open

Improve minification by opting for shorthand call expressions where possible#90
9382 wants to merge 1 commit intomathiasbynens:masterfrom
9382:force-shorthand

Conversation

@9382
Copy link

@9382 9382 commented Aug 21, 2024

Forces all regular CallExpressions with only 1 string or table literal argument into their respective shorthand (f"" or f{})

Done as a seperate branch/pr since its purpose is different from the other current pull request

…ossible

Forces all regular CallExpressions with only 1 string or table literal argument into a their respective shorthand (f"" or f{})
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.

1 participant