We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192cb07 commit 76e094eCopy full SHA for 76e094e
src/parser/svelte-ast-types-for-v5.ts
@@ -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
-
5
import type { AST } from "svelte/compiler";
6
7
export type Root = AST.Root;
0 commit comments