We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676ed3e commit 3c2f368Copy full SHA for 3c2f368
1 file changed
src/compiler/program.ts
@@ -2688,6 +2688,7 @@ namespace ts {
2688
return undefined;
2689
}
2690
sourceFile = Debug.assertDefined(commandLine.options.configFile);
2691
+ Debug.assert(!sourceFile.path || sourceFile.path === sourceFilePath);
2692
addFileToFilesByName(sourceFile, sourceFilePath, /*redirectedPath*/ undefined);
2693
2694
else {
0 commit comments