Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_visual.ts274 const visualDirPath: string = path.parse(resourcePath).dir; constant
277 visualDirPath.replace(etsDirPath, ''));
278 if (!visualDirPath.includes(etsDirPath)) {
281 visualDirPath.replace(projectRootPath, ''));
310 let visualDirPath: string = path.parse(projectConfig.aceSuperVisualPath).dir;
312 .replace(etsDirPath, visualDirPath).replace(/\.ets$/, '.visual');
334 visualDirPath = path.join(projectRootPath, moduleName, MODULE_VISUAL_PATH);
335 resolvePath = filePath.replace(etsDirPath, visualDirPath).replace(/\.ets$/, '.visual');