Searched refs:srcMainIndex (Results 1 – 1 of 1) sorted by relevance
98 const srcMainIndex: number = result[1].search(REG_SRC_MAIN); constant99 if (srcMainIndex !== -1) {100 relativePath = projectFilePath.substring(srcMainIndex).replace(REG_SRC_MAIN, '');