Skip to content

Commit e37e1c4

Browse files
committed
same for compiler options
1 parent f9d3046 commit e37e1c4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,15 @@ export interface ModuleCompileOptions {
224224
* Use this to filter out warnings. Return `true` to keep the warning, `false` to discard it.
225225
*/
226226
warningFilter?: (warning: Warning) => boolean;
227-
/** Experimental options */
227+
/**
228+
* Experimental options
229+
* @since 5.36
230+
*/
228231
experimental?: {
229-
/** Allow `await` keyword in deriveds, template expressions, and the top level of components */
232+
/**
233+
* Allow `await` keyword in deriveds, template expressions, and the top level of components
234+
* @since 5.36
235+
*/
230236
async?: boolean;
231237
};
232238
}

0 commit comments

Comments
 (0)