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
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json
+42-2Lines changed: 42 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4637,11 +4637,11 @@
4637
4637
"category": "Message",
4638
4638
"code": 6182
4639
4639
},
4640
-
"Reusing resolution of module '{0}' to file '{1}' from old program.": {
4640
+
"Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}'.": {
4641
4641
"category": "Message",
4642
4642
"code": 6183
4643
4643
},
4644
-
"Reusing module resolutions originating in '{0}' since resolutions are unchanged from old program.": {
4644
+
"Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'.": {
4645
4645
"category": "Message",
4646
4646
"code": 6184
4647
4647
},
@@ -5073,6 +5073,46 @@
5073
5073
"category": "Message",
5074
5074
"code": 6388
5075
5075
},
5076
+
"Reusing resolution of module '{0}' from '{1}' of old program, it was not resolved.": {
5077
+
"category": "Message",
5078
+
"code": 6389
5079
+
},
5080
+
"Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}'.": {
5081
+
"category": "Message",
5082
+
"code": 6390
5083
+
},
5084
+
"Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'.": {
5085
+
"category": "Message",
5086
+
"code": 6391
5087
+
},
5088
+
"Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was not resolved.": {
5089
+
"category": "Message",
5090
+
"code": 6392
5091
+
},
5092
+
"Reusing resolution of module '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}'.": {
5093
+
"category": "Message",
5094
+
"code": 6393
5095
+
},
5096
+
"Reusing resolution of module '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}' with Package ID '{4}'.": {
5097
+
"category": "Message",
5098
+
"code": 6394
5099
+
},
5100
+
"Reusing resolution of module '{0}' from '{1}' found in cache from location '{2}', it was not resolved.": {
5101
+
"category": "Message",
5102
+
"code": 6395
5103
+
},
5104
+
"Reusing resolution of type reference directive '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}'.": {
5105
+
"category": "Message",
5106
+
"code": 6396
5107
+
},
5108
+
"Reusing resolution of type reference directive '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}' with Package ID '{4}'.": {
5109
+
"category": "Message",
5110
+
"code": 6397
5111
+
},
5112
+
"Reusing resolution of type reference directive '{0}' from '{1}' found in cache from location '{2}', it was not resolved.": {
5113
+
"category": "Message",
5114
+
"code": 6398
5115
+
},
5076
5116
5077
5117
"The expected type comes from property '{0}' which is declared here on type '{1}'": {
0 commit comments