Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_hotreload_mode.test.ts61 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
91 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
Dmodule_mode.test.ts620 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
641 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
658 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
676 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
688 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
700 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
712 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
794 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
805 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_hotreload_mode.ts45 if (this.projectConfig.oldMapFilePath) {
46 this.symbolMapFilePath = path.join(this.projectConfig.oldMapFilePath, SYMBOLMAP);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts39 oldMapFilePath?: object, property
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts92 arkProjectConfig.oldMapFilePath = buildJsonInfo.patchConfig.oldMapFilePath;
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dprocess_ark_config.test.ts148 expect(arkConfig.oldMapFilePath === buildJsonInfo.patchConfig.oldMapFilePath).to.be.true;