mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
feat(cli): update to TypeScript 4.8 (#15064)
This commit is contained in:
parent
79aee3668d
commit
73e89844ba
21 changed files with 9863 additions and 5280 deletions
|
@ -3775,7 +3775,7 @@ mod tests {
|
|||
|
||||
// You might have found this assertion starts failing after upgrading TypeScript.
|
||||
// Just update the new number of assets (declaration files) for this number.
|
||||
assert_eq!(assets.len(), 69);
|
||||
assert_eq!(assets.len(), 70);
|
||||
|
||||
// get some notification when the size of the assets grows
|
||||
let mut total_size = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue