|
|
@ -639,7 +639,7 @@ declare module 'svelte/compiler' {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
runes?: boolean | undefined;
|
|
|
|
runes?: boolean | undefined;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* If `true`, exposes the Svelte major version on the global `window` object in the browser.
|
|
|
|
* If `true`, exposes the Svelte major version in the browser by adding it to a `Set` stored in the global `window.__svelte.v`.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @default true
|
|
|
|
* @default true
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -2329,7 +2329,7 @@ declare module 'svelte/types/compiler/interfaces' {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
runes?: boolean | undefined;
|
|
|
|
runes?: boolean | undefined;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* If `true`, exposes the Svelte major version on the global `window` object in the browser.
|
|
|
|
* If `true`, exposes the Svelte major version in the browser by adding it to a `Set` stored in the global `window.__svelte.v`.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @default true
|
|
|
|
* @default true
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|