Home
last modified time | relevance | path

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

/expo/apps/eas-expo-go/scripts/
H A Deas-build-on-success.sh33 SLUG="release-client"
37 …EAS_BUILD_MESSAGE_PART="EAS Build: <https://expo.dev/accounts/expo-ci/projects/$SLUG/builds/$EAS_B…
56 SLUG="publish-client"
60 …EAS_BUILD_MESSAGE_PART="EAS Build: <https://expo.dev/accounts/expo-ci/projects/$SLUG/builds/$EAS_B…
/expo/packages/@expo/cli/src/start/server/type-generation/__tests__/
H A Droutes.test.ts4 SLUG,
34 describe(`${SLUG}`, () => {
37 const matches = [...'/test/[...param1]/[param2]/[param3]'.matchAll(SLUG)];
/expo/packages/@expo/cli/src/start/server/type-generation/
H A Droutes.ts16 export const SLUG = /\[.+?\]/g; constant
204 .replaceAll(SLUG, '${SingleRoutePart<T>}')