/opt/canhelp/node_modules/next/dist/esm/next-devtools/shared
NameSizeModeActions
console-error.js8060644editdlrm
console-error.js.map16250644editdlrm
deepmerge.js8470644editdlrm
deepmerge.js.map16470644editdlrm
devtools-config-schema.js7990644editdlrm
devtools-config-schema.js.map17050644editdlrm
forward-logs-shared.js14200644editdlrm
forward-logs-shared.js.map38180644editdlrm
hydration-error.js560644editdlrm
hydration-error.js.map3330644editdlrm
react-18-hydration-error.js19460644editdlrm
react-18-hydration-error.js.map33830644editdlrm
react-19-hydration-error.js27320644editdlrm
react-19-hydration-error.js.map46260644editdlrm
stack-frame.js48350644editdlrm
stack-frame.js.map83490644editdlrm
types.js460644editdlrm
types.js.map2160644editdlrm
version-staleness.js16600644editdlrm
version-staleness.js.map23020644editdlrm
webpack-module-path.js8230644editdlrm
webpack-module-path.js.map13830644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/esm/next-devtools/shared/webpack-module-path.js.map (1383B)
{"version":3,"sources":["../../../src/next-devtools/shared/webpack-module-path.ts"],"sourcesContent":["const replacementRegExes = [\n /^webpack-internal:\\/\\/\\/(\\([\\w-]+\\)\\/)?/,\n /^(webpack:\\/\\/\\/|webpack:\\/\\/(_N_E\\/)?)(\\([\\w-]+\\)\\/)?/,\n]\n\nexport function isWebpackInternalResource(file: string) {\n for (const regex of replacementRegExes) {\n if (regex.test(file)) return true\n\n file = file.replace(regex, '')\n }\n\n return false\n}\n\n/**\n * Format the webpack internal id to original file path\n *\n * webpack-internal:///./src/hello.tsx => ./src/hello.tsx\n * webpack://_N_E/./src/hello.tsx => ./src/hello.tsx\n * webpack://./src/hello.tsx => ./src/hello.tsx\n * webpack:///./src/hello.tsx => ./src/hello.tsx\n */\nexport function formatFrameSourceFile(file: string) {\n for (const regex of replacementRegExes) {\n file = file.replace(regex, '')\n }\n\n return file\n}\n"],"names":["replacementRegExes","isWebpackInternalResource","file","regex","test","replace","formatFrameSourceFile"],"mappings":"AAAA,MAAMA,qBAAqB;IACzB;IACA;CACD;AAED,OAAO,SAASC,0BAA0BC,IAAY;IACpD,KAAK,MAAMC,SAASH,mBAAoB;QACtC,IAAIG,MAAMC,IAAI,CAACF,OAAO,OAAO;QAE7BA,OAAOA,KAAKG,OAAO,CAACF,OAAO;IAC7B;IAEA,OAAO;AACT;AAEA;;;;;;;CAOC,GACD,OAAO,SAASG,sBAAsBJ,IAAY;IAChD,KAAK,MAAMC,SAASH,mBAAoB;QACtCE,OAAOA,KAAKG,OAAO,CAACF,OAAO;IAC7B;IAEA,OAAOD;AACT","ignoreList":[0]}