/opt/canhelp/node_modules/next/dist/esm/client/components/segment-cache-impl
NameSizeModeActions
cache-key.js3430644editdlrm
cache-key.js.map13910644editdlrm
cache.js733650644editdlrm
cache.js.map1184710644editdlrm
lru.js38300644editdlrm
lru.js.map61520644editdlrm
navigation.js175100644editdlrm
navigation.js.map287280644editdlrm
prefetch.js19370644editdlrm
prefetch.js.map28990644editdlrm
scheduler.js460020644editdlrm
scheduler.js.map733170644editdlrm
tuple-map.js54360644editdlrm
tuple-map.js.map85060644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/esm/client/components/segment-cache-impl/cache-key.js (343B)
// TypeScript trick to simulate opaque types, like in Flow. export function createCacheKey(originalHref, nextUrl) { const originalUrl = new URL(originalHref); const cacheKey = { href: originalHref, search: originalUrl.search, nextUrl: nextUrl }; return cacheKey; } //# sourceMappingURL=cache-key.js.map