Ensure that we have seenAffectedFiles map when files are added to pending emit because they were present in the old state (#37302)

* Make the systems for baselining default to pretty

* Ensure that we have seenAffectedFiles map when files are added to pending emit because they were present in the old state
This happens in build scenarios since semantic diagnostics are queried before emit and hence files are added to seenAffectedFiles pending emit
Fixes #37269
This commit is contained in:
Sheetal Nandi
2020-03-12 10:54:30 -07:00
committed by GitHub
parent 41a80f5d92
commit 1f710167de
347 changed files with 3009 additions and 1917 deletions
@@ -445,6 +445,11 @@ interface Array<T> { length: number; [n: number]: T; }`
this.reloadFS(fileOrFolderorSymLinkList);
}
// Output is pretty
writeOutputIsTTY() {
return true;
}
getNewLine() {
return this.newLine;
}