/opt/canhelp/node_modules/next/dist/server/route-matches
NameSizeModeActions
app-page-route-match.d.ts2250644editdlrm
app-page-route-match.js1300644editdlrm
app-page-route-match.js.map670644editdlrm
app-route-route-match.d.ts2290644editdlrm
app-route-route-match.js1310644editdlrm
app-route-route-match.js.map670644editdlrm
locale-route-match.d.ts2710644editdlrm
locale-route-match.js1280644editdlrm
locale-route-match.js.map670644editdlrm
pages-api-route-match.d.ts4970644editdlrm
pages-api-route-match.js4340644editdlrm
pages-api-route-match.js.map9520644editdlrm
pages-route-match.d.ts2350644editdlrm
pages-route-match.js1270644editdlrm
pages-route-match.js.map670644editdlrm
route-match.d.ts6400644editdlrm
route-match.js1210644editdlrm
route-match.js.map670644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/server/route-matches/pages-api-route-match.js.map (952B)
{"version":3,"sources":["../../../src/server/route-matches/pages-api-route-match.ts"],"sourcesContent":["import type { RouteMatch } from './route-match'\nimport type { PagesAPIRouteDefinition } from '../route-definitions/pages-api-route-definition'\n\nimport { RouteKind } from '../route-kind'\n\nexport interface PagesAPIRouteMatch\n extends RouteMatch {}\n\n/**\n * Checks if the given match is a Pages API route match.\n * @param match the match to check\n * @returns true if the match is a Pages API route match, false otherwise\n */\nexport function isPagesAPIRouteMatch(\n match: RouteMatch\n): match is PagesAPIRouteMatch {\n return match.definition.kind === RouteKind.PAGES_API\n}\n"],"names":["isPagesAPIRouteMatch","match","definition","kind","RouteKind","PAGES_API"],"mappings":";;;;+BAagBA;;;eAAAA;;;2BAVU;AAUnB,SAASA,qBACdC,KAAiB;IAEjB,OAAOA,MAAMC,UAAU,CAACC,IAAI,KAAKC,oBAAS,CAACC,SAAS;AACtD","ignoreList":[0]}