Searched defs:convertToRelativePath (Results 1 – 3 of 3) sorted by relevance
929 export function convertToRelativePath(absoluteOrRelativePath: string, basePath: string, getCanonica… function
468 …const relativeFileName = host ? convertToRelativePath(file.fileName, host.getCurrentDirectory(), f… constant
7041 function convertToRelativePath(absoluteOrRelativePath, basePath, getCanonicalFileName) { function