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 64bfedb commit a39ab49Copy full SHA for a39ab49
packages/svelte/types/index.d.ts
@@ -1121,7 +1121,7 @@ declare module 'svelte/compiler' {
1121
/** The parsed `<script module>` element, if exists */
1122
module: Script | null;
1123
/** Comments found in <script> and {expressions} */
1124
- comments: Array<import('estree').Comment & { start: number; end: number }>;
+ comments: JSComment[];
1125
}
1126
1127
export interface SvelteOptions {
0 commit comments