Skip to content

Commit 400c4c7

Browse files
Boshenclaude
andcommitted
feat(npm/oxc-types): convert to ES modules
Change package.json type from "commonjs" to "module" to enable ES module support. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b1029ea commit 400c4c7

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)