diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-12-07 12:59:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 12:59:59 -0500 |
commit | f4385866f89e0abd3f5f1b0281abf00f1c562be9 (patch) | |
tree | 3400cc38b77f1217250d671481a4113e141a80f9 /cli/lsp/tsc.rs | |
parent | 791e623c321dd9cc73263a64aa848af0111a812b (diff) |
feat: upgrade to TypeScript 4.9.3 (#16973)
Updated from: https://github.com/denoland/TypeScript/pull/2
Diffstat (limited to 'cli/lsp/tsc.rs')
-rw-r--r-- | cli/lsp/tsc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/tsc.rs b/cli/lsp/tsc.rs index f70359889..1152c080d 100644 --- a/cli/lsp/tsc.rs +++ b/cli/lsp/tsc.rs @@ -3913,7 +3913,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(), 71); + assert_eq!(assets.len(), 72); // get some notification when the size of the assets grows let mut total_size = 0; |