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 {
129
129
* - `tree` creates the fragment one element at a time and _then_ clones it. This is slower, but works everywhere
130
130
*
131
131
* @default 'html'
132
+ * @since 5.33
132
133
*/
133
134
fragments ?: 'html' | 'tree' ;
134
135
/**
Original file line number Diff line number Diff line change @@ -992,6 +992,7 @@ declare module 'svelte/compiler' {
992
992
* - `tree` creates the fragment one element at a time and _then_ clones it. This is slower, but works everywhere
993
993
*
994
994
* @default 'html'
995
+ * @since 5.33
995
996
*/
996
997
fragments ?: 'html' | 'tree' ;
997
998
/**
@@ -2888,6 +2889,7 @@ declare module 'svelte/types/compiler/interfaces' {
2888
2889
* - `tree` creates the fragment one element at a time and _then_ clones it. This is slower, but works everywhere
2889
2890
*
2890
2891
* @default 'html'
2892
+ * @since 5.33
2891
2893
*/
2892
2894
fragments ?: 'html' | 'tree' ;
2893
2895
/**
You can’t perform that action at this time.
0 commit comments