Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/docs/contribute/formatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions src/docs/guide/usage/formatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ features:
link: /docs/guide/usage/linter
linkText: Usage guide
- title: Formatter 🚧
details: 30x faster than Prettier<br/>Prettier compatible<br/>In Alpha Stage
details: 30x faster than Prettier<br/>Prettier-compatible<br/>In Alpha Stage
link: /docs/guide/usage/formatter
linkText: Usage guide
- title: Transformer ✅
Expand Down