Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts123 cacheSourceMapPath: string; property in ModuleMode
143 this.cacheSourceMapPath = path.join(this.projectConfig.cachePath, SOURCEMAPS_JSON);
278 if (!fs.existsSync(this.cacheSourceMapPath)) {
283 this.cacheSourceMapObject = JSON.parse(fs.readFileSync(this.cacheSourceMapPath).toString());
319 fs.copyFileSync(this.sourceMapPath, this.cacheSourceMapPath);