Skip to content

Commit 76e094e

Browse files
committed
fix
1 parent 192cb07 commit 76e094e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/parser/svelte-ast-types-for-v5.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// FIXME Since the node type is not provided by "svelte/compiler",
2-
// we work around this by extracting the type from the parse function.
3-
// See also https://github.com/sveltejs/svelte/issues/12292
4-
51
import type { AST } from "svelte/compiler";
62

73
export type Root = AST.Root;

0 commit comments

Comments
 (0)