Skip to content

fix(linter): prevent false positive in no-unused-private-class-members for compound assignments#13053

Merged
camc314 merged 1 commit intooxc-project:mainfrom
huangtiandi1999:fix/linter/no-unused-private-class-members
Aug 13, 2025
Merged

fix(linter): prevent false positive in no-unused-private-class-members for compound assignments#13053
camc314 merged 1 commit intooxc-project:mainfrom
huangtiandi1999:fix/linter/no-unused-private-class-members

Conversation

@huangtiandi1999
Copy link
Contributor

fixes #13038

@graphite-app
Copy link
Contributor

graphite-app bot commented Aug 13, 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.

@github-actions github-actions bot added A-linter Area - Linter C-bug Category - Bug labels Aug 13, 2025
@camc314 camc314 merged commit 2d287d0 into oxc-project:main Aug 13, 2025
25 checks passed
@codspeed-hq
Copy link

codspeed-hq bot commented Aug 13, 2025

CodSpeed Instrumentation Performance Report

Merging #13053 will not alter performance

Comparing huangtiandi1999:fix/linter/no-unused-private-class-members (728acf6) with main (6686cc4)

Summary

✅ 34 untouched benchmarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-linter Area - Linter C-bug Category - Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

linter: eslint(no-unused-private-class-members) false positive

2 participants