mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
feat: TypeScript 5.4 (#23086)
Fork PR: https://github.com/denoland/TypeScript/pull/10 Closes #23080
This commit is contained in:
parent
6b95c53e48
commit
ac4a5f74b8
39 changed files with 5613 additions and 2672 deletions
|
@ -6,5 +6,5 @@ Deno.test(function version() {
|
|||
const pattern = /^\d+\.\d+\.\d+/;
|
||||
assert(pattern.test(Deno.version.deno));
|
||||
assert(pattern.test(Deno.version.v8));
|
||||
assertEquals(Deno.version.typescript, "5.3.3");
|
||||
assertEquals(Deno.version.typescript, "5.4.3");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue