@@ -106237,7 +106237,7 @@ var ts;
106237
106237
var oldSourceFile = oldSourceFiles_1[_i];
106238
106238
var newFile = getSourceFileByPath(oldSourceFile.resolvedPath);
106239
106239
if (shouldCreateNewSourceFile || !newFile ||
106240
- // old file wasnt redirect but new file is
106240
+ // old file wasn't redirect but new file is
106241
106241
(oldSourceFile.resolvedPath === oldSourceFile.path && newFile.resolvedPath !== oldSourceFile.path)) {
106242
106242
host.onReleaseOldSourceFile(oldSourceFile, oldProgram.getCompilerOptions(), !!getSourceFileByPath(oldSourceFile.path));
106243
106243
}
@@ -109353,7 +109353,7 @@ var ts;
109353
109353
var newReferences;
109354
109354
// if not using old state, every file is changed
109355
109355
if (!useOldState ||
109356
- // File wasnt present in old state
109356
+ // File wasn't present in old state
109357
109357
!(oldInfo = oldState.fileInfos.get(sourceFilePath)) ||
109358
109358
// versions dont match
109359
109359
oldInfo.version !== info.version ||
@@ -110505,7 +110505,7 @@ var ts;
110505
110505
var resolvedModules = [];
110506
110506
var compilerOptions = resolutionHost.getCompilationSettings();
110507
110507
var hasInvalidatedNonRelativeUnresolvedImport = logChanges && isFileWithInvalidatedNonRelativeUnresolvedImports(path);
110508
- // All the resolutions in this file are invalidated if this file wasnt resolved using same redirect
110508
+ // All the resolutions in this file are invalidated if this file wasn't resolved using same redirect
110509
110509
var program = resolutionHost.getCurrentProgram();
110510
110510
var oldRedirect = program && program.getResolvedProjectReferenceToRedirect(containingFile);
110511
110511
var unmatchedRedirects = oldRedirect ?
0 commit comments