Searched refs:unixFilePath (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 92 let unixFilePath: string = toUnixPath(filePath); 93 unixFilePath = unixFilePath.substring(0, filePath.lastIndexOf('.')); // remove extension 94 let projectFilePath: string = unixFilePath.replace(toUnixPath(pkgPath), ''); 123 let unixFilePath: string = toUnixPath(filePath); 124 unixFilePath = unixFilePath.substring(0, filePath.lastIndexOf('.')); // remove extension 138 const projectFilePath: string = unixFilePath.replace(projectRootPath, ''); 151 unixFilePath, constant 178 const { projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant 183 if (unixFilePath.indexOf(tryProjectPkg) !== -1) { 184 …return unixFilePath.replace(tryProjectPkg, `${packageDir}`).replace(new RegExp(packageDir, 'g'), P… [all …]
|
| D | ets_checker.ts | 660 const unixFilePath: string = toUnixPath(file); constant 661 if (fileToThrowDiagnostics.has(unixFilePath)) { 665 fileToThrowDiagnostics.add(unixFilePath);
|