Home
last modified time | relevance | path

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

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