File size: 346 Bytes
bc20498
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import type * as SvAST from "../svelte-ast-types";
import type * as Compiler from "../svelte-ast-types-for-v5";
import type { SvelteProgram } from "../../ast";
import type { Context } from "../../context";
/**
 * Convert root
 */
export declare function convertSvelteRoot(svelteAst: Compiler.Root | SvAST.AstLegacy, ctx: Context): SvelteProgram;