Searched refs:SLUG (Results 1 – 3 of 3) sorted by relevance
33 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…
4 SLUG,34 describe(`${SLUG}`, () => {37 const matches = [...'/test/[...param1]/[param2]/[param3]'.matchAll(SLUG)];
16 export const SLUG = /\[.+?\]/g; constant204 .replaceAll(SLUG, '${SingleRoutePart<T>}')