printer-notifications/node_modules/svelte-eslint-parser/lib/parser/converts/root.d.ts
2023-11-13 16:10:04 -05:00

8 lines
263 B
TypeScript

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;