@ -139,7 +139,7 @@ export default function dom(
`${name}.prototype` +
(templateProperties.methods ? `, @template.methods` : '');
const proto = sharedPath
? `@proto `
? `@proto`
: deindent`
{
${['destroy', 'get', 'fire', 'observe', 'on', 'set', 'teardown', '_set', '_mount', '_unmount']
@ -252,6 +252,6 @@ function SvelteComponent(options) {
}
assign(SvelteComponent.prototype, proto );
assign(SvelteComponent.prototype, proto);
export default SvelteComponent;
@ -77,6 +77,6 @@ function SvelteComponent(options) {
@ -199,7 +199,7 @@ function SvelteComponent(options) {
SvelteComponent.prototype._recompute = function _recompute(changed, state, oldState, isInitial) {
if ( isInitial || changed.x ) {
@ -48,7 +48,7 @@ function SvelteComponent(options) {
@ -234,6 +234,6 @@ function SvelteComponent(options) {
@ -63,6 +63,6 @@ function SvelteComponent(options) {
@ -233,7 +233,7 @@ class SvelteComponent extends HTMLElement {
customElements.define("custom-element", SvelteComponent);
assign(SvelteComponent.prototype, proto , {
assign(SvelteComponent.prototype, proto, {
_mount(target, anchor) {
target.insertBefore(this, anchor);
},
@ -62,7 +62,7 @@ class SvelteComponent extends HTMLElement {
@ -344,6 +344,6 @@ function SvelteComponent(options) {
@ -160,6 +160,6 @@ function SvelteComponent(options) {
@ -243,6 +243,6 @@ function SvelteComponent(options) {
assign(SvelteComponent.prototype, template.methods, proto );
assign(SvelteComponent.prototype, template.methods, proto);
@ -72,6 +72,6 @@ function SvelteComponent(options) {
@ -285,6 +285,6 @@ function SvelteComponent(options) {
@ -110,6 +110,6 @@ function SvelteComponent(options) {
@ -261,6 +261,6 @@ function SvelteComponent(options) {
@ -86,6 +86,6 @@ function SvelteComponent(options) {
@ -226,6 +226,6 @@ function SvelteComponent(options) {
@ -59,6 +59,6 @@ function SvelteComponent(options) {
@ -221,6 +221,6 @@ function SvelteComponent(options) {
@ -54,6 +54,6 @@ function SvelteComponent(options) {
@ -232,6 +232,6 @@ function SvelteComponent(options) {
@ -65,6 +65,6 @@ function SvelteComponent(options) {
@ -61,6 +61,6 @@ function SvelteComponent(options) {
@ -219,6 +219,6 @@ function SvelteComponent(options) {
@ -50,6 +50,6 @@ function SvelteComponent(options) {
@ -246,6 +246,6 @@ function SvelteComponent(options) {
@ -60,6 +60,6 @@ function SvelteComponent(options) {
@ -315,6 +315,6 @@ function SvelteComponent(options) {
@ -136,6 +136,6 @@ function SvelteComponent(options) {
@ -247,6 +247,6 @@ function SvelteComponent(options) {
@ -84,6 +84,6 @@ function SvelteComponent(options) {
@ -208,6 +208,6 @@ function SvelteComponent(options) {
@ -57,6 +57,6 @@ function SvelteComponent(options) {
@ -208,7 +208,7 @@ function SvelteComponent(options) {
template.setup(SvelteComponent);
@ -57,7 +57,7 @@ function SvelteComponent(options) {
@ -445,6 +445,6 @@ function SvelteComponent(options) {
@ -270,6 +270,6 @@ function SvelteComponent(options) {