Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts188 const jsCacheFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath, constant
193 setIncrementalFileInHar(jsCacheFilePath, jsBuildFilePath, allFilesInHar);
195 allFilesInHar.set(jsCacheFilePath, jsBuildFilePath);
200 allFilesInHar.forEach((jsBuildFilePath, jsCacheFilePath) => {
202 if (fs.existsSync(jsCacheFilePath)) {
203 const sourceCode: string = fs.readFileSync(jsCacheFilePath, 'utf-8');
470 function setIncrementalFileInHar(jsCacheFilePath: string, jsBuildFilePath: string, allFilesInHar: M…
471 if (jsCacheFilePath.match(/\.d.e?ts$/)) {
472 allFilesInHar.set(jsCacheFilePath, jsBuildFilePath);
475 allFilesInHar.set(jsCacheFilePath.replace(/\.ets$/, '.d.ets').replace(/\.ts$/, '.d.ts'),
[all …]