File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ export interface CompileOptions extends ModuleCompileOptions {
129129 * - `tree` creates the fragment one element at a time and _then_ clones it. This is slower, but works everywhere
130130 *
131131 * @default 'html'
132+ * @since 5.33
132133 */
133134 fragments ?: 'html' | 'tree' ;
134135 /**
Original file line number Diff line number Diff line change @@ -992,6 +992,7 @@ declare module 'svelte/compiler' {
992992 * - `tree` creates the fragment one element at a time and _then_ clones it. This is slower, but works everywhere
993993 *
994994 * @default 'html'
995+ * @since 5.33
995996 */
996997 fragments ?: 'html' | 'tree' ;
997998 /**
@@ -2888,6 +2889,7 @@ declare module 'svelte/types/compiler/interfaces' {
28882889 * - `tree` creates the fragment one element at a time and _then_ clones it. This is slower, but works everywhere
28892890 *
28902891 * @default 'html'
2892+ * @since 5.33
28912893 */
28922894 fragments ?: 'html' | 'tree' ;
28932895 /**
You can’t perform that action at this time.
0 commit comments