We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8addf20 commit 793ee18Copy full SHA for 793ee18
packages/svelte/src/compiler/print/types.d.ts
@@ -1,4 +1,4 @@
1
-import ts from 'esrap/languages/ts';
+import type ts from 'esrap/languages/ts';
2
3
export type Options = {
4
getLeadingComments?: NonNullable<Parameters<typeof ts>[0]>['getLeadingComments'] | undefined;
0 commit comments