Skip to content

feat(minifier): constant fold RegExp.prototype.source#13472

Merged
graphite-app[bot] merged 1 commit intomainfrom
08-31-feat_minifier_constant_fold_regexp.prototype.source_
Aug 31, 2025
Merged

feat(minifier): constant fold RegExp.prototype.source#13472
graphite-app[bot] merged 1 commit intomainfrom
08-31-feat_minifier_constant_fold_regexp.prototype.source_

Conversation

@sapphi-red
Copy link
Member

@sapphi-red sapphi-red commented Aug 31, 2025

Fold /foo/.source to "foo".

Copy link
Member Author

sapphi-red commented Aug 31, 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 A-minifier Area - Minifier C-enhancement Category - New feature or request labels Aug 31, 2025
@sapphi-red sapphi-red marked this pull request as ready for review August 31, 2025 11:33
@codspeed-hq
Copy link

codspeed-hq bot commented Aug 31, 2025

CodSpeed Instrumentation Performance Report

Merging #13472 will not alter performance

Comparing 08-31-feat_minifier_constant_fold_regexp.prototype.source_ (05def8c) with 08-31-feat_regular_expression_detect_regex_pattern_modifiers_usage (9590b57)

Summary

✅ 37 untouched benchmarks

@sapphi-red sapphi-red marked this pull request as draft August 31, 2025 11:47
@sapphi-red sapphi-red force-pushed the 08-31-feat_regular_expression_detect_regex_pattern_modifiers_usage branch from af70276 to 480840d Compare August 31, 2025 11:50
@sapphi-red sapphi-red force-pushed the 08-31-feat_minifier_constant_fold_regexp.prototype.source_ branch 2 times, most recently from 02bce11 to 7538a1c Compare August 31, 2025 12:02
@sapphi-red sapphi-red force-pushed the 08-31-feat_regular_expression_detect_regex_pattern_modifiers_usage branch from 480840d to 4c8d0a8 Compare August 31, 2025 12:02
@sapphi-red sapphi-red marked this pull request as ready for review August 31, 2025 12:11
@Boshen Boshen added the 0-merge Merge with Graphite Merge Queue label Aug 31, 2025
Copy link
Member

Boshen commented Aug 31, 2025

Merge activity

@graphite-app graphite-app bot force-pushed the 08-31-feat_regular_expression_detect_regex_pattern_modifiers_usage branch from 4c8d0a8 to 9590b57 Compare August 31, 2025 15:18
@graphite-app graphite-app bot force-pushed the 08-31-feat_minifier_constant_fold_regexp.prototype.source_ branch from 7538a1c to 05def8c Compare August 31, 2025 15:18
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Aug 31, 2025
Base automatically changed from 08-31-feat_regular_expression_detect_regex_pattern_modifiers_usage to main August 31, 2025 15:25
@graphite-app graphite-app bot merged commit 05def8c into main Aug 31, 2025
27 checks passed
@graphite-app graphite-app bot deleted the 08-31-feat_minifier_constant_fold_regexp.prototype.source_ branch August 31, 2025 15:26
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.

2 participants