Searched refs:getCachedParcel (Results 1 – 2 of 2) sorted by relevance
17 import { getCachedParcel } from '../publish-packages/tasks/loadRequestedParcels';176 const parcel = await getCachedParcel(node);
83 export async function getCachedParcel(node: PackagesGraphNode): Promise<Parcel> { function106 const parcels = await Promise.all(nodes.map((node) => getCachedParcel(node)));