MyGit

cli/v1.5.0

biomejs/biome

版本发布时间: 2024-01-08 22:47:36

biomejs/biome最新发布版本:js-api/v0.7.1(2024-10-02 00:17:16)

Biome now scores 97% compatibility with Prettier and features more than 190 linter rules.

CLI

New features

Bug fixes

Configuration

New features

Editors

New features

Formatter

Bug fixes

Linter

Promoted rules

New rules are incubated in the nursery group. Once stable, we promote them to a stable group. The following rules are promoted:

New features


- Add [noNodejsModules](https://biomejs.dev/linter/rules/no-nodejs-modules), that disallows the use of _Node.js_ modules. Contributed by @anonrig, @ematipico, and @Conaclos

- Add [noInvalidUseBeforeDeclaration](https://biomejs.dev/linter/rules/no-invalid-use-before-declaration) that reports variables and function parameters used before their declaration. Contributed by @Conaclos

  ```js
  function f() {
    console.log(c); // Use of `c` before its declaration.
    const c = 0;
  }

Enhancements

Bug fixes

Parser

BREAKING CHANGES

New features

Bug fixes

Crates

BREAKING CHANGES

What's Changed

Other changes

New Contributors

Full Changelog: https://github.com/biomejs/biome/compare/cli/v1.4.1-nightly.d869a33...cli/v1.5.0

相关地址:原始地址 下载(tar) 下载(zip)

1、 biome-darwin-arm64 16.31MB

2、 biome-darwin-x64 17.66MB

3、 biome-linux-arm64 17.59MB

4、 biome-linux-arm64-musl 15.69MB

5、 biome-linux-x64 19.66MB

6、 biome-linux-x64-musl 18.91MB

7、 biome-win32-arm64.exe 19.06MB

8、 biome-win32-x64.exe 22.35MB

查看:2024-01-08发行的版本