Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/type-generation/
H A Droutes.ts284 const groupsMatch = match[0]; constant
286 for (const group of groupsMatch.matchAll(CAPTURE_GROUP_REGEX)) {
287 extrapolateGroupRoutes(route.replace(groupsMatch, `(${group[1].trim()})`), routes);