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
+20
Original file line number
Diff line number
Diff line change
@@ -1372,6 +1372,22 @@
1372
1372
"category": "Error",
1373
1373
"code": 1443
1374
1374
},
1375
+
"'{0}' is a type and must be imported using a type-only import when 'preserveValueImports' and 'isolatedModules' are both enabled.": {
1376
+
"category": "Error",
1377
+
"code": 1444
1378
+
},
1379
+
"'{0}' resolves to a type-only declaration and must be imported using a type-only import when 'preserveValueImports' and 'isolatedModules' are both enabled.": {
1380
+
"category": "Error",
1381
+
"code": 1446
1382
+
},
1383
+
"'{0}' resolves to a type-only declaration and must be re-exported using a type-only re-export when 'isolatedModules' is enabled.": {
1384
+
"category": "Error",
1385
+
"code": 1448
1386
+
},
1387
+
"Preserve unused imported values in the JavaScript output that would otherwise be removed.": {
1388
+
"category": "Message",
1389
+
"code": 1449
1390
+
},
1375
1391
1376
1392
"The types of '{0}' are incompatible between these types.": {
1377
1393
"category": "Error",
@@ -3910,6 +3926,10 @@
3910
3926
"category": "Error",
3911
3927
"code": 5094
3912
3928
},
3929
+
"Option 'preserveValueImports' can only be used when 'module' is set to 'es2015' or later.": {
3930
+
"category": "Error",
3931
+
"code": 5095
3932
+
},
3913
3933
3914
3934
"Generates a sourcemap for each corresponding '.d.ts' file.": {
0 commit comments