Skip to content

Commit d637175

Browse files
committed
Remove flow-parser/oxidized since it's gone.
1 parent d5184d9 commit d637175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/blog/2026-06-27-3.9.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ extend directive @a @b
8383

8484
Prettier now uses the new Rust-based Flow parser (oxidized) released by the Flow team, which improves performance for Flow-typed code.
8585

86-
In local parser-only benchmarks, `flow-parser/oxidized` parsed Prettier's valid Flow fixtures in 266.4ms median time, compared with 422.6ms for the old parser, and parsed `flow_parser.js` in 1298.0ms, compared with 2269.6ms.
86+
In local parser-only benchmarks, the new parser parsed Prettier's valid Flow fixtures in 266.4ms median time, compared with 422.6ms for the old parser, and parsed `flow_parser.js` in 1298.0ms, compared with 2269.6ms.
8787

8888
## Other Changes
8989

0 commit comments

Comments
 (0)