throw newError("<${component.tag}>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
thrownewError("<${component.tag}>: Cannot set read-only property '${x.export_name}'");
}
`);
}
}elseif(component.compile_options.dev){
body.push(deindent`
set${x.export_name}(value){
thrownewError("<${component.tag}>: Cannot set read-only property '${x.export_name}'");
thrownewError("<${component.tag}>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");