Skip to content

Conversation

@sapphi-red
Copy link
Member

@sapphi-red sapphi-red commented Sep 19, 2025

function wrapper() { var __proto__ = []; return { __proto__ } }

was compressed to

function wrapper() { return { [] } }

. This PR fixes this bug.

@github-actions github-actions bot added A-minifier Area - Minifier C-bug Category - Bug labels Sep 19, 2025
Copy link
Member Author

sapphi-red commented Sep 19, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@codspeed-hq
Copy link

codspeed-hq bot commented Sep 19, 2025

CodSpeed Instrumentation Performance Report

Merging #13926 will not alter performance

Comparing 09-19-fix_minifier_handle___proto___when_inlining_single-use_variables (5198a01) with main (dc700f5)1

Summary

✅ 37 untouched

Footnotes

  1. No successful run was found on main (5198a01) during the generation of this report, so dc700f5 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@sapphi-red sapphi-red force-pushed the 09-19-fix_minifier_handle___proto___when_inlining_single-use_variables branch from 803050e to 66c7e95 Compare September 19, 2025 13:01
@sapphi-red sapphi-red force-pushed the 09-19-fat_tasks_coverage_add_node_compat_table_tests_for_minifier branch from 165a4af to 530fe01 Compare September 19, 2025 13:01
@sapphi-red sapphi-red requested a review from Boshen September 19, 2025 13:05
@sapphi-red sapphi-red marked this pull request as ready for review September 19, 2025 13:06
@Boshen Boshen added the 0-merge Merge with Graphite Merge Queue label Sep 20, 2025
Copy link
Member

Boshen commented Sep 20, 2025

Merge activity

…13926)

```js
function wrapper() { var __proto__ = []; return { __proto__ } }
```
was compressed to
```js
function wrapper() { return { [] } }
```
. This PR fixes this bug.
@graphite-app graphite-app bot force-pushed the 09-19-fat_tasks_coverage_add_node_compat_table_tests_for_minifier branch from 530fe01 to 638416e Compare September 20, 2025 03:16
@graphite-app graphite-app bot force-pushed the 09-19-fix_minifier_handle___proto___when_inlining_single-use_variables branch from 66c7e95 to 5198a01 Compare September 20, 2025 03:16
Base automatically changed from 09-19-fat_tasks_coverage_add_node_compat_table_tests_for_minifier to main September 20, 2025 03:21
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Sep 20, 2025
@graphite-app graphite-app bot merged commit 5198a01 into main Sep 20, 2025
26 checks passed
@graphite-app graphite-app bot deleted the 09-19-fix_minifier_handle___proto___when_inlining_single-use_variables branch September 20, 2025 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-minifier Area - Minifier C-bug Category - Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants