Searched refs:aceSuperVisualPath (Results 1 – 5 of 5) sorted by relevance
99 const aceSuperVisualPath = process.env.aceSuperVisualPath || '';100 const visualPath = path.join(aceSuperVisualPath, sourcePath + '.visual');108 entryObj['./' + element] = path.resolve(aceSuperVisualPath, './' + sourcePath +
83 aceSuperVisualPath: string; property in ProjectConfig151 this.aceSuperVisualPath = `${proPath}/${this.entryModuleName}/src/main/supervisual`;
87 projectConfig.aceSuperVisualPath = projectConfig.aceSuperVisualPath ||88 process.env.aceSuperVisualPath;
310 let visualDirPath: string = path.parse(projectConfig.aceSuperVisualPath).dir;311 let resolvePath = filePath.replace(projectConfig.projectPath, projectConfig.aceSuperVisualPath)355 if (!projectConfig.aceSuperVisualPath ||
186 …let jsFileName = this.resourcePath.replace(process.env.aceSuperVisualPath, process.env.projectPath)