We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49029a commit a53d566Copy full SHA for a53d566
src/parser/template.ts
@@ -1,4 +1,4 @@
1
-import type {} from "svelte" // FIXME: Workaround to get type information for "svelte/compiler"
+import type {} from "svelte"; // FIXME: Workaround to get type information for "svelte/compiler"
2
import { parse } from "svelte/compiler";
3
import type * as SvAST from "./svelte-ast-types";
4
import type { Context } from "../context";
0 commit comments