/opt/canhelp/node_modules/next/dist/esm/server/async-storage
NameSizeModeActions
draft-mode-provider.js24980644editdlrm
draft-mode-provider.js.map48700644editdlrm
request-store.js58070644editdlrm
request-store.js.map130850644editdlrm
with-store.js4130644editdlrm
with-store.js.map7750644editdlrm
work-store.js39920644editdlrm
work-store.js.map89000644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/esm/server/async-storage/with-store.js.map (775B)
{"version":3,"sources":["../../../src/server/async-storage/with-store.ts"],"sourcesContent":["import type { AsyncLocalStorage } from 'async_hooks'\n\n/**\n * Implementations provide a wrapping function that will provide the storage to\n * async calls derived from the provided callback function.\n *\n * @param storage underlying storage object\n * @param context context used to create the storage object\n * @param callback function to call within the scope of the storage\n * @returns the result of the callback\n */\nexport type WithStore = (\n storage: AsyncLocalStorage,\n context: Context,\n callback: (store: Store) => Result\n) => Result\n"],"names":[],"mappings":"AAEA;;;;;;;;CAQC,GACD,WAIW","ignoreList":[0]}