Home
last modified time | relevance | path

Searched refs:createProjectHashAsync (Results 1 – 9 of 9) sorted by relevance

/expo/packages/@expo/fingerprint/e2e/__tests__/
H A Dmanaged-test.ts8 createProjectHashAsync,
40 const hash = await createProjectHashAsync(projectRoot);
45 const hash2 = await createProjectHashAsync(projectRoot);
50 const hash = await createProjectHashAsync(projectRoot);
56 const hash2 = await createProjectHashAsync(projectRoot);
61 const hash = await createProjectHashAsync(projectRoot);
66 const hash2 = await createProjectHashAsync(projectRoot);
71 const hash = await createProjectHashAsync(projectRoot);
78 const hash2 = await createProjectHashAsync(projectRoot);
83 const hash = await createProjectHashAsync(projectRoot);
[all …]
H A Dbare-test.ts7 import { createProjectHashAsync } from '../../src/Fingerprint';
35 const hash = await createProjectHashAsync(projectRoot);
40 const hash2 = await createProjectHashAsync(projectRoot);
45 const hash = await createProjectHashAsync(projectRoot);
50 const hash2 = await createProjectHashAsync(projectRoot);
55 const hash = await createProjectHashAsync(projectRoot);
60 const hash2 = await createProjectHashAsync(projectRoot);
65 const hash = await createProjectHashAsync(projectRoot, { platforms: ['android'] });
70 const hash2 = await createProjectHashAsync(projectRoot, { platforms: ['android'] });
/expo/packages/@expo/fingerprint/build/
H A DFingerprint.js3 exports.diffFingerprints = exports.diffFingerprintChangesAsync = exports.createProjectHashAsync = e…
23 async function createProjectHashAsync(projectRoot, options) { function
27 exports.createProjectHashAsync = createProjectHashAsync;
H A DFingerprint.d.ts9 export declare function createProjectHashAsync(projectRoot: string, options?: Options): Promise<str…
/expo/packages/@expo/fingerprint/src/
H A DFingerprint.ts25 export async function createProjectHashAsync( function
/expo/packages/@expo/config-plugins/src/utils/
H A DUpdates.ts100 return await Fingerprint.createProjectHashAsync(projectRoot);
/expo/packages/@expo/fingerprint/
H A DREADME.md50 ### `async function createProjectHashAsync(projectRoot: string, options?: Options): Promise<string>`
57 const hash = await createProjectHashAsync('/app');
/expo/packages/@expo/config-plugins/build/utils/
H A DUpdates.js144 return await Fingerprint().createProjectHashAsync(projectRoot);
H A DUpdates.js.map1createProjectHashAsync","stringify","getSDKVersion","getUpdatesEnabled","_config$updates2","enable…