Commit graph

2 commits

Author SHA1 Message Date
sapphi-red
e0117db531
feat(minifier): replace const with let for non-exported read-only variables (#8733)
Replace `const` with `let` when that value does not have any assignments and not exposed.
2025-01-26 12:44:01 +00:00
Boshen
ce2b9da5c7 refactor(minifier): remove wrap_to_avoid_ambiguous_else (#8676) 2025-01-23 13:20:32 +00:00