Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_hotreload_mode.ts110 if (!fs.existsSync(this.projectConfig.patchAbcPath)) {
111 mkdirsSync(this.projectConfig.patchAbcPath);
115 const outputABCPath: string = path.join(this.projectConfig.patchAbcPath, MODULES_ABC);
132 const sourceMapFilePath: string = path.join(this.projectConfig.patchAbcPath, SOURCEMAPS);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts51 patchAbcPath: object, property
87 patchAbcPath: string; property in ProjectConfig
158 this.patchAbcPath = `${proPath}/${this.entryModuleName}/${mode}/hotReload`;
Drollup_plugin_mock.ts122 patchAbcPath: undefined,
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_hotreload_mode.test.ts76 …const sourceMapFilePath: string = path.join(this.rollup.share.projectConfig.patchAbcPath, SOURCEMA…
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts136 arkProjectConfig.patchAbcPath = mainProjectConfig.patchAbcPath;
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts1136 if (!fs.existsSync(projectConfig.patchAbcPath)) {
1137 mkdirsSync(projectConfig.patchAbcPath);
1140 const outputABCPath: string = path.join(projectConfig.patchAbcPath, MODULES_ABC);
1145 let sourceMapFilePath: string = path.join(projectConfig.patchAbcPath, SOURCEMAPS);