Home
last modified time | relevance | path

Searched refs:aceModuleBuild (Results 1 – 16 of 16) sorted by relevance

/developtools/ace_js2bundle/ace-loader/
DREADME.md21 Step 2. set aceModuleBuild=path/to/your/jsbundle/build
26 Step 2. export aceModuleBuild=path/to/your/jsbundle/build
Dwebpack.lite.config.js127 …process.env.buildPath = env.aceModuleBuild || process.env.aceModuleBuild || path.resolve(process.e…
Dwebpack.rich.config.js212 process.env.buildPath = env.aceModuleBuild || process.env.aceModuleBuild ||
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts97 aceModuleBuild: string; property in ProjectConfig
237 this.aceModuleBuild = `${proPath}/${this.entryModuleName}/${mode}`;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts148 …projectConfig.compileShared ? path.resolve(projectConfig.aceModuleBuild, '../etsFortgz') : project…
216 const buildDirArr: string[] = projectConfig.aceModuleBuild.split(path.sep);
230 …(projectConfig.cachePath, TEMPORARY, tailName) : path.join(projectConfig.aceModuleBuild, tailName);
Dgenerate_sourcemap.ts170 return isDebug(this.projectConfig) ? path.join(this.projectConfig.aceModuleBuild, SOURCEMAPS) :
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/bundle/
Dbundle_mode.test.ts217 const buildDirArr: string[] = bundleMode.projectConfig.aceModuleBuild.split(path.sep);
236 const relativePath: string = toUnixPath(bundleMode.projectConfig.aceModuleBuild.replace(
/developtools/ace_ets2bundle/compiler/
Dwebpack.config.js210 if (envArgs.aceModuleBuild) {
211 projectConfig.buildPath = envArgs.aceModuleBuild;
Dmain.js117 projectConfig.buildPath = projectConfig.buildPath || process.env.aceModuleBuild ||
119 …projectConfig.aceModuleBuild = projectConfig.buildPath; // To be compatible with both webpack and …
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts88 if (this.projectConfig.aceModuleBuild && isSpecifiedExt(fileName, EXTNAME_JS)) {
90 const outputPath: string = path.resolve(this.projectConfig.aceModuleBuild, tempFilePath);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts162 this.moduleAbcPath = path.join(this.projectConfig.aceModuleBuild, outPutABC);
163 …this.sourceMapPath = this.arkConfig.isDebug ? path.join(this.projectConfig.aceModuleBuild, SOURCEM…
806 mkdirsSync(this.projectConfig.aceModuleBuild);
808 this.projectConfig.aceModuleBuild}" --output ${MODULES_ABC} --suffix protoBin`;
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Drollup-plugin-system-api.ts106 widgetPath = path.resolve(projectConfig.aceModuleBuild, 'widget');
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dob_config_resolver.test.ts288 aceModuleBuild: '/mnt/application/entry/build/default/intermediates/loader_out',
Dprocess_ark_config.test.ts164 `${this.rollup.share.projectConfig.aceModuleBuild}/${LOADER_AOTMODE}`;
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts839 … path.join(projectConfig.cachePath, tailName) : path.join(projectConfig.aceModuleBuild, tailName);
Dutils.ts411 …pileShared || projectConfig.byteCodeHar ? path.resolve(projectConfig.aceModuleBuild, '../etsFortgz…