Skip to content

Commit e9dff4d

Browse files
authored
Merge pull request #17953 from Napalys/napalys/ts57
JS: upgrade TypeScript to 5.7
2 parents e6161a5 + 3d467b2 commit e9dff4d

File tree

7 files changed

+3163
-54
lines changed

7 files changed

+3163
-54
lines changed

2024-11-25-ts57.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: majorAnalysis
3+
---
4+
* Added support for TypeScript 5.7.

javascript/extractor/lib/typescript/package-lock.json

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

javascript/extractor/lib/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript-parser-wrapper",
33
"private": true,
44
"dependencies": {
5-
"typescript": "5.6.2"
5+
"typescript": "^5.7.2"
66
},
77
"scripts": {
88
"build": "tsc --project tsconfig.json",

0 commit comments

Comments
 (0)