Home
last modified time | relevance | path

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

/expo/tools/src/check-packages/
H A DgetPackagesToCheckAsync.ts40 const sinceRef = options.since ?? 'main'; constant
41 const mergeBase = await safeGetMergeBaseAsync(sinceRef);
45 `�� Couldn't find merge base with ${yellow(sinceRef)}, falling back to all packages\n`