wilddragon-site/node_modules/next/dist/next-devtools/shared/webpack-module-path.d.ts

11 lines
417 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
export declare function isWebpackInternalResource(file: string): boolean;
/**
* Format the webpack internal id to original file path
*
* webpack-internal:///./src/hello.tsx => ./src/hello.tsx
* webpack://_N_E/./src/hello.tsx => ./src/hello.tsx
* webpack://./src/hello.tsx => ./src/hello.tsx
* webpack:///./src/hello.tsx => ./src/hello.tsx
*/
export declare function formatStackFrameFile(file: string): string;