()
| 431 | } |
| 432 | |
| 433 | export function getRepoMapFilePath(): string { |
| 434 | return path.join(getContinueUtilsPath(), "repo_map.txt"); |
| 435 | } |
| 436 | |
| 437 | export function getEsbuildBinaryPath(): string { |
| 438 | return path.join(getContinueUtilsPath(), "esbuild"); |
no test coverage detected