Skip to content

Commit a53d566

Browse files
committed
format
1 parent b49029a commit a53d566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/template.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type {} from "svelte" // FIXME: Workaround to get type information for "svelte/compiler"
1+
import type {} from "svelte"; // FIXME: Workaround to get type information for "svelte/compiler"
22
import { parse } from "svelte/compiler";
33
import type * as SvAST from "./svelte-ast-types";
44
import type { Context } from "../context";

0 commit comments

Comments
 (0)