Searched refs:aceModuleBuild (Results 1 – 13 of 13) 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 | 120 …process.env.buildPath = env.aceModuleBuild || process.env.aceModuleBuild || path.resolve(process.e…
|
| D | webpack.rich.config.js | 203 process.env.buildPath = env.aceModuleBuild || process.env.aceModuleBuild ||
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
| D | project_config.ts | 86 aceModuleBuild: string; property in ProjectConfig 154 this.aceModuleBuild = `${proPath}/${this.entryModuleName}/${mode}`;
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | utils.ts | 122 …projectConfig.compileShared ? path.resolve(projectConfig.aceModuleBuild, '../etsFortgz'): projectC… 179 const buildDirArr: string[] = projectConfig.aceModuleBuild.split(path.sep); 193 …(projectConfig.cachePath, TEMPORARY, tailName) : path.join(projectConfig.aceModuleBuild, tailName);
|
| /developtools/ace_ets2bundle/compiler/ |
| D | webpack.config.js | 210 if (envArgs.aceModuleBuild) { 211 projectConfig.buildPath = envArgs.aceModuleBuild;
|
| D | main.js | 80 projectConfig.buildPath = projectConfig.buildPath || process.env.aceModuleBuild || 82 …projectConfig.aceModuleBuild = projectConfig.buildPath; // To be compatible with both webpack and …
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 148 this.moduleAbcPath = path.join(this.projectConfig.aceModuleBuild, outPutABC); 149 …this.sourceMapPath = this.arkConfig.isDebug ? path.join(this.projectConfig.aceModuleBuild, SOURCEM… 661 mkdirsSync(this.projectConfig.aceModuleBuild); 663 this.projectConfig.aceModuleBuild}" --output ${MODULES_ABC} --suffix protoBin`;
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
| D | bundle_mode.ts | 90 if (this.projectConfig.aceModuleBuild && isSpecifiedExt(fileName, EXTNAME_JS)) { 92 const outputPath: string = path.resolve(this.projectConfig.aceModuleBuild, tempFilePath);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 211 widgetPath = path.resolve(projectConfig.aceModuleBuild, 'widget');
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | process_ark_config.test.ts | 143 `${this.rollup.share.projectConfig.aceModuleBuild}/${LOADER_AOTMODE}`;
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 661 … path.join(projectConfig.cachePath, tailName) : path.join(projectConfig.aceModuleBuild, tailName);
|
| D | utils.ts | 409 …projectConfig.compileShared ? path.resolve(projectConfig.aceModuleBuild, '../etsFortgz') : project…
|