eslint-plugin-copilot Documentation / _internal/file-system / resolveRepositoryRelativePath
Function: resolveRepositoryRelativePath()
function resolveRepositoryRelativePath(
repositoryRootPath: string,
relativePath: string
): string;
Defined in: _internal/file-system.ts:87
Resolve a repository-root-relative path token.
Parametersâ
| Parameter | Type |
|---|---|
repositoryRootPath | string |
relativePath | string |
Returnsâ
string