Skip to content

Commit 25437db

Browse files
committed
feat(npm/oxfmt): convert to ES modules (#13877)
## Summary - Convert npm/oxfmt package to ES modules by setting `"type": "module"` in package.json ## Test plan - [ ] Verify CLI binary continues to work correctly - [ ] Test package installation and execution - [ ] Run existing test suites - [ ] Confirm formatter functionality remains intact 🤖 Generated with [Claude Code](https://claude.ai/code)
1 parent 89e9f5f commit 25437db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/oxfmt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "oxfmt",
33
"version": "0.2.0",
4-
"type": "commonjs",
4+
"type": "module",
55
"description": "Formatter for the JavaScript Oxidation Compiler",
66
"keywords": [],
77
"author": "Boshen and oxc contributors",

0 commit comments

Comments
 (0)