Skip to content

Commit a39ab49

Browse files
committed
regenerate
1 parent 64bfedb commit a39ab49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ declare module 'svelte/compiler' {
11211121
/** The parsed `<script module>` element, if exists */
11221122
module: Script | null;
11231123
/** Comments found in <script> and {expressions} */
1124-
comments: Array<import('estree').Comment & { start: number; end: number }>;
1124+
comments: JSComment[];
11251125
}
11261126

11271127
export interface SvelteOptions {

0 commit comments

Comments
 (0)