(dir: string)
| 90 | } |
| 91 | |
| 92 | export function getEntryPath(dir: string): string { |
| 93 | ensureRegistryReady(); |
| 94 | return getEntryPathForCanonicalDir(canonicalizeDir(dir)); |
| 95 | } |
| 96 | |
| 97 | function listEntryFiles(): string[] { |
| 98 | ensureRegistryReady(); |
no test coverage detected