Skip to content

fix(formatter): correct printing comments for TaggedTemplateExpression#15241

Merged
graphite-app[bot] merged 1 commit intomainfrom
11-03-fix_formatter_correct_printing_comments_for_taggedtemplateexpression
Nov 4, 2025
Merged

fix(formatter): correct printing comments for TaggedTemplateExpression#15241
graphite-app[bot] merged 1 commit intomainfrom
11-03-fix_formatter_correct_printing_comments_for_taggedtemplateexpression

Conversation

@Dunqing
Copy link
Member

@Dunqing Dunqing commented Nov 3, 2025

No description provided.

Copy link
Member Author

Dunqing commented Nov 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.

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 3, 2025

CodSpeed Performance Report

Merging #15241 will not alter performance

Comparing 11-03-fix_formatter_correct_printing_comments_for_taggedtemplateexpression (07c81e3) with 11-03-feat_formatter_align_import-like_formatting_the_same_as_prettier (dd00427)

Summary

✅ 33 untouched
⏩ 4 skipped1

Footnotes

  1. 4 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@Dunqing Dunqing marked this pull request as ready for review November 4, 2025 00:37
@Dunqing Dunqing changed the base branch from 11-03-feat_formatter_align_import-like_formatting_the_same_as_prettier to graphite-base/15241 November 4, 2025 00:44
@Dunqing Dunqing force-pushed the graphite-base/15241 branch from b49d951 to fedb0bc Compare November 4, 2025 01:00
@Dunqing Dunqing force-pushed the 11-03-fix_formatter_correct_printing_comments_for_taggedtemplateexpression branch from 111be2b to c2bdaa5 Compare November 4, 2025 01:00
@Dunqing Dunqing changed the base branch from graphite-base/15241 to 11-03-feat_formatter_align_import-like_formatting_the_same_as_prettier November 4, 2025 01:00
@Dunqing Dunqing force-pushed the 11-03-fix_formatter_correct_printing_comments_for_taggedtemplateexpression branch from c2bdaa5 to ff6e99c Compare November 4, 2025 02:19
@Dunqing Dunqing force-pushed the 11-03-feat_formatter_align_import-like_formatting_the_same_as_prettier branch from fedb0bc to dd00427 Compare November 4, 2025 02:19
@Dunqing Dunqing force-pushed the 11-03-fix_formatter_correct_printing_comments_for_taggedtemplateexpression branch from ff6e99c to 07c81e3 Compare November 4, 2025 02:23
@graphite-app graphite-app bot added the 0-merge Merge with Graphite Merge Queue label Nov 4, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 4, 2025

Merge activity

@graphite-app graphite-app bot force-pushed the 11-03-feat_formatter_align_import-like_formatting_the_same_as_prettier branch from dd00427 to 880b259 Compare November 4, 2025 06:39
@graphite-app graphite-app bot force-pushed the 11-03-fix_formatter_correct_printing_comments_for_taggedtemplateexpression branch from 07c81e3 to a600bf5 Compare November 4, 2025 06:39
Base automatically changed from 11-03-feat_formatter_align_import-like_formatting_the_same_as_prettier to main November 4, 2025 06:45
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Nov 4, 2025
@graphite-app graphite-app bot merged commit a600bf5 into main Nov 4, 2025
21 checks passed
@graphite-app graphite-app bot deleted the 11-03-fix_formatter_correct_printing_comments_for_taggedtemplateexpression branch November 4, 2025 06:46
@Boshen Boshen mentioned this pull request Nov 4, 2025
leaysgur added a commit that referenced this pull request Nov 4, 2025
## [0.10.0] - 2025-11-04

### 🚀 Features

- 505252c formatter: Wrap parenthesis for AssignmentExpression that is a
key of `PropertyDefinition` (#15243) (Dunqing)
- 880b259 formatter: Align import-like formatting the same as Prettier
(#15238) (Dunqing)
- b77f254 oxfmt,formatter: Support `embeddedLanguageFormatting` option
(#15216) (leaysgur)
- 898d6fe oxfmt: Add embedded language formatting with Prettier
integration (#14820) (Boshen)
- e77a48e formatter: Detect code removal feature (#15059) (leaysgur)

### 🐛 Bug Fixes

- daacf85 oxfmt: Release build fails (#15262) (Dunqing)
- f5d0348 oxfmt: Sync `dependencies` with `npm/oxfmt` and `apps/oxfmt`
(#15261) (leaysgur)
- 46793d7 formatter: Correct printing comments for `LabeledStatement`
(#15260) (Dunqing)
- 831ae99 formatter: Multiple comments in `LogicalExpression` and
`TSIntersectionType` (#15253) (Dunqing)
- 5fa9b1e formatter: Should not indent `BinaryLikeExpression` when it is
an argument of `Boolean` (#15250) (Dunqing)
- 99e520f formatter: Handle chain expression for
`JSXExpressionContainer` (#15242) (Dunqing)
- a600bf5 formatter: Correct printing comments for
`TaggedTemplateExpression` (#15241) (Dunqing)
- a7289e7 formatter: Handle member chain for the call's parent is a
chain expression (#15237) (Dunqing)

### 🚜 Refactor

- 36ae721 formatter: Simplify the use of `indent` with
`soft_line_break_or_space` (#15254) (Dunqing)
- cdd8e2f formatter/sort-imports: Split sort_imports modules (#15189)
(leaysgur)
- 27b4f36 diagnostic: Remove `path` from sender (#15130) (camc314)
- 85fb8e8 formatter/sort-imports: Pass options to is_ignored() (#15181)
(leaysgur)

### 🧪 Testing

- 9d5b34b formatter/sort-imports: Refactor sort_imports tests (#15188)
(leaysgur)

Co-authored-by: leaysgur <6259812+leaysgur@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-formatter Area - Formatter C-bug Category - Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant