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 {
345345 */
346346 preserveWhitespace ?: boolean ;
347347 /**
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` .
349349 *
350350 * @default true
351351 */
Original file line number Diff line number Diff line change @@ -602,7 +602,7 @@ declare module 'svelte/compiler' {
602602 */
603603 preserveWhitespace ?: boolean ;
604604 /**
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` .
606606 *
607607 * @default true
608608 */
@@ -1211,7 +1211,7 @@ declare module 'svelte/types/compiler/interfaces' {
12111211 */
12121212 preserveWhitespace ?: boolean ;
12131213 /**
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` .
12151215 *
12161216 * @default true
12171217 */
You can’t perform that action at this time.
0 commit comments