Searched refs:projectFilePath (Results 1 – 1 of 1) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 93 const projectFilePath: string = unixFilePath.replace(projectRootPath, ''); constant 95 const result: RegExpMatchArray | null = projectFilePath.match(REG_PROJECT_SRC); 97 const relativePath = processSrcMain(result, projectFilePath); 105 projectFilePath, 118 function processSrcMain(result: RegExpMatchArray | null, projectFilePath: string): string { 125 relativePath = projectFilePath.substring(srcMainIndex).replace(REG_SRC_MAIN, ''); 126 langType = projectFilePath.replace(relativePath, '').match(REG_SRC_MAIN)[1]; 133 projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant 136 if (projectFilePath.indexOf(packageDir) !== -1) {
|