Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DAddChangelog.ts141 const insertedEntries = await changelog.insertEntriesAsync(options.version, type, null, [ constant
149 if (insertedEntries.length > 0) {
155 insertedEntries.forEach((entry) => {
H A DMergeChangelogs.ts184 const insertedEntries: Record<string, ChangelogEntry[]> = {}; constant
197 insertedEntries[type] = entries;
212 for (const [type, entries] of Object.entries(insertedEntries)) {