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