Skip to content

Commit 7745510

Browse files
authored
feat: use oxc-parser instead of sucrase + @babel/parser (#3382)
1 parent d5dd952 commit 7745510

5 files changed

Lines changed: 217 additions & 185 deletions

File tree

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,16 @@
112112
"knitwork": "^1.1.0",
113113
"magic-string": "^0.30.10",
114114
"mlly": "^1.7.1",
115+
"oxc-parser": "^0.53.0",
115116
"pathe": "^1.1.1",
116117
"scule": "^1.1.1",
117-
"sucrase": "^3.35.0",
118118
"ufo": "^1.3.1",
119119
"unplugin": "^1.10.1",
120120
"unplugin-vue-router": "^0.10.8",
121121
"vue-i18n": "^10.0.5",
122122
"vue-router": "^4.5.0"
123123
},
124124
"devDependencies": {
125-
"@babel/parser": "^7.24.7",
126-
"@babel/plugin-syntax-import-assertions": "^7.24.7",
127125
"@babel/types": "^7.24.7",
128126
"@eslint/js": "9.5.0",
129127
"@nuxt/module-builder": "^0.8.4",

0 commit comments

Comments
 (0)