/opt/canhelp/node_modules/next/dist/esm/server/route-matches
NameSizeModeActions
app-page-route-match.js610644editdlrm
app-page-route-match.js.map3860644editdlrm
app-route-route-match.js620644editdlrm
app-route-route-match.js.map3940644editdlrm
locale-route-match.js590644editdlrm
locale-route-match.js.map4320644editdlrm
pages-api-route-match.js3730644editdlrm
pages-api-route-match.js.map9630644editdlrm
pages-route-match.js580644editdlrm
pages-route-match.js.map3960644editdlrm
route-match.js1860644editdlrm
route-match.js.map8020644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/esm/server/route-matches/route-match.js.map (802B)
{"version":3,"sources":["../../../src/server/route-matches/route-match.ts"],"sourcesContent":["import type { Params } from '../request/params'\nimport type { RouteDefinition } from '../route-definitions/route-definition'\n\n/**\n * RouteMatch is the resolved match for a given request. This will contain all\n * the dynamic parameters used for this route.\n */\nexport interface RouteMatch {\n readonly definition: D\n\n /**\n * params when provided are the dynamic route parameters that were parsed from\n * the incoming request pathname. If a route match is returned without any\n * params, it should be considered a static route.\n */\n readonly params: Params | undefined\n}\n"],"names":[],"mappings":"AAGA;;;CAGC,GACD,WASC","ignoreList":[0]}