Searched refs:leafNodes (Results 1 – 3 of 3) sorted by relevance
285 const leafNodes = configs constant297 leafNodes.find(302 leafNodes.find(309 leafNodes.find((config) => config.path.startsWith('*') && config.regex!.test('/'));
225 const leafNodes = configs235 const match = leafNodes.find((config) => 238 leafNodes.find((config) => 243 leafNodes.find((config) => config.path.startsWith('*') && config.regex.test('/'));
1 …leafNodes = configs\n .filter((config) => !config.hasChildren)\n .map((value) => {\n re…