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

feat(minifier): fold object constructor #6232

Closed
wants to merge 1 commit into from

Commits on Oct 2, 2024

  1. feat(minifier): fold object constructor (#6232)

    This will fold expressions like `new Object()` to `{}`. Based on the closure compiler tests: https://github.com/google/closure-compiler/blob/b7e380b6320a52ce7fbac0334ede00d6a8c92fad/test/com/google/javascript/jscomp/PeepholeSubstituteAlternateSyntaxTest.java#L78.
    
    This is outside my usual area, so feedback is welcome.
    camchenry committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a217e5e View commit details
    Browse the repository at this point in the history