Searched refs:unixFilePath (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 116 let unixFilePath: string = toUnixPath(filePath); 117 unixFilePath = unixFilePath.substring(0, filePath.lastIndexOf('.')); // remove extension 139 let projectFilePath: string = unixFilePath.replace(toUnixPath(pkgPath), ''); 154 let unixFilePath: string = toUnixPath(filePath); 155 unixFilePath = unixFilePath.substring(0, filePath.lastIndexOf('.')); // remove extension 169 const projectFilePath: string = unixFilePath.replace(projectRootPath, ''); 182 unixFilePath, constant 209 const { projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant 214 if (unixFilePath.indexOf(tryProjectPkg) !== -1) { 215 …return unixFilePath.replace(tryProjectPkg, `${packageDir}`).replace(new RegExp(packageDir, 'g'), P… [all …]
|
| D | ets_checker.ts | 745 const unixFilePath: string = toUnixPath(file); constant 746 if (fileToThrowDiagnostics.has(unixFilePath)) { 750 fileToThrowDiagnostics.add(unixFilePath);
|