Prune package manager legacy artifacts
This commit is contained in:
3
shared/verification-snapshot.d.ts
vendored
3
shared/verification-snapshot.d.ts
vendored
@@ -7,6 +7,3 @@ export declare function isVerificationSnapshotExcludedPath(
|
||||
currentPath: string,
|
||||
): boolean;
|
||||
export declare function computeVerificationSnapshotId(repoDir: string): string;
|
||||
export declare function resolveVerificationResponsesDir(
|
||||
hostIpcDir: string,
|
||||
): string;
|
||||
|
||||
@@ -77,7 +77,3 @@ export function computeVerificationSnapshotId(repoDir) {
|
||||
updateVerificationSnapshotHash(hash, repoDir, repoDir);
|
||||
return `fs:${hash.digest('hex').slice(0, 24)}`;
|
||||
}
|
||||
|
||||
export function resolveVerificationResponsesDir(hostIpcDir) {
|
||||
return path.join(hostIpcDir, 'verification-responses');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user