printer-notifications/node_modules/svelte-eslint-parser/lib/parser/converts/root.d.ts

8 lines
263 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
import type * as SvAST from "../svelte-ast-types";
import type { SvelteProgram } from "../../ast";
import type { Context } from "../../context";
/**
* Convert root
*/
export declare function convertSvelteRoot(svelteAst: SvAST.Ast, ctx: Context): SvelteProgram;