Searched refs:sourceMapPath (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_hotreload_mode.ts | 120 const sourceMapPath: string = toUnixPath(path.join(relativeProjectPath, file)); constant 121 validateFilePathLength(sourceMapPath, this.logger); 122 hotReloadSourceMap[sourceMapPath] = newSourceMaps[sourceMapPath];
|
| D | module_mode.ts | 123 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/ |
| D | gen_abc_plugin.ts | 1130 let sourceMapPath: string = toUnixPath(path.join(relativeProjectPath, file)); 1131 validateFilePathLength(sourceMapPath, logger); 1132 hotReloadSourceMap[sourceMapPath] = newSourceMaps[sourceMapPath];
|