/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/esm/shared/lib/turbopack
NameSizeModeActions
compilation-events.js14040666editdlrm
compilation-events.js.map21430666editdlrm
entry-key.js4620666editdlrm
entry-key.js.map12910666editdlrm
internal-error.js17110666editdlrm
internal-error.js.map27430666editdlrm
manifest-loader.js230330666editdlrm
manifest-loader.js.map438840666editdlrm
utils.js101410666editdlrm
utils.js.map173790666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/next/dist/esm/shared/lib/turbopack/entry-key.js (462B)
/** * `app` -> app dir * `pages` -> pages dir * `root` -> middleware / instrumentation * `assets` -> assets */ /** * Get a key that's unique across all entrypoints. */ export function getEntryKey(type, side, page) { return JSON.stringify({ type, side, page }); } /** * Split an `EntryKey` up into its components. */ export function splitEntryKey(key) { return JSON.parse(key); } //# sourceMappingURL=entry-key.js.map