Home
last modified time | relevance | path

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

/expo/packages/expo-router/src/fork/
H A DgetStateFromPath.ts285 const leafNodes = configs constant
297 leafNodes.find(
302 leafNodes.find(
309 leafNodes.find((config) => config.path.startsWith('*') && config.regex!.test('/'));
/expo/packages/expo-router/build/fork/
H A DgetStateFromPath.js225 const leafNodes = configs
235 const match = leafNodes.find((config) =>
238 leafNodes.find((config) =>
243 leafNodes.find((config) => config.path.startsWith('*') && config.regex.test('/'));
H A DgetStateFromPath.js.map1leafNodes = configs\n .filter((config) => !config.hasChildren)\n .map((value) => {\n re…