Skip to content

Commit 1deca6a

Browse files
authored
Merge branch 'main' into migrate-doc
2 parents 546c7ca + 90e181e commit 1deca6a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/docs/contribute/formatter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Formatter
33
outline: deep
44
---
55

6-
# Formatter (Prettier)
6+
# Formatter (oxfmt)
77

88
We are currently porting Prettier and Biome Formatter to Oxc to create a high-performance, Prettier-compatible formatter.
99

@@ -35,7 +35,7 @@ The Oxc formatter is built around the same core concepts as Prettier but with si
3535
### Missing Features
3636

3737
- [ ] Plugin system compatibility
38-
- [ ] Configuration file support
38+
- [x] Configuration file support
3939
- [ ] Editor integrations
40-
- [ ] CLI tool
41-
- [ ] Language server protocol
40+
- [x] CLI tool
41+
- [x] Language server protocol

src/docs/guide/usage/formatter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
Oxfmt (`/oh-eks-for-mat/`) is a Prettier-compatible code formatter.
44

55
:::info
6-
Oxfmt is currently a work in progress.
6+
Oxfmt is currently in alpha.
77

88
Please join the discussion!
99

1010
> RFC: Formatter · oxc-project/oxc · Discussion #13608\
1111
> https://github.com/oxc-project/oxc/discussions/13608
1212
13-
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.
13+
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.
1414
:::
1515

1616
## Installation

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ features:
2424
link: /docs/guide/usage/linter
2525
linkText: Usage guide
2626
- title: Formatter 🚧
27-
details: 30x faster than Prettier<br/>Prettier compatible<br/>In Alpha Stage
27+
details: 30x faster than Prettier<br/>Prettier-compatible<br/>In Alpha Stage
2828
link: /docs/guide/usage/formatter
2929
linkText: Usage guide
3030
- title: Transformer ✅

0 commit comments

Comments
 (0)