/opt/canhelp/node_modules/next/dist/server/route-modules/app-route/helpers
NameSizeModeActions
auto-implement-methods.d.ts2380644editdlrm
auto-implement-methods.js34050644editdlrm
auto-implement-methods.js.map47450644editdlrm
clean-url.d.ts2020644editdlrm
clean-url.js5310644editdlrm
clean-url.js.map6970644editdlrm
get-pathname-from-absolute-path.d.ts1960644editdlrm
get-pathname-from-absolute-path.js8360644editdlrm
get-pathname-from-absolute-path.js.map12030644editdlrm
is-static-gen-enabled.d.ts1590644editdlrm
is-static-gen-enabled.js5130644editdlrm
is-static-gen-enabled.js.map10940644editdlrm
parsed-url-query-to-params.d.ts2730644editdlrm
parsed-url-query-to-params.js5150644editdlrm
parsed-url-query-to-params.js.map9540644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/server/route-modules/app-route/helpers/clean-url.js.map (697B)
{"version":3,"sources":["../../../../../src/server/route-modules/app-route/helpers/clean-url.ts"],"sourcesContent":["/**\n * Cleans a URL by stripping the protocol, host, and search params.\n *\n * @param urlString the url to clean\n * @returns the cleaned url\n */\n\nexport function cleanURL(url: string | URL): URL {\n const u = new URL(url)\n u.host = 'localhost:3000'\n u.search = ''\n u.protocol = 'http'\n return u\n}\n"],"names":["cleanURL","url","u","URL","host","search","protocol"],"mappings":"AAAA;;;;;CAKC;;;;+BAEeA;;;eAAAA;;;AAAT,SAASA,SAASC,GAAiB;IACxC,MAAMC,IAAI,IAAIC,IAAIF;IAClBC,EAAEE,IAAI,GAAG;IACTF,EAAEG,MAAM,GAAG;IACXH,EAAEI,QAAQ,GAAG;IACb,OAAOJ;AACT","ignoreList":[0]}