Skip to content

feat(minifier): minimize block statements#8857

Merged
Boshen merged 1 commit intomainfrom
02-03-feat_minifier_minimize_block_statements
Feb 4, 2025
Merged

feat(minifier): minimize block statements#8857
Boshen merged 1 commit intomainfrom
02-03-feat_minifier_minimize_block_statements

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Feb 3, 2025

fixes #8708

@github-actions github-actions bot added the A-minifier Area - Minifier label Feb 3, 2025
Copy link
Member Author

Boshen commented Feb 3, 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.

@github-actions github-actions bot added the C-enhancement Category - New feature or request label Feb 3, 2025
@Boshen Boshen force-pushed the 02-03-feat_minifier_minimize_block_statements branch from 5e4612b to 96fe7ef Compare February 3, 2025 14:37
@Boshen Boshen requested a review from sapphi-red February 3, 2025 14:39
@Boshen Boshen force-pushed the 02-03-feat_minifier_minimize_block_statements branch from 96fe7ef to d42a9b2 Compare February 3, 2025 14:39
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 3, 2025

CodSpeed Performance Report

Merging #8857 will not alter performance

Comparing 02-03-feat_minifier_minimize_block_statements (d42a9b2) with main (d6d13dd)

Summary

✅ 33 untouched benchmarks

@Boshen Boshen merged commit 4b4d543 into main Feb 4, 2025
27 checks passed
@Boshen Boshen deleted the 02-03-feat_minifier_minimize_block_statements branch February 4, 2025 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-minifier Area - Minifier C-enhancement Category - New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

minifier: block statements are not inlined in some cases

1 participant