From f4385866f89e0abd3f5f1b0281abf00f1c562be9 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 7 Dec 2022 12:59:59 -0500 Subject: feat: upgrade to TypeScript 4.9.3 (#16973) Updated from: https://github.com/denoland/TypeScript/pull/2 --- cli/lsp/tsc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/lsp') 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; -- cgit v1.2.3