mirror of
https://github.com/actions/setup-python.git
synced 2025-06-29 06:03:49 +00:00
Clean up node_modules
This commit is contained in:
parent
b581dd4017
commit
145e800d1f
7184 changed files with 11271 additions and 1877650 deletions
10
node_modules/jest-haste-map/build/persistence/sqlite.d.ts
generated
vendored
10
node_modules/jest-haste-map/build/persistence/sqlite.d.ts
generated
vendored
|
@ -1,10 +0,0 @@
|
|||
import { InternalHasteMap, Persistence, FileData } from '../types';
|
||||
declare class SQLitePersistence implements Persistence {
|
||||
read(cachePath: string): InternalHasteMap;
|
||||
write(cachePath: string, internalHasteMap: InternalHasteMap, removedFiles: FileData, changedFiles?: FileData): void;
|
||||
private getDatabase;
|
||||
getType(): string;
|
||||
}
|
||||
declare const _default: SQLitePersistence;
|
||||
export default _default;
|
||||
//# sourceMappingURL=sqlite.d.ts.map
|
Loading…
Add table
Add a link
Reference in a new issue