Home
last modified time | relevance | path

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

/developtools/ace_js2bundle/ace-loader/
Dmain.product.js99 const aceSuperVisualPath = process.env.aceSuperVisualPath || '';
100 const visualPath = path.join(aceSuperVisualPath, sourcePath + '.visual');
108 entryObj['./' + element] = path.resolve(aceSuperVisualPath, './' + sourcePath +
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts83 aceSuperVisualPath: string; property in ProjectConfig
151 this.aceSuperVisualPath = `${proPath}/${this.entryModuleName}/src/main/supervisual`;
/developtools/ace_ets2bundle/compiler/
Dmain.js87 projectConfig.aceSuperVisualPath = projectConfig.aceSuperVisualPath ||
88 process.env.aceSuperVisualPath;
/developtools/ace_ets2bundle/compiler/src/
Dprocess_visual.ts310 let visualDirPath: string = path.parse(projectConfig.aceSuperVisualPath).dir;
311 let resolvePath = filePath.replace(projectConfig.projectPath, projectConfig.aceSuperVisualPath)
355 if (!projectConfig.aceSuperVisualPath ||
/developtools/ace_js2bundle/ace-loader/src/
Dloader-gen.js186 …let jsFileName = this.resourcePath.replace(process.env.aceSuperVisualPath, process.env.projectPath)