Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_visual.ts275 const etsDirPath: string = path.parse(projectConfig.projectPath).dir; constant
277 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');