Home
last modified time | relevance | path

Searched refs:newFingerprint (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/fingerprint/src/
H A DFingerprint.ts41 const newFingerprint = await createFingerprintAsync(projectRoot, options); constant
42 if (fingerprint.hash === newFingerprint.hash) {
45 return diffFingerprints(fingerprint, newFingerprint);
/expo/packages/@expo/fingerprint/build/
H A DFingerprint.js32 const newFingerprint = await createFingerprintAsync(projectRoot, options);
33 if (fingerprint.hash === newFingerprint.hash) {
36 return diffFingerprints(fingerprint, newFingerprint);