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
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1188,14 +1188,6 @@
1188
1188
"category": "Error",
1189
1189
"code": 1371
1190
1190
},
1191
-
"Convert to type-only import": {
1192
-
"category": "Message",
1193
-
"code": 1373
1194
-
},
1195
-
"Convert all imports not used as a value to type-only imports": {
1196
-
"category": "Message",
1197
-
"code": 1374
1198
-
},
1199
1191
"'await' expressions are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module.": {
1200
1192
"category": "Error",
1201
1193
"code": 1375
@@ -7616,6 +7608,18 @@
7616
7608
"category": "Message",
7617
7609
"code": 95179
7618
7610
},
7611
+
"Use 'import type'": {
7612
+
"category": "Message",
7613
+
"code": 95180
7614
+
},
7615
+
"Use 'type {0}'": {
7616
+
"category": "Message",
7617
+
"code": 95181
7618
+
},
7619
+
"Fix all with type-only imports": {
7620
+
"category": "Message",
7621
+
"code": 95182
7622
+
},
7619
7623
7620
7624
"No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer.": {
0 commit comments