Home
last modified time | relevance | path

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

/expo/packages/expo-modules-autolinking/e2e/__tests__/
H A Dmonorepo-test.ts30 await GitDirectory.shallowCloneAsync(temp, monorepoConfig.source, monorepoConfig.ref);
/expo/tools/src/versioning/ios/
H A DversionHermes.ts168 return GitDirectory.shallowCloneAsync(downloadDir, 'https://github.com/facebook/hermes.git', ref);
/expo/tools/src/commands/
H A DUpdateVendoredModule.ts183 await GitDirectory.shallowCloneAsync(
/expo/tools/src/
H A DGit.ts445 static async shallowCloneAsync( method in GitDirectory