Skip to content

Commit ff50c78

Browse files
committed
chore: install typescript native preview
1 parent f2789ed commit ff50c78

File tree

3 files changed

+84
-1
lines changed

3 files changed

+84
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test-unit: bundles
2424

2525
# typecheck for test code.
2626
test-types:
27-
npx tsc -p tsconfig.test.json
27+
npx tsgo -p tsconfig.test.json
2828

2929
test-protocols: bundles
3030
yarn g:vitest run -c vitest.config.protocols.integ.ts

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"@types/jsdom": "20.0.1",
7979
"@typescript-eslint/eslint-plugin": "5.55.0",
8080
"@typescript-eslint/parser": "5.55.0",
81+
"@typescript/native-preview": "^7.0.0-dev.20250623.1",
8182
"async": "3.2.4",
8283
"concurrently": "7.0.0",
8384
"decomment": "0.9.5",

yarn.lock

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29572,6 +29572,87 @@ __metadata:
2957229572
languageName: node
2957329573
linkType: hard
2957429574

29575+
"@typescript/native-preview-darwin-arm64@npm:7.0.0-dev.20250623.1":
29576+
version: 7.0.0-dev.20250623.1
29577+
resolution: "@typescript/native-preview-darwin-arm64@npm:7.0.0-dev.20250623.1"
29578+
conditions: os=darwin & cpu=arm64
29579+
languageName: node
29580+
linkType: hard
29581+
29582+
"@typescript/native-preview-darwin-x64@npm:7.0.0-dev.20250623.1":
29583+
version: 7.0.0-dev.20250623.1
29584+
resolution: "@typescript/native-preview-darwin-x64@npm:7.0.0-dev.20250623.1"
29585+
conditions: os=darwin & cpu=x64
29586+
languageName: node
29587+
linkType: hard
29588+
29589+
"@typescript/native-preview-linux-arm64@npm:7.0.0-dev.20250623.1":
29590+
version: 7.0.0-dev.20250623.1
29591+
resolution: "@typescript/native-preview-linux-arm64@npm:7.0.0-dev.20250623.1"
29592+
conditions: os=linux & cpu=arm64
29593+
languageName: node
29594+
linkType: hard
29595+
29596+
"@typescript/native-preview-linux-arm@npm:7.0.0-dev.20250623.1":
29597+
version: 7.0.0-dev.20250623.1
29598+
resolution: "@typescript/native-preview-linux-arm@npm:7.0.0-dev.20250623.1"
29599+
conditions: os=linux & cpu=arm
29600+
languageName: node
29601+
linkType: hard
29602+
29603+
"@typescript/native-preview-linux-x64@npm:7.0.0-dev.20250623.1":
29604+
version: 7.0.0-dev.20250623.1
29605+
resolution: "@typescript/native-preview-linux-x64@npm:7.0.0-dev.20250623.1"
29606+
conditions: os=linux & cpu=x64
29607+
languageName: node
29608+
linkType: hard
29609+
29610+
"@typescript/native-preview-win32-arm64@npm:7.0.0-dev.20250623.1":
29611+
version: 7.0.0-dev.20250623.1
29612+
resolution: "@typescript/native-preview-win32-arm64@npm:7.0.0-dev.20250623.1"
29613+
conditions: os=win32 & cpu=arm64
29614+
languageName: node
29615+
linkType: hard
29616+
29617+
"@typescript/native-preview-win32-x64@npm:7.0.0-dev.20250623.1":
29618+
version: 7.0.0-dev.20250623.1
29619+
resolution: "@typescript/native-preview-win32-x64@npm:7.0.0-dev.20250623.1"
29620+
conditions: os=win32 & cpu=x64
29621+
languageName: node
29622+
linkType: hard
29623+
29624+
"@typescript/native-preview@npm:^7.0.0-dev.20250623.1":
29625+
version: 7.0.0-dev.20250623.1
29626+
resolution: "@typescript/native-preview@npm:7.0.0-dev.20250623.1"
29627+
dependencies:
29628+
"@typescript/native-preview-darwin-arm64": "npm:7.0.0-dev.20250623.1"
29629+
"@typescript/native-preview-darwin-x64": "npm:7.0.0-dev.20250623.1"
29630+
"@typescript/native-preview-linux-arm": "npm:7.0.0-dev.20250623.1"
29631+
"@typescript/native-preview-linux-arm64": "npm:7.0.0-dev.20250623.1"
29632+
"@typescript/native-preview-linux-x64": "npm:7.0.0-dev.20250623.1"
29633+
"@typescript/native-preview-win32-arm64": "npm:7.0.0-dev.20250623.1"
29634+
"@typescript/native-preview-win32-x64": "npm:7.0.0-dev.20250623.1"
29635+
dependenciesMeta:
29636+
"@typescript/native-preview-darwin-arm64":
29637+
optional: true
29638+
"@typescript/native-preview-darwin-x64":
29639+
optional: true
29640+
"@typescript/native-preview-linux-arm":
29641+
optional: true
29642+
"@typescript/native-preview-linux-arm64":
29643+
optional: true
29644+
"@typescript/native-preview-linux-x64":
29645+
optional: true
29646+
"@typescript/native-preview-win32-arm64":
29647+
optional: true
29648+
"@typescript/native-preview-win32-x64":
29649+
optional: true
29650+
bin:
29651+
tsgo: bin/tsgo.js
29652+
checksum: 10c0/06689ca132c418b55d9db668537ce4bb7d5455c270e5594b4867eaaba255067dc5b90d325349cac8a6f1dedb1196b536d3f0270f24ea83a6d1c29084a6932d53
29653+
languageName: node
29654+
linkType: hard
29655+
2957529656
"@verdaccio/commons-api@npm:10.2.0":
2957629657
version: 10.2.0
2957729658
resolution: "@verdaccio/commons-api@npm:10.2.0"
@@ -30740,6 +30821,7 @@ __metadata:
3074030821
"@types/jsdom": "npm:20.0.1"
3074130822
"@typescript-eslint/eslint-plugin": "npm:5.55.0"
3074230823
"@typescript-eslint/parser": "npm:5.55.0"
30824+
"@typescript/native-preview": "npm:^7.0.0-dev.20250623.1"
3074330825
async: "npm:3.2.4"
3074430826
concurrently: "npm:7.0.0"
3074530827
decomment: "npm:0.9.5"

0 commit comments

Comments
 (0)