Home
last modified time | relevance | path

Searched refs:projectFilePath (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts90 const projectFilePath: string = unixFilePath.replace(projectRootPath, ''); constant
92 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) {