Handles time on vfs and write non empty shadowed files in baseline even if they were not read (#48703)

* Use fixed time for vfs so baselining is consistent

* Baseline buildinfos

* Write new file text in baseline even if the file wasnt read on the shadow

* Remove unnecessary debugger statement
This commit is contained in:
Sheetal Nandi
2022-04-21 11:50:28 -07:00
committed by GitHub
parent 7a59e45f48
commit ab2523bbe0
130 changed files with 5601 additions and 1696 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ interface Array<T> { length: number; [n: number]: T; }`
DynamicPolling = "RecursiveDirectoryUsingDynamicPriorityPolling"
}
const timeIncrements = 1000;
export const timeIncrements = 1000;
export interface TestServerHostOptions {
useCaseSensitiveFileNames: boolean;
executingFilePath: string;