Home
last modified time | relevance | path

Searched refs:createFingerprintAsync (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/fingerprint/build/
H A DFingerprint.js3 …FingerprintChangesAsync = exports.createProjectHashAsync = exports.createFingerprintAsync = void 0;
12 async function createFingerprintAsync(projectRoot, options) { function
19 exports.createFingerprintAsync = createFingerprintAsync;
24 const fingerprint = await createFingerprintAsync(projectRoot, options);
32 const newFingerprint = await createFingerprintAsync(projectRoot, options);
H A DFingerprint.d.ts5 export declare function createFingerprintAsync(projectRoot: string, options?: Options): Promise<Fin… function
/expo/packages/@expo/fingerprint/src/__tests__/
H A DFingerprint-test.ts3 import { createFingerprintAsync, diffFingerprintChangesAsync } from '../Fingerprint';
18 const fingerprint = await createFingerprintAsync('/app', await normalizeOptionsAsync('/app'));
58 const fingerprint = await createFingerprintAsync('/app', await normalizeOptionsAsync('/app'));
97 const fingerprint = await createFingerprintAsync('/app', await normalizeOptionsAsync('/app'));
123 const fingerprint = await createFingerprintAsync('/app', await normalizeOptionsAsync('/app'));
/expo/packages/@expo/fingerprint/src/
H A DFingerprint.ts11 export async function createFingerprintAsync( function
29 const fingerprint = await createFingerprintAsync(projectRoot, options);
41 const newFingerprint = await createFingerprintAsync(projectRoot, options);
/expo/packages/@expo/fingerprint/bin/
H A Dcli.js20 const fingerprint = await Fingerprint.createFingerprintAsync(projectRoot);
/expo/packages/@expo/fingerprint/e2e/__tests__/
H A Dmanaged-test.ts7 createFingerprintAsync,
103 const fingerprint = await createFingerprintAsync(projectRoot);
/expo/packages/@expo/fingerprint/
H A DREADME.md10 await Fingerprint.createFingerprintAsync('/projectRoot');
13 ### `async function createFingerprintAsync(projectRoot: string, options?: Options): Promise<Fingerp…
20 const fingerprint = await createFingerprintAsync('/app');