vike
Version:
The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.
34 lines (33 loc) • 720 B
TypeScript
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;
};