Searched refs:jsBuildFilePath (Results 1 – 1 of 1) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 190 const jsBuildFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath, constant 193 setIncrementalFileInHar(jsCacheFilePath, jsBuildFilePath, allFilesInHar); 195 allFilesInHar.set(jsCacheFilePath, jsBuildFilePath); 200 allFilesInHar.forEach((jsBuildFilePath, jsCacheFilePath) => { 204 writeFileSync(jsBuildFilePath, sourceCode); 470 function setIncrementalFileInHar(jsCacheFilePath: string, jsBuildFilePath: string, allFilesInHar: M… 472 allFilesInHar.set(jsCacheFilePath, jsBuildFilePath); 476 jsBuildFilePath.replace(/\.ets$/, '.d.ets').replace(/\.ts$/, '.d.ts')); 477 …allFilesInHar.set(jsCacheFilePath.replace(/\.e?ts$/, '.js'), jsBuildFilePath.replace(/\.e?ts$/, '.…
|