Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts190 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$/, '.…