Searched refs:jsCacheFilePath (Results 1 – 1 of 1) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 127 const jsCacheFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath, constant 132 … incrementalFileInHar.set(jsCacheFilePath.replace(/\.ets$/, '.d.ets').replace(/\.ts$/, '.d.ts'), 134 …incrementalFileInHar.set(jsCacheFilePath.replace(/\.e?ts$/, '.js'), jsBuildFilePath.replace(/\.e?t… 136 incrementalFileInHar.set(jsCacheFilePath, jsBuildFilePath); 143 incrementalFileInHar.forEach((jsBuildFilePath, jsCacheFilePath) => { 144 if (fs.existsSync(jsCacheFilePath)) { 145 const sourceCode: string = fs.readFileSync(jsCacheFilePath, 'utf-8');
|