Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/metro/
H A DwithMetroResolvers.ts89 for (const [originKey, mapByTarget] of mapByPlatform) { constant
92 const found = [...mapByTarget.values()].find((resolution) => resolution.path === origin);
235 const mapByTarget = depGraph.get(key); constant
236 if (!mapByTarget!.has(platform)) mapByTarget!.set(platform, new Map());
237 const mapByPlatform = mapByTarget!.get(platform);