Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/
DREADME_zh.md19 | updateSourceMap.json | updateSourceMap | 应用于build模式,读取SourceMap信息…
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/
Dmodule_mode_mock.ts64 sourceMapGenerator.updateSourceMap(filePath, {});
68 sourceMapGenerator.updateSourceMap(
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts36 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)…
Dgenerate_sourcemap.test.ts161 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/
Dtransform.ts89 sourceMapGenerator.updateSourceMap(key, sourcemap);
Dutils.ts249 export async function updateSourceMap(originMap: sourceMap.RawSourceMap, newMap: sourceMap.RawSourc… function
Dgenerate_sourcemap.ts299 public updateSourceMap(moduleId: string, map: Object) { method in SourceMapGenerator
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_hotreload_mode.test.ts74 sourceMapGenerator.updateSourceMap(filePath, sourceMap);
Dmodule_mode.test.ts791 …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 …]
Dmodule_coldreload_mode.test.ts110 sourceMapGenerator.updateSourceMap(filePath, sourceMap);
/developtools/ace_ets2bundle/compiler/src/
Dprocess_module_files.ts75 sourceMapGenerator.updateSourceMap(key, mixedInfo.sourceMapJson);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts38 updateSourceMap,