Skip to content

Commit 20d0fb3

Browse files
committed
refactor: migrate swc to oxc
1 parent 9141453 commit 20d0fb3

5 files changed

Lines changed: 303 additions & 289 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,18 @@
7070
},
7171
"dependencies": {
7272
"@fluent/syntax": "^0.19.0",
73-
"@swc/core": "^1.15.18",
7473
"adm-zip": "^0.5.16",
7574
"bumpp": "^10.4.1",
7675
"c12": "4.0.0-beta.3",
7776
"chokidar": "^5.0.0",
7877
"commander": "^14.0.3",
7978
"es-toolkit": "^1.45.1",
8079
"esbuild": "^0.27.4",
80+
"esrap": "^2.2.3",
8181
"fs-extra": "^11.3.4",
8282
"hookable": "^6.0.1",
8383
"octokit": "^5.0.5",
84+
"rolldown": "1.0.0-rc.3",
8485
"std-env": "^4.0.0",
8586
"tiny-update-notifier": "^2.0.2",
8687
"tinyglobby": "^0.2.15",
@@ -89,6 +90,7 @@
8990
"devDependencies": {
9091
"@antfu/eslint-config": "^7.7.2",
9192
"@commander-js/extra-typings": "^14.0.0",
93+
"@oxc-project/types": "^0.112.0",
9294
"@types/adm-zip": "^0.5.7",
9395
"@types/fs-extra": "^11.0.4",
9496
"@types/node": "^25.5.0",

0 commit comments

Comments
 (0)