vike
Version:
(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.
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;
};