Trim verification snapshot scope
This commit is contained in:
4
shared/verification-snapshot.d.ts
vendored
4
shared/verification-snapshot.d.ts
vendored
@@ -2,6 +2,10 @@ export declare const VERIFICATION_SNAPSHOT_EXCLUDE_NAMES: ReadonlySet<string>;
|
||||
export declare function isVerificationSnapshotExcludedName(
|
||||
name: string,
|
||||
): boolean;
|
||||
export declare function isVerificationSnapshotExcludedPath(
|
||||
repoDir: string,
|
||||
currentPath: string,
|
||||
): boolean;
|
||||
export declare function computeVerificationSnapshotId(repoDir: string): string;
|
||||
export declare function resolveVerificationResponsesDir(
|
||||
hostIpcDir: string,
|
||||
|
||||
Reference in New Issue
Block a user