Home
last modified time | relevance | path

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

/expo/packages/expo-router/build/fork/
H A DgetPathFromState.js408 const simplifiedPath = path.replace(/\/+/g, '/');
409 if (simplifiedPath.length <= 1) {
410 return simplifiedPath;
413 return simplifiedPath.replace(/\/$/, '');
H A DgetPathFromState.js.map1simplifiedPath = path.replace(/\\/+/g, '/');\n if (simplifiedPath.length <= 1) {\n return simp…
/expo/packages/expo-router/src/fork/
H A DgetPathFromState.ts534 const simplifiedPath = path.replace(/\/+/g, '/'); constant
535 if (simplifiedPath.length <= 1) {
536 return simplifiedPath;
539 return simplifiedPath.replace(/\/$/, '');