Searched refs:changeType (Results 1 – 3 of 3) sorted by relevance
96 for (const [changeType, entries] of Object.entries(groupData)) { constant100 changeType,
125 for (const changeType in unpublishedChanges) { constant126 const changes = unpublishedChanges[changeType]; constant129 logger.log(' ', magenta(`${Formatter.stripNonAsciiChars(changeType).trim()}:`));131 for (const change of unpublishedChanges[changeType]) { constant
598 changeType?: ChangeType | string603 (!changeType || token.text === changeType)