Home
last modified time | relevance | path

Searched refs:aceModuleJsonPath (Results 1 – 20 of 20) sorted by relevance

/developtools/ace_ets2bundle/compiler/
Dmain.js125 …projectConfig.aceModuleJsonPath = projectConfig.aceModuleJsonPath || process.env.aceModuleJsonPath;
156 if (process.env.aceModuleJsonPath) {
176 } else if (projectConfig.aceModuleJsonPath && fs.existsSync(projectConfig.aceModuleJsonPath)) {
178 buildManifest(manifest, projectConfig.aceModuleJsonPath);
Dwebpack.config.js132 if (!projectConfig.aceModuleJsonPath) {
219 if (envArgs.aceModuleJsonPath) {
220 projectConfig.aceModuleJsonPath = envArgs.aceModuleJsonPath;
Drollup.config.js83 projectConfig.aceModuleJsonPath ?
/developtools/ace_js2bundle/ace-loader/
Dmain.product.js116 if (process.env.aceModuleJsonPath && fs.existsSync(process.env.aceModuleJsonPath)) {
117 const moduleJsonConfig = JSON.parse(fs.readFileSync(process.env.aceModuleJsonPath).toString());
125 …`aceModuleJsonPath=${process.env.aceModuleJsonPath} aceProfilePath=${process.env.aceProfilePath} `…
Dwebpack.rich.config.js201 if (process.env.aceModuleJsonPath || env.aceModuleJsonPath) {
218 process.env.aceModuleJsonPath = env.aceModuleJsonPath || process.env.aceModuleJsonPath;
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/utils/
DprocessProjectConfig.ts22 projectConfig.aceModuleJsonPath = path.resolve(__dirname, '../../../test/ark_compiler_ut/config/mod…
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts91 aceModuleJsonPath: string; property in ProjectConfig
231 this.aceModuleJsonPath = `${proPath}/${this.entryModuleName}/${mode}/module.json`;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts154 if (projectConfig.aceModuleJsonPath && fs.existsSync(projectConfig.aceModuleJsonPath)) {
155 const moduleJsonInfo = JSON.parse(fs.readFileSync(projectConfig.aceModuleJsonPath).toString());
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/
Dark_utils.test.ts125 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath);
132 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath);
139 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath);
146 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath);
/developtools/ace_ets2bundle/compiler/test/transform_ut/helpers/
DprojectConfig.ts171 aceModuleJsonPath: string;
293 … this.aceModuleJsonPath = `${projectPath}/${this.entryModuleName}/${mode}/${RES_PATH}/module.json`;
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dob_config_resolver.test.ts293 let aceModuleJsonPath = ''; variable
299 aceModuleJsonPath = path.join(OBFUSCATE_TESTDATA_DIR, 'filename_obf/module.json');
302 aceModuleJsonPath: aceModuleJsonPath,
Dprocess_ark_config.test.ts152 JSON.parse(fs.readFileSync(this.rollup.share.projectConfig.aceModuleJsonPath).toString());
187 JSON.parse(fs.readFileSync(this.rollup.share.projectConfig.aceModuleJsonPath).toString());
203 JSON.parse(fs.readFileSync(this.rollup.share.projectConfig.aceModuleJsonPath).toString());
219 JSON.parse(fs.readFileSync(this.rollup.share.projectConfig.aceModuleJsonPath).toString());
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts158 const packageInfo: string[] = getPackageInfo(projectConfig.aceModuleJsonPath);
252 const packageInfo: string[] = getPackageInfo(projectConfig.aceModuleJsonPath);
545 if (result && projectConfig.aceModuleJsonPath) {
549 const packageInfo: string[] = getPackageInfo(projectConfig.aceModuleJsonPath);
Dgen_abc_plugin.ts409 const moduleName: string = getPackageInfo(projectConfig.aceModuleJsonPath)[1];
429 const moduleName: string = getPackageInfo(projectConfig.aceModuleJsonPath)[1];
448 const moduleName: string = getPackageInfo(projectConfig.aceModuleJsonPath)[1];
460 const moduleName: string = getPackageInfo(projectConfig.aceModuleJsonPath)[1];
Dprocess_visual.ts265 if (!projectConfig.aceModuleJsonPath) {
Dets_checker.ts155 if (!projectConfig.aceModuleJsonPath) {
1739 if (config.aceModuleJsonPath && fs.existsSync(config.aceModuleJsonPath)) {
Dprocess_import.ts655 if (!projectConfig.aceModuleJsonPath) {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts245 … path.resolve(rollupObject.share.projectConfig.aceModuleJsonPath, `../${TRANSFORMED_MOCK_CONFIG}`);
Dmodule_mode.ts512 … metaInfo.isLocalDependency ? moduleName : getPackageInfo(this.projectConfig.aceModuleJsonPath)[1];
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_source_file.test.ts1005 …let EXPECT_MOCK_CONFIG_FILE = path.resolve(this.rollup.share.projectConfig.aceModuleJsonPath, `../…