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