Refactor paired execution flow boundaries
This commit is contained in:
8
shared/verification-snapshot.d.ts
vendored
Normal file
8
shared/verification-snapshot.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export declare const VERIFICATION_SNAPSHOT_EXCLUDE_NAMES: ReadonlySet<string>;
|
||||
export declare function isVerificationSnapshotExcludedName(
|
||||
name: string,
|
||||
): boolean;
|
||||
export declare function computeVerificationSnapshotId(repoDir: string): string;
|
||||
export declare function resolveVerificationResponsesDir(
|
||||
hostIpcDir: string,
|
||||
): string;
|
||||
Reference in New Issue
Block a user