Home
last modified time | relevance | path

Searched refs:existingSource (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/fingerprint/src/
H A DDedup.ts62 for (const [index, existingSource] of newSources.entries()) { constant
63 if (existingSource.type === 'contents') {
66 if (isDescendant(source, existingSource, projectRoot)) {
70 if (isDescendant(existingSource, source, projectRoot)) {
/expo/packages/@expo/fingerprint/build/
H A DDedup.js56 for (const [index, existingSource] of newSources.entries()) {
57 if (existingSource.type === 'contents') {
60 if (isDescendant(source, existingSource, projectRoot)) {
64 if (isDescendant(existingSource, source, projectRoot)) {
/expo/tools/src/dynamic-macros/
H A DAndroidMacrosGenerator.ts111 const [source, existingSource] = await Promise.all([ constant
116 if (source !== existingSource) {