Instead of computing signatures during building, compute them afterwards for verification (#51718)

This helps with finding issues with d.ts emit because of caching.
This commit is contained in:
Sheetal Nandi
2022-12-06 16:55:08 -08:00
committed by GitHub
parent dc3daa6644
commit e0293b5877
22 changed files with 123 additions and 740 deletions

View File

@@ -1433,7 +1433,6 @@ export interface System {
// For testing
/** @internal */ now?(): Date;
/** @internal */ disableUseFileVersionAsSignature?: boolean;
/** @internal */ storeFilesChangingSignatureDuringEmit?: boolean;
}