vike
Version:
The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.
35 lines (34 loc) • 759 B
TypeScript
import '../../../../assertEnvVite.js';
export declare const errEsbuild: {
errors: {
id: string;
location: {
column: number;
file: string;
length: number;
line: number;
lineText: string;
namespace: string;
suggestion: string;
};
notes: never[];
pluginName: string;
text: string;
}[];
warnings: never[];
frame: string;
loc: {
column: number;
file: string;
length: number;
line: number;
lineText: string;
namespace: string;
suggestion: string;
};
plugin: string;
id: string;
pluginCode: string;
message: string;
stack: string;
};