Searched refs:etsDirPath (Results 1 – 1 of 1) sorted by relevance
275 const etsDirPath: string = path.parse(projectConfig.projectPath).dir; constant277 visualDirPath.replace(etsDirPath, ''));278 if (!visualDirPath.includes(etsDirPath)) {309 let etsDirPath: string = path.parse(projectConfig.projectPath).dir;312 .replace(etsDirPath, visualDirPath).replace(/\.ets$/, '.visual');333 etsDirPath = path.join(projectRootPath, moduleName, MODULE_ETS_PATH);335 resolvePath = filePath.replace(etsDirPath, visualDirPath).replace(/\.ets$/, '.visual');