Skip to content

Commit 89e9f5f

Browse files
committed
feat(npm/oxc-types): convert to ES modules (#13875)
## Summary - Convert npm/oxc-types package to ES modules by setting `"type": "module"` in package.json ## Test plan - [ ] Verify TypeScript definitions continue to work with both CommonJS and ESM consumers - [ ] Test imports in various module environments - [ ] Run existing test suites 🤖 Generated with [Claude Code](https://claude.ai/code)
1 parent 873e231 commit 89e9f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/oxc-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@oxc-project/types",
33
"version": "0.89.0",
44
"description": "Types for Oxc AST nodes",
5-
"type": "commonjs",
5+
"type": "module",
66
"keywords": [
77
"AST",
88
"Parser"

0 commit comments

Comments
 (0)