mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-11 20:37:46 -05:00
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:
@@ -1433,7 +1433,6 @@ export interface System {
|
||||
|
||||
// For testing
|
||||
/** @internal */ now?(): Date;
|
||||
/** @internal */ disableUseFileVersionAsSignature?: boolean;
|
||||
/** @internal */ storeFilesChangingSignatureDuringEmit?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user