Skip to content

Commit d5b0d40

Browse files
authored
feat: jsx for vue (#248)
1 parent c6b7352 commit d5b0d40

File tree

6 files changed

+646
-32
lines changed

6 files changed

+646
-32
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@
7171
},
7272
"homepage": "https://github.com/vuejs/repl#readme",
7373
"devDependencies": {
74+
"@babel/standalone": "^7.24.5",
7475
"@babel/types": "^7.24.5",
7576
"@rollup/plugin-replace": "^5.0.5",
7677
"@shikijs/monaco": "^1.6.0",
78+
"@types/babel__standalone": "^7.1.7",
7779
"@types/codemirror": "^5.60.15",
7880
"@types/hash-sum": "^1.0.2",
7981
"@types/node": "^20.12.12",
@@ -82,7 +84,9 @@
8284
"@volar/cdn": "~1.11.1",
8385
"@volar/monaco": "~1.11.1",
8486
"@volar/typescript": "~1.11.1",
87+
"@vue/babel-plugin-jsx": "^1.2.2",
8588
"@vue/language-service": "1.9.0-alpha.3",
89+
"assert": "^2.1.0",
8690
"bumpp": "^9.4.1",
8791
"codemirror": "^5.65.16",
8892
"conventional-changelog-cli": "^5.0.0",

0 commit comments

Comments
 (0)