{"version":3,"file":"constants.cjs","names":[],"sources":["../../src/EntryAdapter/constants.ts"],"sourcesContent":["import type { EntryAdapterProps, GenericEntry } from './types';\n\n/**\n * Server-only preload cache for async `ssrEntry` loaders.\n *\n * The key is the loader function passed to {@link EntryAdapterProps.ssrEntry}.\n * The value is the resolved server entry used by later SSR passes after\n * `resolveAsyncTasks` has executed the registered loader task.\n */\nexport const preloadedSSREntries = new WeakMap<NonNullable<EntryAdapterProps['ssrEntry']>, GenericEntry>();\n"],"mappings":";;;;;;;;;AASA,MAAa,sCAAsB,IAAI,QAAkE"}