Searched defs:relativeFilePath (Results 1 – 1 of 1) sorted by relevance
367 const relativeFilePath: string = filePath.replace(cacheRootPath, '').replace(moduleName, ''); constant405 …const relativeFilePath: string = tempFilePath.substring(tempFilePath.indexOf(packageDir) + package… constant415 const relativeFilePath: string = filePath.replace(projectPath, ''); constant1301 …const relativeFilePath: string = toUnixPath(path.relative(toUnixPath(projectRootPath), toUnixPath(… constant