This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
Releases: victor-teles/biome-testing
Releases · victor-teles/biome-testing
Intellij Plugin v0.0.1-nightly.cfa8938
Analyzer
Enhancements
- Import sorting is safe to apply now, and it will be applied when running
check --apply
instead ofcheck --apply-unsafe
.
CLI
Bug fixes
- Fix #319. The command
biome lint
now shows the correct options. Contributed by @ematipico
Configuration
Editors
Formatter
Enhancements
- Use
OnceCell
for the Memoized memory because that's what theRefCell<Option>
implemented. Contributed by @denbezrukov
JavaScript APIs
Linter
New features
- Add noMisleadingInstantiator rule. The rule reports the misleading use of the
new
andconstructor
methods. Contributed by @unvalley
Bug fixes
- Fix #294. noConfusingVoidType no longer reports false positives for return types. Contributed by @b4s36t4
Parser
- Enhance diagnostic for infer type handling in the parser. The 'infer' keyword can only be utilized within the 'extends' clause of a conditional type. Using it outside of this context will result in an error. Ensure that any type declarations using 'infer' are correctly placed within the conditional type structure to avoid parsing issues. Contributed by @denbezrukov
VSCode
Full Changelog: https://github.com/victor-teles/biome-testing/commits/lsp-intellij/v0.0.1-nightly.cfa8938