You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates the TypeScript compiler and type definitions from 5.9.2 → 6.0.3
(via `denoland/TypeScript@branch_v6.0.3_patch`).
Closes#32746Closes#32295Closes#32070
Copy file name to clipboardExpand all lines: cli/lsp/tsc.rs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6567,6 +6567,8 @@ mod tests {
6567
6567
json!(diagnostics),
6568
6568
json!([
6569
6569
{
6570
+
"category":1,
6571
+
"code":2339,
6570
6572
"start":{
6571
6573
"line":2,
6572
6574
"character":16,
@@ -6575,11 +6577,9 @@ mod tests {
6575
6577
"line":2,
6576
6578
"character":17
6577
6579
},
6578
-
"fileName": specifier,
6579
-
"messageText":"Property \'a\' does not exist on type \'typeof import(\"https://deno.land/x/example/a\")\'.",
6580
+
"messageText":"Property \'a\' does not exist on type \'typeof import(\"https://deno.land/x/example/a\", { with: { \"resolution-mode\": \"import\" } })\'.",
0 commit comments