Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/metro/
H A DwithMetroResolvers.ts74 const mapByPlatform = mapByOrigin?.get(platform); constant
76 if (!mapByPlatform) {
85 if (!mapByPlatform) {
89 for (const [originKey, mapByTarget] of mapByPlatform) {
237 const mapByPlatform = mapByTarget!.get(platform); constant
238 if (!mapByPlatform!.has(context.originModulePath))
239 mapByPlatform!.set(context.originModulePath, new Set());
240 const setForModule = mapByPlatform!.get(context.originModulePath)!;