Searched refs:aceModuleBuild (Results 1 – 16 of 16) sorted by relevance
| /developtools/ace_js2bundle/ace-loader/ |
| D | README.md | 21 Step 2. set aceModuleBuild=path/to/your/jsbundle/build 26 Step 2. export aceModuleBuild=path/to/your/jsbundle/build
|
| D | webpack.lite.config.js | 127 …process.env.buildPath = env.aceModuleBuild || process.env.aceModuleBuild || path.resolve(process.e…
|
| D | webpack.rich.config.js | 212 process.env.buildPath = env.aceModuleBuild || process.env.aceModuleBuild ||
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
| D | project_config.ts | 97 aceModuleBuild: string; property in ProjectConfig 237 this.aceModuleBuild = `${proPath}/${this.entryModuleName}/${mode}`;
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | utils.ts | 148 …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);
|
| D | generate_sourcemap.ts | 170 return isDebug(this.projectConfig) ? path.join(this.projectConfig.aceModuleBuild, SOURCEMAPS) :
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/bundle/ |
| D | bundle_mode.test.ts | 217 const buildDirArr: string[] = bundleMode.projectConfig.aceModuleBuild.split(path.sep); 236 const relativePath: string = toUnixPath(bundleMode.projectConfig.aceModuleBuild.replace(
|
| /developtools/ace_ets2bundle/compiler/ |
| D | webpack.config.js | 210 if (envArgs.aceModuleBuild) { 211 projectConfig.buildPath = envArgs.aceModuleBuild;
|
| D | main.js | 82 projectConfig.buildPath = projectConfig.buildPath || process.env.aceModuleBuild || 84 …projectConfig.aceModuleBuild = projectConfig.buildPath; // To be compatible with both webpack and …
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
| D | bundle_mode.ts | 88 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/ |
| D | module_mode.ts | 162 this.moduleAbcPath = path.join(this.projectConfig.aceModuleBuild, outPutABC); 163 …this.sourceMapPath = this.arkConfig.isDebug ? path.join(this.projectConfig.aceModuleBuild, SOURCEM… 801 mkdirsSync(this.projectConfig.aceModuleBuild); 803 this.projectConfig.aceModuleBuild}" --output ${MODULES_ABC} --suffix protoBin`;
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | ob_config_resolver.test.ts | 288 aceModuleBuild: '/mnt/application/entry/build/default/intermediates/loader_out',
|
| D | process_ark_config.test.ts | 164 `${this.rollup.share.projectConfig.aceModuleBuild}/${LOADER_AOTMODE}`;
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 227 widgetPath = path.resolve(projectConfig.aceModuleBuild, 'widget');
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 803 … path.join(projectConfig.cachePath, tailName) : path.join(projectConfig.aceModuleBuild, tailName);
|
| D | utils.ts | 431 …pileShared || projectConfig.byteCodeHar ? path.resolve(projectConfig.aceModuleBuild, '../etsFortgz…
|