Skip to content

Commit 6fd800d

Browse files
committed
chore: setup tsgo
1 parent 7d43e84 commit 6fd800d

3 files changed

Lines changed: 84 additions & 9 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"build": "tsdown",
5050
"dev": "tsdown --watch",
5151
"test": "vitest",
52-
"typecheck": "tsc --noEmit && vue-tsc --noEmit -p tests/fixtures/tsconfig.json",
52+
"typecheck": "tsgo --noEmit && vue-tsc --noEmit -p tests/fixtures/tsconfig.json",
5353
"release": "bumpp",
5454
"prepublishOnly": "pnpm run build"
5555
},
@@ -69,6 +69,7 @@
6969
"@sxzz/prettier-config": "^2.3.1",
7070
"@sxzz/test-utils": "^0.5.16",
7171
"@types/node": "^25.5.0",
72+
"@typescript/native-preview": "7.0.0-dev.20260327.2",
7273
"bumpp": "^11.0.1",
7374
"change-case": "^5.4.4",
7475
"eslint": "^10.1.0",

pnpm-lock.yaml

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

tests/rollup.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { rollupBuild, testFixtures } from '@sxzz/test-utils'
22
import Oxc from 'unplugin-oxc/rollup'
33
import Vue from 'unplugin-vue/rollup'
44
import { describe } from 'vitest'
5-
import VueNamedExport from '../src/vite'
5+
import VueNamedExport from '../src/rollup'
66

77
describe('rollup', async () => {
88
await testFixtures(

0 commit comments

Comments
 (0)