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 a101935 commit 305c58bCopy full SHA for 305c58b
src/compiler/program.ts
@@ -1236,8 +1236,6 @@ namespace ts {
1236
return oldProgram.structureIsReused = StructureIsReused.Not;
1237
}
1238
1239
- Debug.assert(!(oldProgram.structureIsReused! & (StructureIsReused.Completely | StructureIsReused.SafeModules)));
1240
-
1241
// there is an old program, check if we can reuse its structure
1242
const oldRootNames = oldProgram.getRootFileNames();
1243
if (!arrayIsEqualTo(oldRootNames, rootNames)) {
0 commit comments