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 | 139 const jsCacheFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath, constant 144 … incrementalFileInHar.set(jsCacheFilePath.replace(/\.ets$/, '.d.ets').replace(/\.ts$/, '.d.ts'), 146 …incrementalFileInHar.set(jsCacheFilePath.replace(/\.e?ts$/, '.js'), jsBuildFilePath.replace(/\.e?t… 148 incrementalFileInHar.set(jsCacheFilePath, jsBuildFilePath); 155 incrementalFileInHar.forEach((jsBuildFilePath, jsCacheFilePath) => { 156 if (fs.existsSync(jsCacheFilePath)) { 157 const sourceCode: string = fs.readFileSync(jsCacheFilePath, 'utf-8');
|