Skip to content

Commit 0c5d2ca

Browse files
committed
support vue tsx
1 parent d0829ca commit 0c5d2ca

File tree

5 files changed

+600
-85
lines changed

5 files changed

+600
-85
lines changed

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,19 @@
3434
},
3535
"homepage": "https://github.com/vuejs/repl#readme",
3636
"devDependencies": {
37-
"@babel/types": "^7.15.6",
37+
"@babel/core": "^7.20.12",
38+
"@babel/standalone": "^7.20.14",
39+
"@babel/types": "^7.20.7",
3840
"@microsoft/api-extractor": "^7.19.2",
3941
"@types/codemirror": "^5.60.2",
40-
"@types/node": "^16.11.12",
42+
"@types/node": "^18.11.18",
4143
"@vitejs/plugin-vue": "^3.0.0",
44+
"@vue/babel-plugin-jsx": "^1.1.1",
45+
"assert": "^2.0.0",
4246
"codemirror": "^5.62.3",
4347
"fflate": "^0.7.3",
4448
"hash-sum": "^2.0.0",
4549
"rimraf": "^3.0.2",
46-
"sucrase": "^3.20.1",
4750
"typescript": "^4.5.4",
4851
"vite": "^3.1.0",
4952
"vue": "^3.2.39",

0 commit comments

Comments
 (0)