Home
last modified time | relevance | path

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

/expo/tools/src/publish-packages/tasks/
H A DloadRequestedParcels.ts13 const parcelsCache = new Map<PackagesGraphNode, Parcel>(); constant
84 const cachedPromise = parcelsCache.get(node);
90 parcelsCache.set(node, newParcel);