Home
last modified time | relevance | path

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

/expo/tools/src/publish-packages/tasks/
H A DcutOffChangelogs.ts39 await changelog.saveAsync();
/expo/tools/src/android-update-native-dependencies/
H A DupdateChangelogFiles.ts34 await changelog.saveAsync();
/expo/tools/src/commands/
H A DSyncSdkBranchChangelogs.ts110 await targetChangelog.saveAsync();
H A DAddChangelog.ts150 await changelog.saveAsync();
H A DMergeChangelogs.ts93 await mainChangelog.saveAsync();
/expo/tools/src/
H A DChangelogs.ts244 async saveAsync(): Promise<void> { method in Changelog
539 async saveAsync(): Promise<void> { method in MemChangelog