print
Rich Harris 2 months ago
parent 64bfedb5f5
commit a39ab49415

@ -1121,7 +1121,7 @@ declare module 'svelte/compiler' {
/** The parsed `<script module>` element, if exists */ /** The parsed `<script module>` element, if exists */
module: Script | null; module: Script | null;
/** Comments found in <script> and {expressions} */ /** Comments found in <script> and {expressions} */
comments: Array<import('estree').Comment & { start: number; end: number }>; comments: JSComment[];
} }
export interface SvelteOptions { export interface SvelteOptions {

Loading…
Cancel
Save