No successful run was found on main (4c43db2) during the generation of this report, so 8cfd47b was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
Benchmarks
13 archived benchmarks were run. If they were deleted in another branch, consider rebasing to remove them from the report. .
fix(es/minifier): Preserve `__proto__` shorthand property behavior
When minifying object shorthand properties, the `__proto__` property should be converted to a computed property `["__proto__"]` instead of a regular key-value pair to preserve the original object behavior.
This prevents changing the object's prototype chain during minification.
d2c7cc4
1 month ago
by magic-akari
-0.01%
fix: format issue
76a05ad
1 month ago
by magic-akari
+0.02%
refactor: extract a shared helper function to reduce code duplication and improve maintainability