vike
Version:
(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.
18 lines (17 loc) • 348 B
TypeScript
import '../../../../assertEnvVite.js';
export declare const errVueJavascript: {
code: string;
reasonCode: string;
loc: {
line: number;
column: number;
index: number;
};
pos: number;
plugin: string;
id: string;
pluginCode: string;
frame: string;
message: string;
stack: string;
};