Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_hotreload_mode.ts120 const sourceMapPath: string = toUnixPath(path.join(relativeProjectPath, file)); constant
121 validateFilePathLength(sourceMapPath, this.logger);
122 hotReloadSourceMap[sourceMapPath] = newSourceMaps[sourceMapPath];
Dmodule_mode.ts123 sourceMapPath: string; property in ModuleMode
142 …this.sourceMapPath = this.arkConfig.isDebug ? path.join(this.projectConfig.aceModuleBuild, SOURCEM…
317 …fs.writeFile(this.sourceMapPath, JSON.stringify(this.cacheSourceMapObject, null, 2), 'utf-8', (err…
321 fs.copyFileSync(this.sourceMapPath, this.cacheSourceMapPath);
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts1130 let sourceMapPath: string = toUnixPath(path.join(relativeProjectPath, file));
1131 validateFilePathLength(sourceMapPath, logger);
1132 hotReloadSourceMap[sourceMapPath] = newSourceMaps[sourceMapPath];