Skip to content

chore: install typescript native preview #7144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test-unit: bundles

# typecheck for test code.
test-types:
npx tsc -p tsconfig.test.json
npx tsgo -p tsconfig.test.json

test-protocols: bundles
yarn g:vitest run -c vitest.config.protocols.integ.ts
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"@types/jsdom": "20.0.1",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"@typescript/native-preview": "^7.0.0-dev.20250623.1",
"async": "3.2.4",
"concurrently": "7.0.0",
"decomment": "0.9.5",
Expand Down
82 changes: 82 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29572,6 +29572,87 @@ __metadata:
languageName: node
linkType: hard

"@typescript/native-preview-darwin-arm64@npm:7.0.0-dev.20250623.1":
version: 7.0.0-dev.20250623.1
resolution: "@typescript/native-preview-darwin-arm64@npm:7.0.0-dev.20250623.1"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@typescript/native-preview-darwin-x64@npm:7.0.0-dev.20250623.1":
version: 7.0.0-dev.20250623.1
resolution: "@typescript/native-preview-darwin-x64@npm:7.0.0-dev.20250623.1"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@typescript/native-preview-linux-arm64@npm:7.0.0-dev.20250623.1":
version: 7.0.0-dev.20250623.1
resolution: "@typescript/native-preview-linux-arm64@npm:7.0.0-dev.20250623.1"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard

"@typescript/native-preview-linux-arm@npm:7.0.0-dev.20250623.1":
version: 7.0.0-dev.20250623.1
resolution: "@typescript/native-preview-linux-arm@npm:7.0.0-dev.20250623.1"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard

"@typescript/native-preview-linux-x64@npm:7.0.0-dev.20250623.1":
version: 7.0.0-dev.20250623.1
resolution: "@typescript/native-preview-linux-x64@npm:7.0.0-dev.20250623.1"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard

"@typescript/native-preview-win32-arm64@npm:7.0.0-dev.20250623.1":
version: 7.0.0-dev.20250623.1
resolution: "@typescript/native-preview-win32-arm64@npm:7.0.0-dev.20250623.1"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@typescript/native-preview-win32-x64@npm:7.0.0-dev.20250623.1":
version: 7.0.0-dev.20250623.1
resolution: "@typescript/native-preview-win32-x64@npm:7.0.0-dev.20250623.1"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@typescript/native-preview@npm:^7.0.0-dev.20250623.1":
version: 7.0.0-dev.20250623.1
resolution: "@typescript/native-preview@npm:7.0.0-dev.20250623.1"
dependencies:
"@typescript/native-preview-darwin-arm64": "npm:7.0.0-dev.20250623.1"
"@typescript/native-preview-darwin-x64": "npm:7.0.0-dev.20250623.1"
"@typescript/native-preview-linux-arm": "npm:7.0.0-dev.20250623.1"
"@typescript/native-preview-linux-arm64": "npm:7.0.0-dev.20250623.1"
"@typescript/native-preview-linux-x64": "npm:7.0.0-dev.20250623.1"
"@typescript/native-preview-win32-arm64": "npm:7.0.0-dev.20250623.1"
"@typescript/native-preview-win32-x64": "npm:7.0.0-dev.20250623.1"
dependenciesMeta:
"@typescript/native-preview-darwin-arm64":
optional: true
"@typescript/native-preview-darwin-x64":
optional: true
"@typescript/native-preview-linux-arm":
optional: true
"@typescript/native-preview-linux-arm64":
optional: true
"@typescript/native-preview-linux-x64":
optional: true
"@typescript/native-preview-win32-arm64":
optional: true
"@typescript/native-preview-win32-x64":
optional: true
bin:
tsgo: bin/tsgo.js
checksum: 10c0/06689ca132c418b55d9db668537ce4bb7d5455c270e5594b4867eaaba255067dc5b90d325349cac8a6f1dedb1196b536d3f0270f24ea83a6d1c29084a6932d53
languageName: node
linkType: hard

"@verdaccio/commons-api@npm:10.2.0":
version: 10.2.0
resolution: "@verdaccio/commons-api@npm:10.2.0"
Expand Down Expand Up @@ -30740,6 +30821,7 @@ __metadata:
"@types/jsdom": "npm:20.0.1"
"@typescript-eslint/eslint-plugin": "npm:5.55.0"
"@typescript-eslint/parser": "npm:5.55.0"
"@typescript/native-preview": "npm:^7.0.0-dev.20250623.1"
async: "npm:3.2.4"
concurrently: "npm:7.0.0"
decomment: "npm:0.9.5"
Expand Down
Loading