Searched refs:relativeFilePath (Results 1 – 1 of 1) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | utils.ts | 328 const relativeFilePath: string = filePath.replace(cacheRootPath, '').replace(moduleName, ''); constant 329 const output: string = path.join(buildPath, relativeFilePath); 340 const relativeFilePath: string = filePath.replace(projectRootPath, ''); constant 341 const output: string = path.join(buildPath, relativeFilePath); 352 …const relativeFilePath: string = tempFilePath.substring(tempFilePath.indexOf(packageDir) + package… constant 353 … output = path.join(buildPath, buildInHar ? '' : TEMPORARY, packageDir, MAIN, relativeFilePath); 362 const relativeFilePath: string = filePath.replace(projectPath, ''); constant 363 const output: string = path.join(buildPath, buildInHar ? '' : TEMPORARY, relativeFilePath);
|