fix(biome_js_analyze): produce diagnogstics for top-level useless fragment that is in a return statement#6544
Conversation
🦋 Changeset detectedLatest commit: 3792258 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
CodSpeed Performance ReportMerging #6544 will create unknown performance changesComparing Summary
Benchmarks breakdown
|
| const str = "str"; | ||
| // should trigger | ||
| return <>{str}</>; |
There was a problem hiding this comment.
I put the PR back to draft so I can fix it. I'll let you know when I'm done.
There was a problem hiding this comment.
The PR is ready for review. Thanks for pointing out the regressions.
6d16d4a to
3816991
Compare
ematipico
left a comment
There was a problem hiding this comment.
A changeset is missing. You can check our contribution guide for creating one
@ematipico Thanks! PTAL. It's always a joy to contribute on this codebase. |
Fixes #6530