|
|
|
@ -585,6 +585,7 @@ declare module 'svelte/compiler' {
|
|
|
|
|
* If `true`, getters and setters will be created for the component's props. If `false`, they will only be created for readonly exported values (i.e. those declared with `const`, `class` and `function`). If compiling with `customElement: true` this option defaults to `true`.
|
|
|
|
|
*
|
|
|
|
|
* @default false
|
|
|
|
|
* @deprecated This will have no effect in runes mode
|
|
|
|
|
*/
|
|
|
|
|
accessors?: boolean;
|
|
|
|
|
/**
|
|
|
|
@ -598,6 +599,7 @@ declare module 'svelte/compiler' {
|
|
|
|
|
* This allows it to be less conservative about checking whether values have changed.
|
|
|
|
|
*
|
|
|
|
|
* @default false
|
|
|
|
|
* @deprecated This will have no effect in runes mode
|
|
|
|
|
*/
|
|
|
|
|
immutable?: boolean;
|
|
|
|
|
/**
|
|
|
|
@ -2395,6 +2397,7 @@ declare module 'svelte/types/compiler/interfaces' {
|
|
|
|
|
* If `true`, getters and setters will be created for the component's props. If `false`, they will only be created for readonly exported values (i.e. those declared with `const`, `class` and `function`). If compiling with `customElement: true` this option defaults to `true`.
|
|
|
|
|
*
|
|
|
|
|
* @default false
|
|
|
|
|
* @deprecated This will have no effect in runes mode
|
|
|
|
|
*/
|
|
|
|
|
accessors?: boolean;
|
|
|
|
|
/**
|
|
|
|
@ -2408,6 +2411,7 @@ declare module 'svelte/types/compiler/interfaces' {
|
|
|
|
|
* This allows it to be less conservative about checking whether values have changed.
|
|
|
|
|
*
|
|
|
|
|
* @default false
|
|
|
|
|
* @deprecated This will have no effect in runes mode
|
|
|
|
|
*/
|
|
|
|
|
immutable?: boolean;
|
|
|
|
|
/**
|
|
|
|
|