(dir: string)
| 86 | } |
| 87 | |
| 88 | function getEntryPathForCanonicalDir(dir: string): string { |
| 89 | return path.join(REGISTRY_DIR, `${hashDir(dir)}.json`); |
| 90 | } |
| 91 | |
| 92 | export function getEntryPath(dir: string): string { |
| 93 | ensureRegistryReady(); |
no test coverage detected