Skip to content

refactor(formatter): simplify and correct member expression checks#11904

Merged
graphite-app[bot] merged 1 commit intomainfrom
06-25-refactor_formatter_simplify_member_expression_checks
Jun 26, 2025
Merged

refactor(formatter): simplify and correct member expression checks#11904
graphite-app[bot] merged 1 commit intomainfrom
06-25-refactor_formatter_simplify_member_expression_checks

Conversation

@Dunqing
Copy link
Member

@Dunqing Dunqing commented Jun 25, 2025

Follow-up after #11767.

I've checked them one by one, corresponding to the Biome's implementation. It still has a regression test, but it is not exactly related to the AstKind::MemberExpression change. I will fix that in another PR, but not now.

@github-actions github-actions bot added A-formatter Area - Formatter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior labels Jun 25, 2025
Copy link
Member Author

Dunqing commented Jun 25, 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 Jun 25, 2025

CodSpeed Instrumentation Performance Report

Merging #11904 will not alter performance

Comparing 06-25-refactor_formatter_simplify_member_expression_checks (6b5cc26) with main (d32cb4b)

Summary

✅ 38 untouched benchmarks

@Dunqing Dunqing changed the title refactor(formatter): simplify member expression checks refactor(formatter): simplify and correct member expression checks Jun 25, 2025
Copy link
Member

@camchenry camchenry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about all of the noise here. Thanks for cleaning this up.

@graphite-app graphite-app bot added the 0-merge Merge with Graphite Merge Queue label Jun 26, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Jun 26, 2025

Merge activity

…11904)

Follow-up after #11767.

I've checked them one by one, corresponding to the Biome's implementation. It still has a regression test, but it is not exactly related to the `AstKind::MemberExpression` change. I will fix that in another PR, but not now.
@graphite-app graphite-app bot force-pushed the 06-25-refactor_formatter_simplify_member_expression_checks branch from 36d5a79 to 6b5cc26 Compare June 26, 2025 03:12
@graphite-app graphite-app bot merged commit 6b5cc26 into main Jun 26, 2025
25 checks passed
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Jun 26, 2025
@graphite-app graphite-app bot deleted the 06-25-refactor_formatter_simplify_member_expression_checks branch June 26, 2025 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-formatter Area - Formatter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants