Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dutils.ts333 const relativeFilePath: string = filePath.replace(cacheRootPath, '').replace(moduleName, ''); constant
334 const output: string = path.join(buildPath, relativeFilePath);
345 const relativeFilePath: string = filePath.replace(projectRootPath, ''); constant
346 const output: string = path.join(buildPath, relativeFilePath);
357 …const relativeFilePath: string = tempFilePath.substring(tempFilePath.indexOf(packageDir) + package… constant
358 … output = path.join(buildPath, buildInHar ? '' : TEMPORARY, packageDir, MAIN, relativeFilePath);
367 const relativeFilePath: string = filePath.replace(projectPath, ''); constant
368 const output: string = path.join(buildPath, buildInHar ? '' : TEMPORARY, relativeFilePath);