Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts92 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 …]
Dets_checker.ts660 const unixFilePath: string = toUnixPath(file); constant
661 if (fileToThrowDiagnostics.has(unixFilePath)) {
665 fileToThrowDiagnostics.add(unixFilePath);