Home
last modified time | relevance | path

Searched refs:aceProfilePath (Results 1 – 5 of 5) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts74 aceProfilePath: string; property in ProjectConfig
143 …this.aceProfilePath = `${proPath}/${this.entryModuleName}/${mode}/res/default/resources/base/profi…
/developtools/ace_ets2bundle/compiler/
Dwebpack.config.js216 if (envArgs.aceProfilePath) {
217 projectConfig.aceProfilePath = envArgs.aceProfilePath;
Dmain.js85 projectConfig.aceProfilePath = projectConfig.aceProfilePath || process.env.aceProfilePath;
/developtools/ace_js2bundle/ace-loader/
Dwebpack.rich.config.js210 process.env.aceProfilePath = env.aceProfilePath || process.env.aceProfilePath;
Dmain.product.js125 …aceModuleJsonPath=${process.env.aceModuleJsonPath} aceProfilePath=${process.env.aceProfilePath} ` +