Skip to content

Commit 793ee18

Browse files
committed
fix types?
1 parent 8addf20 commit 793ee18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/print/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ts from 'esrap/languages/ts';
1+
import type ts from 'esrap/languages/ts';
22

33
export type Options = {
44
getLeadingComments?: NonNullable<Parameters<typeof ts>[0]>['getLeadingComments'] | undefined;

0 commit comments

Comments
 (0)