Searched refs:simplifiedPath (Results 1 – 3 of 3) sorted by relevance
408 const simplifiedPath = path.replace(/\/+/g, '/');409 if (simplifiedPath.length <= 1) {410 return simplifiedPath;413 return simplifiedPath.replace(/\/$/, '');
1 …simplifiedPath = path.replace(/\\/+/g, '/');\n if (simplifiedPath.length <= 1) {\n return simp…
534 const simplifiedPath = path.replace(/\/+/g, '/'); constant535 if (simplifiedPath.length <= 1) {536 return simplifiedPath;539 return simplifiedPath.replace(/\/$/, '');