File tree 6 files changed +650
-401
lines changed
babel-plugin-resolve-type
6 files changed +650
-401
lines changed Original file line number Diff line number Diff line change 21
21
"devDependencies" : {
22
22
"@babel/plugin-syntax-typescript" : " ^7.25.9" ,
23
23
"@eslint/js" : " ^9.23.0" ,
24
+ "@oxc-project/runtime" : " ^0.66.0" ,
24
25
"@rollup/plugin-babel" : " ^6.0.4" ,
25
26
"@types/babel__core" : " ^7.20.5" ,
26
27
"@types/babel__helper-module-imports" : " ^7.18.3" ,
35
36
"jsdom" : " ^26.0.0" ,
36
37
"prettier" : " 3.5.3" ,
37
38
"tslib" : " ^2.8.1" ,
38
- "tsup " : " ^8.4.0 " ,
39
+ "tsdown " : " ^0.9.6 " ,
39
40
"typescript" : " ~5.8.2" ,
40
41
"typescript-eslint" : " ^8.29.0" ,
41
42
"vite" : " ^6.2.5" ,
Original file line number Diff line number Diff line change 21
21
"url" : " git+https://github.com/vuejs/babel-plugin-jsx.git"
22
22
},
23
23
"scripts" : {
24
- "build" : " tsup " ,
25
- "watch" : " tsup --watch"
24
+ "build" : " tsdown " ,
25
+ "watch" : " tsdown --watch"
26
26
},
27
27
"bugs" : {
28
28
"url" : " https://github.com/vuejs/babel-plugin-jsx/issues"
Original file line number Diff line number Diff line change 1
- import { defineConfig } from 'tsup ' ;
1
+ import { defineConfig } from 'tsdown ' ;
2
2
3
3
export default defineConfig ( {
4
4
entry : [ 'src/index.ts' ] ,
Original file line number Diff line number Diff line change 32
32
}
33
33
},
34
34
"scripts" : {
35
- "build" : " tsup " ,
36
- "watch" : " tsup --watch"
35
+ "build" : " tsdown " ,
36
+ "watch" : " tsdown --watch"
37
37
},
38
38
"bugs" : {
39
39
"url" : " https://github.com/vuejs/babel-plugin-jsx/issues"
Original file line number Diff line number Diff line change 1
- import { defineConfig } from 'tsup ' ;
1
+ import { defineConfig } from 'tsdown ' ;
2
2
3
3
export default defineConfig ( {
4
4
entry : [ 'src/index.ts' ] ,
You can’t perform that action at this time.
0 commit comments