Skip to content

feat(minifier): remove unused class declaration#12419

Merged
graphite-app[bot] merged 1 commit intomainfrom
07-21-feat_minifier_remove_unused_class_declaration
Jul 21, 2025
Merged

feat(minifier): remove unused class declaration#12419
graphite-app[bot] merged 1 commit intomainfrom
07-21-feat_minifier_remove_unused_class_declaration

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Jul 21, 2025

closes #11857

Only implement for simple cases in this PR.
Keep if class elements may have side effects.

@github-actions github-actions bot added A-minifier Area - Minifier C-enhancement Category - New feature or request labels Jul 21, 2025
Copy link
Member Author

Boshen commented Jul 21, 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 Jul 21, 2025

CodSpeed Instrumentation Performance Report

Merging #12419 will not alter performance

Comparing 07-21-feat_minifier_remove_unused_class_declaration (f6e2f29) with main (c4a2d79)

Summary

✅ 34 untouched benchmarks

@Boshen Boshen force-pushed the 07-21-feat_minifier_remove_unused_class_declaration branch from 840891d to ad0a383 Compare July 21, 2025 06:31
@Boshen Boshen added the 0-merge Merge with Graphite Merge Queue label Jul 21, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Jul 21, 2025

Merge activity

closes #11857

Only implement for simple cases in this PR.
Keep if class elements may have side effects.
@graphite-app graphite-app bot force-pushed the 07-21-feat_minifier_remove_unused_class_declaration branch from ad0a383 to f6e2f29 Compare July 21, 2025 08:06
@graphite-app graphite-app bot merged commit f6e2f29 into main Jul 21, 2025
24 checks passed
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Jul 21, 2025
@graphite-app graphite-app bot deleted the 07-21-feat_minifier_remove_unused_class_declaration branch July 21, 2025 08:13
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: remove unused function / class declaration

1 participant