-
Notifications
You must be signed in to change notification settings - Fork 5.8k
feat: TypeScript 5.7 #27857
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
Merged
Merged
feat: TypeScript 5.7 #27857
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
3d7e71c
feat(type): make `Float16Array` generic
petamoriken bbf6ce5
lint
petamoriken 133966d
feat: TypeScript 5.7
dsherret a4bd6d6
fix
dsherret 0f83221
Merge branch 'feat/generic-float16array' into typescript_5_7
dsherret b1cbc10
I think
dsherret ea3e152
Merge branch 'main' into typescript_5_7
dsherret eb3bba3
Update
dsherret 7dea16f
Remove deprecated declaration files
dsherret 176ca45
Updates.
dsherret 3e566e5
Update
dsherret 8eb8d8f
Update @types/node
dsherret 856356f
Update
dsherret c3c0ef6
fix ArrayBufferLike -> ArrayBuffer
dsherret 9038563
Updates
dsherret 65dc29b
Working spec tests.
dsherret 9606674
Fix maybe
dsherret f92dacd
Fix URL type in Deno
dsherret e9a7752
remove dead code
dsherret 092705f
temp reverts
dsherret 4829ac9
allow @types/node disallowed globals to be assigned to if the symbol …
dsherret d5943fd
Merge branch 'main' into typescript_5_7
dsherret c7be17f
Fix
dsherret 8124dc1
update apis to use ArrayBuffer for outputs in some cases
dsherret d2245bb
format
dsherret feec922
lint
dsherret 76c420d
fix jsdoc checker
dsherret 00f0076
fix
dsherret 0c4b593
update
dsherret e461431
lint
dsherret a0e4100
Merge branch 'main' into typescript_5_7
dsherret 8affba6
remove deno_webgpu from list of libs
dsherret File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| // Copyright 2018-2025 the Deno authors. MIT license. | ||
|
|
||
| pub static TS_VERSION: &str = "5.6.2"; | ||
| pub static TS_VERSION: &str = "5.7.3"; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.