github biomejs/biome lsp-intellij/v0.0.3
Intellij Plugin v0.0.3

12 months ago

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

  • Fix #312. Running biome --version now exits with status code 0 instead of 1. Contributed by @nhedger

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

Enhancements

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

What's Changed

Other changes

New Contributors

Full Changelog: cli/v1.2.2...lsp-intellij/v0.0.3

Don't miss a new biome release

NewReleases is sending notifications on new releases.