bpms_site/.svn/pristine/f2/f2f83ac40001971e1cb71d7aa4bb1c56895f0f58.svn-base
2025-11-02 16:38:49 +03:30

4 lines
296 B
Plaintext

import type { webpack } from 'next/dist/compiled/webpack/webpack';
import { SimpleWebpackError } from './simpleWebpackError';
export declare function getRscError(fileName: string, err: Error, module: any, compilation: webpack.Compilation, compiler: webpack.Compiler): SimpleWebpackError | false;