/opt/canhelp/node_modules/next/dist/server/after
NameSizeModeActions
after-context.d.ts7380644editdlrm
after-context.js62690644editdlrm
after-context.js.map88280644editdlrm
after.d.ts3000644editdlrm
after.js9280644editdlrm
after.js.map12620644editdlrm
awaiter.d.ts9810644editdlrm
awaiter.js21860644editdlrm
awaiter.js.map36650644editdlrm
builtin-request-context.d.ts8400644editdlrm
builtin-request-context.js11480644editdlrm
builtin-request-context.js.map21620644editdlrm
index.d.ts250644editdlrm
index.js5680644editdlrm
index.js.map1610644editdlrm
run-with-after.d.ts4450644editdlrm
run-with-after.js12500644editdlrm
run-with-after.js.map20900644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/server/after/after.js (928B)
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "after", { enumerable: true, get: function() { return after; } }); const _workasyncstorageexternal = require("../app-render/work-async-storage.external"); function after(task) { const workStore = _workasyncstorageexternal.workAsyncStorage.getStore(); if (!workStore) { // TODO(after): the linked docs page talks about *dynamic* APIs, which after soon won't be anymore throw Object.defineProperty(new Error('`after` was called outside a request scope. Read more: https://nextjs.org/docs/messages/next-dynamic-api-wrong-context'), "__NEXT_ERROR_CODE", { value: "E468", enumerable: false, configurable: true }); } const { afterContext } = workStore; return afterContext.after(task); } //# sourceMappingURL=after.js.map