Skip to content

Commit

Permalink
Merge pull request #17953 from Napalys/napalys/ts57
Browse files Browse the repository at this point in the history
JS: upgrade TypeScript to 5.7
  • Loading branch information
Napalys authored Nov 25, 2024
2 parents e6161a5 + 3d467b2 commit e9dff4d
Show file tree
Hide file tree
Showing 7 changed files with 3,163 additions and 54 deletions.
4 changes: 4 additions & 0 deletions 2024-11-25-ts57.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* Added support for TypeScript 5.7.
8 changes: 4 additions & 4 deletions javascript/extractor/lib/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/extractor/lib/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "typescript-parser-wrapper",
"private": true,
"dependencies": {
"typescript": "5.6.2"
"typescript": "^5.7.2"
},
"scripts": {
"build": "tsc --project tsconfig.json",
Expand Down
Loading

0 comments on commit e9dff4d

Please sign in to comment.