Skip to content

Commit be5eecb

Browse files
committed
fix
1 parent 7e64d57 commit be5eecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/parser/template.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type {} from "svelte"; // FIXME: Workaround to get type information for "svelte/compiler"
22
import { parse } from "svelte/compiler";
3-
import * as Compiler from "svelte/compiler";
3+
import type * as Compiler from "svelte/compiler";
44
import type * as SvAST from "./svelte-ast-types";
55
import type { Context } from "../context";
66
import { convertSvelteRoot } from "./converts/index";

0 commit comments

Comments
 (0)