Searched refs:getFileBasedHashSourceAsync (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/fingerprint/build/sourcer/ |
| H A D | Utils.js | 6 exports.stringifyJsonSorted = exports.getFileBasedHashSourceAsync = void 0; 9 async function getFileBasedHashSourceAsync(projectRoot, filePath, reason) { function 24 exports.getFileBasedHashSourceAsync = getFileBasedHashSourceAsync;
|
| H A D | Utils.d.ts | 2 export declare function getFileBasedHashSourceAsync(projectRoot: string, filePath: string, reason: … function
|
| H A D | Bare.js | 16 …const result = await (0, Utils_1.getFileBasedHashSourceAsync)(projectRoot, 'android', 'bareNativeD… 27 …const result = await (0, Utils_1.getFileBasedHashSourceAsync)(projectRoot, 'ios', 'bareNativeDir'); 60 …const result = await (0, Utils_1.getFileBasedHashSourceAsync)(projectRoot, '.gitignore', 'bareGitI…
|
| H A D | PatchPackage.js | 11 …const result = await (0, Utils_1.getFileBasedHashSourceAsync)(projectRoot, 'patches', 'patchPackag…
|
| H A D | Expo.js | 68 …const result = await (0, Utils_1.getFileBasedHashSourceAsync)(projectRoot, file, 'expoConfigExtern… 104 … const result = await (0, Utils_1.getFileBasedHashSourceAsync)(projectRoot, file, 'easBuild');
|
| /expo/packages/@expo/fingerprint/src/sourcer/ |
| H A D | PatchPackage.ts | 3 import { getFileBasedHashSourceAsync } from './Utils'; 12 const result = await getFileBasedHashSourceAsync(projectRoot, 'patches', 'patchPackage');
|
| H A D | Bare.ts | 7 import { getFileBasedHashSourceAsync } from './Utils'; 17 const result = await getFileBasedHashSourceAsync(projectRoot, 'android', 'bareNativeDir'); 31 const result = await getFileBasedHashSourceAsync(projectRoot, 'ios', 'bareNativeDir'); 66 const result = await getFileBasedHashSourceAsync(projectRoot, '.gitignore', 'bareGitIgnore');
|
| H A D | Expo.ts | 10 import { getFileBasedHashSourceAsync, stringifyJsonSorted } from './Utils'; 79 const result = await getFileBasedHashSourceAsync( 127 const result = await getFileBasedHashSourceAsync(projectRoot, file, 'easBuild');
|
| H A D | Utils.ts | 6 export async function getFileBasedHashSourceAsync( function
|