Searched refs:projectFilePath (Results 1 – 1 of 1) sorted by relevance
90 const projectFilePath: string = unixFilePath.replace(projectRootPath, ''); constant92 const result: RegExpMatchArray | null = projectFilePath.match(REG_PROJECT_SRC);100 relativePath = projectFilePath.substring(srcMainIndex).replace(REG_SRC_MAIN, '');101 langType = projectFilePath.replace(relativePath, '').match(REG_SRC_MAIN)[1];109 if (projectFilePath.indexOf(packageDir) !== -1) {