|
|
@ -384,7 +384,7 @@ export function analyze_component(root, source, options) {
|
|
|
|
inject_styles: options.css === 'injected' || options.customElement,
|
|
|
|
inject_styles: options.css === 'injected' || options.customElement,
|
|
|
|
accessors: options.customElement
|
|
|
|
accessors: options.customElement
|
|
|
|
? true
|
|
|
|
? true
|
|
|
|
: !!options.accessors ||
|
|
|
|
: (runes ? false : !!options.accessors) ||
|
|
|
|
// because $set method needs accessors
|
|
|
|
// because $set method needs accessors
|
|
|
|
!!options.legacy?.componentApi,
|
|
|
|
!!options.legacy?.componentApi,
|
|
|
|
reactive_statements: new Map(),
|
|
|
|
reactive_statements: new Map(),
|
|
|
|