Searched defs:relativeFilePath (Results 1 – 3 of 3) sorted by relevance
368 const relativeFilePath: string = filePath.replace(cacheRootPath, '').replace(moduleName, ''); constant406 …const relativeFilePath: string = tempFilePath.substring(tempFilePath.indexOf(packageDir) + package… constant416 const relativeFilePath: string = filePath.replace(projectPath, ''); constant1304 …const relativeFilePath: string = toUnixPath(path.relative(toUnixPath(projectRootPath), toUnixPath(… constant
240 const relativeFilePath: string = filePath.replace( constant