We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8927aaa commit 526e413Copy full SHA for 526e413
src/compiler/program.ts
@@ -1560,7 +1560,6 @@ namespace ts {
1560
}
1561
1562
function getDiagnosticsProducingTypeChecker() {
1563
- Debug.assert(!options.listFilesOnly || !!options.extendedDiagnostics);
1564
return diagnosticsProducingTypeChecker || (diagnosticsProducingTypeChecker = createTypeChecker(program, /*produceDiagnostics:*/ true));
1565
1566
0 commit comments