Skip to content

feat(minifier): remove unnecessary unary + inside numeric binary operators#8957

Merged
graphite-app[bot] merged 1 commit intomainfrom
02-07-feat_minifier_remove_unnecessary_unary_inside_numeric_binary_operators
Feb 7, 2025
Merged

feat(minifier): remove unnecessary unary + inside numeric binary operators#8957
graphite-app[bot] merged 1 commit intomainfrom
02-07-feat_minifier_remove_unnecessary_unary_inside_numeric_binary_operators

Conversation

@sapphi-red
Copy link
Member

@sapphi-red sapphi-red commented Feb 7, 2025

Compress 1 - +n into 1 - n.

Copy link
Member Author

sapphi-red commented Feb 7, 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.

@sapphi-red sapphi-red marked this pull request as ready for review February 7, 2025 11:52
@github-actions github-actions bot added A-minifier Area - Minifier C-enhancement Category - New feature or request labels Feb 7, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 7, 2025

CodSpeed Performance Report

Merging #8957 will not alter performance

Comparing 02-07-feat_minifier_remove_unnecessary_unary_inside_numeric_binary_operators (4a86467) with main (cc7bb9c)

Summary

✅ 33 untouched benchmarks

@sapphi-red sapphi-red force-pushed the 02-07-feat_minifier_remove_unnecessary_unary_inside_numeric_binary_operators branch from bb0db66 to 084cbd4 Compare February 7, 2025 12:09
@sapphi-red sapphi-red force-pushed the 02-07-fix_ecmascript_fix_valuetype_from_for_numeric_binary_operators branch from 1873a95 to a5809bd Compare February 7, 2025 12:09
@sapphi-red sapphi-red force-pushed the 02-07-feat_minifier_remove_unnecessary_unary_inside_numeric_binary_operators branch 2 times, most recently from 9df9339 to ed86790 Compare February 7, 2025 12:24
@Boshen Boshen added the 0-merge Merge with Graphite Merge Queue label Feb 7, 2025
Copy link
Member

Boshen commented Feb 7, 2025

Merge activity

  • Feb 7, 8:31 AM EST: The merge label '0-merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Feb 7, 8:31 AM EST: A user added this pull request to the Graphite merge queue.
  • Feb 7, 9:49 AM EST: A user merged this pull request with the Graphite merge queue.

@graphite-app graphite-app bot force-pushed the 02-07-fix_ecmascript_fix_valuetype_from_for_numeric_binary_operators branch from a5809bd to aeb122d Compare February 7, 2025 14:17
@graphite-app graphite-app bot force-pushed the 02-07-feat_minifier_remove_unnecessary_unary_inside_numeric_binary_operators branch from ed86790 to 4a86467 Compare February 7, 2025 14:18
Base automatically changed from 02-07-fix_ecmascript_fix_valuetype_from_for_numeric_binary_operators to main February 7, 2025 14:45
@graphite-app graphite-app bot merged commit 4a86467 into main Feb 7, 2025
27 checks passed
@graphite-app graphite-app bot deleted the 02-07-feat_minifier_remove_unnecessary_unary_inside_numeric_binary_operators branch February 7, 2025 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0-merge Merge with Graphite Merge Queue A-minifier Area - Minifier C-enhancement Category - New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants