Searched refs:updateSourceMap (Results 1 – 12 of 12) sorted by relevance
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/ |
| D | README_zh.md | 19 | updateSourceMap.json | updateSourceMap | 应用于build模式,读取SourceMap信息…
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/ |
| D | module_mode_mock.ts | 64 sourceMapGenerator.updateSourceMap(filePath, {}); 68 sourceMapGenerator.updateSourceMap(
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | utils.test.ts | 36 updateSourceMap, 375 …sourceMapGenerator.updateSourceMap(dynamicImportpath, await updateSourceMap(undefined, updatedMap)… 407 sourceMapGenerator.updateSourceMap(dynamicImportpath, await updateSourceMap(updatedMap)); 449 …sourceMapGenerator.updateSourceMap(dynamicImportpath, await updateSourceMap(sourceMap, updatedMap)… 484 …sourceMapGenerator.updateSourceMap(dynamicImportpath, await updateSourceMap(undefined, updatedMap)… 516 …sourceMapGenerator.updateSourceMap(dynamicImportpath, await updateSourceMap(undefined, updatedMap)… 548 …sourceMapGenerator.updateSourceMap(dynamicImportpath, await updateSourceMap(undefined, updatedMap)…
|
| D | generate_sourcemap.test.ts | 161 sourceMapGenerator.updateSourceMap(moduleId, sourceMapData); 172 sourceMapGenerator.updateSourceMap(moduleId, sourceMapData); 183 sourceMapGenerator.updateSourceMap(moduleId, sourceMapData); 194 sourceMapGenerator.updateSourceMap(moduleId, sourceMapData);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | transform.ts | 89 sourceMapGenerator.updateSourceMap(key, sourcemap);
|
| D | utils.ts | 249 export async function updateSourceMap(originMap: sourceMap.RawSourceMap, newMap: sourceMap.RawSourc… function
|
| D | generate_sourcemap.ts | 299 public updateSourceMap(moduleId: string, map: Object) { method in SourceMapGenerator
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ |
| D | module_hotreload_mode.test.ts | 74 sourceMapGenerator.updateSourceMap(filePath, sourceMap);
|
| D | module_mode.test.ts | 791 …sourceMapGenerator.updateSourceMap(path.join(this.rollup.share.projectConfig.modulePath, ENTRYABIL… 792 …sourceMapGenerator.updateSourceMap(path.join(this.rollup.share.projectConfig.modulePath, INDEX_ETS… 813 …sourceMapGenerator.updateSourceMap(path.join(this.rollup.share.projectConfig.modulePath, ENTRYABIL… 814 …sourceMapGenerator.updateSourceMap(path.join(this.rollup.share.projectConfig.modulePath, INDEX_ETS… 822 …sourceMapGenerator.updateSourceMap(path.join(this.rollup.share.projectConfig.modulePath, ENTRYABIL… 829 …sourceMapGenerator.updateSourceMap(path.join(this.rollup.share.projectConfig.modulePath, ENTRYABIL… 849 …sourceMapGenerator.updateSourceMap(path.join(this.rollup.share.projectConfig.modulePath, ENTRYABIL… 850 …sourceMapGenerator.updateSourceMap(path.join(this.rollup.share.projectConfig.modulePath, INDEX_ETS… 871 …sourceMapGenerator.updateSourceMap(path.join(this.rollup.share.projectConfig.modulePath, ENTRYABIL… 872 …sourceMapGenerator.updateSourceMap(path.join(this.rollup.share.projectConfig.modulePath, INDEX_ETS… [all …]
|
| D | module_coldreload_mode.test.ts | 110 sourceMapGenerator.updateSourceMap(filePath, sourceMap);
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_module_files.ts | 75 sourceMapGenerator.updateSourceMap(key, mixedInfo.sourceMapJson);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_source_file.ts | 38 updateSourceMap,
|