Searched refs:normalizedSources (Results 1 – 2 of 2) sorted by relevance
17 const normalizedSources = sortSources(dedupSources(sources, projectRoot)); constant18 const fingerprint = await createFingerprintFromSourcesAsync(normalizedSources, projectRoot, opts);
15 …const normalizedSources = (0, Sort_1.sortSources)((0, Dedup_1.dedupSources)(sources, projectRoot));16 …const fingerprint = await (0, Hash_1.createFingerprintFromSourcesAsync)(normalizedSources, project…