Home
last modified time | relevance | path

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

/expo/tools/src/android-update-native-dependencies/
H A DupdateChangelogFiles.ts18 const changelog = Changelogs.loadFrom(report.changelogPath!);
/expo/tools/src/promote-packages/
H A Dhelpers.ts18 changelog: Changelogs.loadFrom(pkg.changelogPath),
/expo/tools/src/publish-packages/tasks/
H A DloadRequestedParcels.ts135 const changelog = Changelogs.loadFrom(pkg.changelogPath);
/expo/tools/src/commands/
H A DAddChangelog.ts138 const changelog = Changelogs.loadFrom(packagePath);
/expo/tools/src/
H A DChangelogs.ts558 export function loadFrom(path: string): Changelog { function