-
-
Notifications
You must be signed in to change notification settings - Fork 644
fix(biome_js_analyze): add JsExport to be walked by JsDocTypeCollectorVisitior #6565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 2c455d8 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 #6565 will not alter performanceComparing Summary
|
I think the codspeed report is just noise. Looking into https://codspeed.io/biomejs/biome/branches/daivinhtran%3Afix-4677, the changeset commit is what causes the slowdown which shouldn't be the case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I left a suggestion for the changeset.
Co-authored-by: Naoki Ikeguchi <me@s6n.jp>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
As an aside, I noticed that TypeOnClassField
still generates a diagnostic despite it being used in a JSDoc comment too. I think that is also still an edge case of the rule. But it's not an issue of this PR, so I'll merge this first.
#5698 fixed the majority of #4677.
An unhandled edge case is exported function.
In this case, the comment belongs to
JsExport
instead ofAnyJsDeclaration
. This PR fixes the edge case.