Skip to content

feat(minifier): inline constant values in template literals#9201

Merged
graphite-app[bot] merged 1 commit intomainfrom
02-18-feat_minifier_inline_constant_values_in_template_literals
Feb 18, 2025
Merged

feat(minifier): inline constant values in template literals#9201
graphite-app[bot] merged 1 commit intomainfrom
02-18-feat_minifier_inline_constant_values_in_template_literals

Conversation

@sapphi-red
Copy link
Member

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

Compress `foo${1}` into `foo1`.

Copy link
Member Author


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 Feb 18, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 18, 2025

CodSpeed Performance Report

Merging #9201 will not alter performance

Comparing 02-18-feat_minifier_inline_constant_values_in_template_literals (857f901) with main (3236fe4)

Summary

✅ 33 untouched benchmarks

@sapphi-red sapphi-red force-pushed the 02-18-feat_minifier_inline_constant_values_in_template_literals branch from 1cdd80c to 0a91f6a Compare February 18, 2025 11:01
@sapphi-red sapphi-red marked this pull request as ready for review February 18, 2025 11:01
@Boshen Boshen added the 0-merge Merge with Graphite Merge Queue label Feb 18, 2025
Copy link
Member

Boshen commented Feb 18, 2025

Merge activity

  • Feb 18, 6:04 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 18, 6:07 AM EST: A user added this pull request to the Graphite merge queue.
  • Feb 18, 6:12 AM EST: A user merged this pull request with the Graphite merge queue.

Compress `` `foo${1}` `` into `` `foo1` ``.
@graphite-app graphite-app bot force-pushed the 02-18-feat_minifier_inline_constant_values_in_template_literals branch from 0a91f6a to 857f901 Compare February 18, 2025 11:07
@graphite-app graphite-app bot merged commit 857f901 into main Feb 18, 2025
25 checks passed
@graphite-app graphite-app bot deleted the 02-18-feat_minifier_inline_constant_values_in_template_literals branch February 18, 2025 11:12
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