diff --git a/src/docs/contribute/formatter.md b/src/docs/contribute/formatter.md index 2ac72310e1..4d05321174 100644 --- a/src/docs/contribute/formatter.md +++ b/src/docs/contribute/formatter.md @@ -3,7 +3,7 @@ title: Formatter outline: deep --- -# Formatter (Prettier) +# Formatter (oxfmt) We are currently porting Prettier and Biome Formatter to Oxc to create a high-performance, Prettier-compatible formatter. @@ -35,7 +35,7 @@ The Oxc formatter is built around the same core concepts as Prettier but with si ### Missing Features - [ ] Plugin system compatibility -- [ ] Configuration file support +- [x] Configuration file support - [ ] Editor integrations -- [ ] CLI tool -- [ ] Language server protocol +- [x] CLI tool +- [x] Language server protocol diff --git a/src/docs/guide/usage/formatter.md b/src/docs/guide/usage/formatter.md index 69f8ca6bc8..342713e3ee 100644 --- a/src/docs/guide/usage/formatter.md +++ b/src/docs/guide/usage/formatter.md @@ -3,14 +3,14 @@ Oxfmt (`/oh-eks-for-mat/`) is a Prettier-compatible code formatter. :::info -Oxfmt is currently a work in progress. +Oxfmt is currently in alpha. Please join the discussion! > RFC: Formatter · oxc-project/oxc · Discussion #13608\ > https://github.com/oxc-project/oxc/discussions/13608 -For now, you may use [@prettier/plugin-oxc](https://github.com/prettier/prettier/tree/main/packages/plugin-oxc) in prettier to gain some parsing speed. +Waiting on oxfmt to implement additional features? Consider using [@prettier/plugin-oxc](https://github.com/prettier/prettier/tree/main/packages/plugin-oxc) in Prettier to gain some parsing speed in the meantime. ::: ## Installation diff --git a/src/index.md b/src/index.md index b02394add9..5eb545dcad 100644 --- a/src/index.md +++ b/src/index.md @@ -24,7 +24,7 @@ features: link: /docs/guide/usage/linter linkText: Usage guide - title: Formatter 🚧 - details: 30x faster than Prettier
Prettier compatible
In Alpha Stage + details: 30x faster than Prettier
Prettier-compatible
In Alpha Stage link: /docs/guide/usage/formatter linkText: Usage guide - title: Transformer ✅