Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DSyncSdkBranchChangelogs.ts96 for (const [changeType, entries] of Object.entries(groupData)) { constant
100 changeType,
/expo/tools/src/publish-packages/
H A Dhelpers.ts125 for (const changeType in unpublishedChanges) { constant
126 const changes = unpublishedChanges[changeType]; constant
129 logger.log(' ', magenta(`${Formatter.stripNonAsciiChars(changeType).trim()}:`));
131 for (const change of unpublishedChanges[changeType]) { constant
/expo/tools/src/
H A DChangelogs.ts598 changeType?: ChangeType | string
603 (!changeType || token.text === changeType)