Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/
Dmain.js123 …projectConfig.aceModuleJsonPath = projectConfig.aceModuleJsonPath || process.env.aceModuleJsonPath;
144 if (process.env.aceModuleJsonPath) {
164 } else if (projectConfig.aceModuleJsonPath && fs.existsSync(projectConfig.aceModuleJsonPath)) {
166 buildManifest(manifest, projectConfig.aceModuleJsonPath);
Dwebpack.config.js132 if (!projectConfig.aceModuleJsonPath) {
219 if (envArgs.aceModuleJsonPath) {
220 projectConfig.aceModuleJsonPath = envArgs.aceModuleJsonPath;
Drollup.config.js82 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.ts146 if (projectConfig.aceModuleJsonPath && fs.existsSync(projectConfig.aceModuleJsonPath)) {
147 const moduleJsonInfo = JSON.parse(fs.readFileSync(projectConfig.aceModuleJsonPath).toString());
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/
Dark_utils.test.ts112 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath);
119 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath);
126 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath);
133 const returnInfo = getPackageInfo(this.rollup.share.projectConfig.aceModuleJsonPath);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dob_config_resolver.test.ts276 let aceModuleJsonPath = ''; variable
282 aceModuleJsonPath = path.join(OBFUSCATE_TESTDATA_DIR, 'filename_obf/module.json');
285 aceModuleJsonPath: aceModuleJsonPath,
Dprocess_ark_config.test.ts151 JSON.parse(fs.readFileSync(this.rollup.share.projectConfig.aceModuleJsonPath).toString());
186 JSON.parse(fs.readFileSync(this.rollup.share.projectConfig.aceModuleJsonPath).toString());
202 JSON.parse(fs.readFileSync(this.rollup.share.projectConfig.aceModuleJsonPath).toString());
218 JSON.parse(fs.readFileSync(this.rollup.share.projectConfig.aceModuleJsonPath).toString());
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts127 const packageInfo: string[] = getPackageInfo(projectConfig.aceModuleJsonPath);
215 const packageInfo: string[] = getPackageInfo(projectConfig.aceModuleJsonPath);
487 if (result && projectConfig.aceModuleJsonPath) {
491 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.ts141 if (!projectConfig.aceModuleJsonPath) {
1579 if (config.aceModuleJsonPath && fs.existsSync(config.aceModuleJsonPath)) {
Dprocess_import.ts653 if (!projectConfig.aceModuleJsonPath) {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts233 … path.resolve(rollupObject.share.projectConfig.aceModuleJsonPath, `../${TRANSFORMED_MOCK_CONFIG}`);
Dmodule_mode.ts476 … metaInfo.isLocalDependency ? moduleName : getPackageInfo(this.projectConfig.aceModuleJsonPath)[1];
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_source_file.test.ts910 …let EXPECT_MOCK_CONFIG_FILE = path.resolve(this.rollup.share.projectConfig.aceModuleJsonPath, `../…