Home
last modified time | relevance | path

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

/expo/tools/src/publish-packages/tasks/
H A DcommentOnIssuesTask.ts83 const commentRows: Record<number, CommentRowObject[]> = {}; constant
109 if (!commentRows[issue]) {
110 commentRows[issue] = [];
116 const existingRowForPackage = commentRows[issue].find((entry) => entry.pkg === pkg);
121 commentRows[issue].push({
131 return Object.entries(commentRows).map(([issue, entries]) => {