-
-
Notifications
You must be signed in to change notification settings - Fork 644
fix(biome_js_analyze): fixed noInvalidUseBeforeDeclaration false positives #6794
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
fix(biome_js_analyze): fixed noInvalidUseBeforeDeclaration false positives #6794
Conversation
🦋 Changeset detectedLatest commit: 68c49c7 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 #6794 will improve performances by 9.85%Comparing Summary
Benchmarks breakdown
|
review please :-) |
I've noticed that your PR titles keep getting truncated. It's probably whatever tool you're using to create your PRs. |
just GitHub.com - new pr from here. e.g. pull requests link - new. |
Usually GitHub uses the first commit text as title, and if it's too long, it gets truncated |
Interesting. I use the GitHub CLI (not the web interface) to make PRs and don't have the truncating problem, even if my commit message is super long. |
Summary
Fixed #6719: The
noInvalidUseBeforeDeclaration
false positives.