File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 3
3
SWC plugin for transforming Vue JSX, mostly ported from [ official Babel plugin] ( https://github.com/vuejs/babel-plugin-jsx ) .
4
4
It only supports Vue.js v3 or newer.
5
5
6
- ## SWC Version
7
- | swc-plugin-vue-jsx | @swc/core |
8
- | ---- | ---- |
9
- | ` 0.4.0 ` | ` 1.5.0~ ` |
10
- | ` 0.3.0 ` | ` 1.3.107 ` |
11
-
12
6
## Installation
13
7
14
8
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " swc-plugin-vue-jsx" ,
3
3
"description" : " SWC plugin for transforming Vue JSX." ,
4
- "version" : " 0.4 .0" ,
4
+ "version" : " 0.3 .0" ,
5
5
"author" : " Pig Fang <g-plane@hotmail.com>" ,
6
6
"repository" : " g-plane/swc-plugin-vue-jsx" ,
7
7
"license" : " MIT" ,
24
24
},
25
25
"devDependencies" : {
26
26
"@gplane/tsconfig" : " ^6.1.0" ,
27
- "@swc/core" : " ~ 1.5.24" ,
27
+ "@swc/core" : " ^ 1.5.24" ,
28
28
"@types/node" : " ^20.10.3" ,
29
29
"dprint" : " ^0.45.0" ,
30
30
"typescript" : " ^5.3.2" ,
You can’t perform that action at this time.
0 commit comments