Skip to content

Commit 83fb52b

Browse files
committed
chore: typecheck by tsgo
1 parent dbedc92 commit 83fb52b

File tree

8 files changed

+86
-5
lines changed

8 files changed

+86
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"dev": "tsdown --watch",
6060
"release": "bumpp",
6161
"lint": "eslint --max-warnings 0 .",
62-
"typecheck": "tsc --noEmit",
62+
"typecheck": "tsgo --noEmit",
6363
"prepublishOnly": "pnpm run build"
6464
},
6565
"peerDependencies": {
@@ -80,6 +80,7 @@
8080
"@sxzz/prettier-config": "^2.2.6",
8181
"@sxzz/test-utils": "^0.5.13",
8282
"@types/node": "^24.10.1",
83+
"@typescript/native-preview": "7.0.0-dev.20251202.1",
8384
"@vitejs/plugin-vue": "^6.0.2",
8485
"@vitest/ui": "^4.0.15",
8586
"bumpp": "^10.3.2",

pnpm-lock.yaml

Lines changed: 78 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/esbuild.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @module
55
*/
66

7+
import {} from 'unplugin'
78
import unplugin from './index'
89

910
/**

src/rolldown.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @module
55
*/
66

7+
import {} from 'unplugin'
78
import unplugin from './index'
89

910
/**

src/rollup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @module
55
*/
66

7+
import {} from 'unplugin'
78
import unplugin from './index'
89

910
/**

src/rspack.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @module
55
*/
66

7+
import {} from 'unplugin'
78
import unplugin from './index'
89

910
/**

src/vite.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @module
55
*/
66

7+
import {} from 'unplugin'
78
import unplugin from './index'
89

910
/**

src/webpack.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @module
55
*/
66

7+
import {} from 'unplugin'
78
import unplugin from './index'
89

910
/**

0 commit comments

Comments
 (0)