Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Releases: victor-teles/biome-testing

Intellij Plugin v0.0.1-nightly.cfa8938

21 Sep 17:02
cfa8938
Compare
Choose a tag to compare

Analyzer

Enhancements

  • Import sorting is safe to apply now, and it will be applied when running check --apply instead of check --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 the RefCell<Option> implemented. Contributed by @denbezrukov

JavaScript APIs

Linter

New features

Bug fixes

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