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 @@ -345,7 +345,7 @@ export interface CompileOptions {
345
345
*/
346
346
preserveWhitespace ?: boolean ;
347
347
/**
348
- * If `true`, exposes the Svelte major version on the global `window` object in the browser .
348
+ * If `true`, exposes the Svelte major version in the browser by adding it to a `Set` stored in the global `window.__svelte.v` .
349
349
*
350
350
* @default true
351
351
*/
Original file line number Diff line number Diff line change @@ -602,7 +602,7 @@ declare module 'svelte/compiler' {
602
602
*/
603
603
preserveWhitespace ?: boolean ;
604
604
/**
605
- * If `true`, exposes the Svelte major version on the global `window` object in the browser .
605
+ * If `true`, exposes the Svelte major version in the browser by adding it to a `Set` stored in the global `window.__svelte.v` .
606
606
*
607
607
* @default true
608
608
*/
@@ -1211,7 +1211,7 @@ declare module 'svelte/types/compiler/interfaces' {
1211
1211
*/
1212
1212
preserveWhitespace ?: boolean ;
1213
1213
/**
1214
- * If `true`, exposes the Svelte major version on the global `window` object in the browser .
1214
+ * If `true`, exposes the Svelte major version in the browser by adding it to a `Set` stored in the global `window.__svelte.v` .
1215
1215
*
1216
1216
* @default true
1217
1217
*/
You can’t perform that action at this time.
0 commit comments