ZIP
WinGet
oxfmt
VoidZero Inc. & Contributors · 0.53.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
oxfmt-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
oxc-project.oxfmt
Version
0.53.0
Description
Oxfmt is a high-performance formatter for the JavaScript ecosystem.
License
MIT
↗
Installer URL
https://github.com/oxc-project/oxc/releases/download/apps_v1.68.0/oxfmt-x86_64-pc-windows-msvc.zip
Release Notes
Features
- d75cbbf oxfmt: Format parser:json files by oxc_formatter_json (#22709) (leaysgur)
- 49db054 formatter_json: Implement oxc_formatter_json (json variant only) (#22641) (leaysgur)
- 9c71f2e ast, codegen, formatter: Add WithClauseKeyword::as_str helper and use it (#22791) (camc314)
Bug Fixes
- d3cdd62 oxfmt: Skip formatting for whitespace-only file (#22780) (leaysgur)
- 23f0cc8 formatter: Don't move comments inside variable declaration in for in loop (#22776) (leaysgur)
- f200c40 formatt…