Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/type-generation/__tests__/
H A Droutes.test.ts3 CATCH_ALL,
23 describe(`${CATCH_ALL}`, () => {
26 const matches = [...'/test/[...param1]/[param2]/[param3]'.matchAll(CATCH_ALL)];
/expo/packages/@expo/cli/src/start/server/type-generation/
H A Droutes.ts14 export const CATCH_ALL = /\[\.\.\..+?\]/g; constant
203 .replaceAll(CATCH_ALL, '${CatchAllRoutePart<T>}')