File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ export interface CompileOptions extends ModuleCompileOptions {
142
142
*/
143
143
runes ?: boolean | undefined ;
144
144
/**
145
- * If `true`, exposes the Svelte major version on the global `window` object in the browser .
145
+ * If `true`, exposes the Svelte major version in the browser by adding it to a `Set` stored in the global `window.__svelte.v` .
146
146
*
147
147
* @default true
148
148
*/
Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ declare module 'svelte/compiler' {
639
639
*/
640
640
runes ?: boolean | undefined ;
641
641
/**
642
- * If `true`, exposes the Svelte major version on the global `window` object in the browser .
642
+ * If `true`, exposes the Svelte major version in the browser by adding it to a `Set` stored in the global `window.__svelte.v` .
643
643
*
644
644
* @default true
645
645
*/
@@ -2329,7 +2329,7 @@ declare module 'svelte/types/compiler/interfaces' {
2329
2329
*/
2330
2330
runes ?: boolean | undefined ;
2331
2331
/**
2332
- * If `true`, exposes the Svelte major version on the global `window` object in the browser .
2332
+ * If `true`, exposes the Svelte major version in the browser by adding it to a `Set` stored in the global `window.__svelte.v` .
2333
2333
*
2334
2334
* @default true
2335
2335
*/
You can’t perform that action at this time.
0 commit comments