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 {
142142 */
143143 runes ?: boolean | undefined ;
144144 /**
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` .
146146 *
147147 * @default true
148148 */
Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ declare module 'svelte/compiler' {
639639 */
640640 runes ?: boolean | undefined ;
641641 /**
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` .
643643 *
644644 * @default true
645645 */
@@ -2329,7 +2329,7 @@ declare module 'svelte/types/compiler/interfaces' {
23292329 */
23302330 runes ?: boolean | undefined ;
23312331 /**
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` .
23332333 *
23342334 * @default true
23352335 */
You can’t perform that action at this time.
0 commit comments