Home
last modified time | relevance | path

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

/expo/packages/@expo/fingerprint/src/
H A DFingerprint.ts17 const normalizedSources = sortSources(dedupSources(sources, projectRoot)); constant
18 const fingerprint = await createFingerprintFromSourcesAsync(normalizedSources, projectRoot, opts);
/expo/packages/@expo/fingerprint/build/
H A DFingerprint.js15 …const normalizedSources = (0, Sort_1.sortSources)((0, Dedup_1.dedupSources)(sources, projectRoot));
16 …const fingerprint = await (0, Hash_1.createFingerprintFromSourcesAsync)(normalizedSources, project…