Searched refs:existingSource (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/fingerprint/src/ |
| H A D | Dedup.ts | 62 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 D | Dedup.js | 56 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 D | AndroidMacrosGenerator.ts | 111 const [source, existingSource] = await Promise.all([ constant 116 if (source !== existingSource) {
|