slightly confused about this but apparently some tests need updating?

pull/2206/head
Richard Harris 7 years ago
parent 8b93a13989
commit 86444737f1

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
detach, detach,
element, element,
init, init,
@ -59,11 +59,11 @@ function instance($$self, $$props, $$invalidate) {
return { bar, foo_function }; return { bar, foo_function };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["bar"]); init(this, options, instance, create_fragment, safe_not_equal, ["bar"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
detach, detach,
element, element,
init, init,
@ -53,11 +53,11 @@ function link(node) {
} }
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, null, create_fragment, safe_not_equal, []); init(this, options, null, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
add_render_callback, add_render_callback,
init, init,
listen, listen,
@ -43,11 +43,11 @@ function instance($$self, $$props, $$invalidate) {
return { online, onlinestatuschanged }; return { online, onlinestatuschanged };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, []); init(this, options, instance, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
add_render_callback, add_render_callback,
add_resize_listener, add_resize_listener,
detach, detach,
@ -58,11 +58,11 @@ function instance($$self, $$props, $$invalidate) {
return { w, h, div_resize_handler }; return { w, h, div_resize_handler };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["w", "h"]); init(this, options, instance, create_fragment, safe_not_equal, ["w", "h"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
detach, detach,
element, element,
@ -61,7 +61,7 @@ function instance($$self, $$props, $$invalidate) {
return { foo }; return { foo };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
if (!document.getElementById("svelte-1a7i8ec-style")) add_css(); if (!document.getElementById("svelte-1a7i8ec-style")) add_css();
@ -69,4 +69,4 @@ class SvelteComponent extends SvelteComponent_1 {
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
init, init,
mount_component, mount_component,
noop, noop,
@ -48,11 +48,11 @@ function instance($$self) {
return { Nested }; return { Nested };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, []); init(this, options, instance, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
init, init,
mount_component, mount_component,
noop, noop,
@ -48,11 +48,11 @@ function instance($$self) {
return { Nested }; return { Nested };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, not_equal, []); init(this, options, instance, create_fragment, not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
init, init,
mount_component, mount_component,
noop, noop,
@ -48,11 +48,11 @@ function instance($$self) {
return { Nested }; return { Nested };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, not_equal, []); init(this, options, instance, create_fragment, not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
init, init,
mount_component, mount_component,
noop, noop,
@ -48,11 +48,11 @@ function instance($$self) {
return { Nested }; return { Nested };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, []); init(this, options, instance, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
init, init,
noop, noop,
safe_not_equal safe_not_equal
@ -35,7 +35,7 @@ function instance($$self, $$props, $$invalidate) {
return { x, a, b }; return { x, a, b };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["x", "a", "b"]); init(this, options, instance, create_fragment, safe_not_equal, ["x", "a", "b"]);
@ -50,4 +50,4 @@ class SvelteComponent extends SvelteComponent_1 {
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
detach, detach,
element, element,
@ -42,7 +42,7 @@ function create_fragment(ctx) {
}; };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
if (!document.getElementById("svelte-1slhpfn-style")) add_css(); if (!document.getElementById("svelte-1slhpfn-style")) add_css();
@ -50,4 +50,4 @@ class SvelteComponent extends SvelteComponent_1 {
} }
} }
export default SvelteComponent; export default Component;

@ -35,7 +35,7 @@ function create_fragment(ctx) {
}; };
} }
class SvelteComponent extends SvelteElement { class Component extends SvelteElement {
constructor(options) { constructor(options) {
super(); super();
@ -55,6 +55,6 @@ class SvelteComponent extends SvelteElement {
} }
} }
customElements.define("custom-element", SvelteComponent); customElements.define("custom-element", Component);
export default SvelteComponent; export default Component;

@ -72,7 +72,7 @@ function instance($$self, $$props, $$invalidate) {
return { name }; return { name };
} }
class SvelteComponent extends SvelteComponentDev { class Component extends SvelteComponentDev {
constructor(options) { constructor(options) {
super(options); super(options);
init(this, options, instance, create_fragment, safe_not_equal, ["name"]); init(this, options, instance, create_fragment, safe_not_equal, ["name"]);
@ -80,17 +80,17 @@ class SvelteComponent extends SvelteComponentDev {
const { ctx } = this.$$; const { ctx } = this.$$;
const props = options.props || {}; const props = options.props || {};
if (ctx.name === undefined && !('name' in props)) { if (ctx.name === undefined && !('name' in props)) {
console.warn("<SvelteComponent> was created without expected prop 'name'"); console.warn("<Component> was created without expected prop 'name'");
} }
} }
get name() { get name() {
throw new Error("<SvelteComponent>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
set name(value) { set name(value) {
throw new Error("<SvelteComponent>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
} }
export default SvelteComponent; export default Component;

@ -161,7 +161,7 @@ function instance($$self, $$props, $$invalidate) {
return { things, foo, bar, baz }; return { things, foo, bar, baz };
} }
class SvelteComponent extends SvelteComponentDev { class Component extends SvelteComponentDev {
constructor(options) { constructor(options) {
super(options); super(options);
init(this, options, instance, create_fragment, safe_not_equal, ["things", "foo", "bar", "baz"]); init(this, options, instance, create_fragment, safe_not_equal, ["things", "foo", "bar", "baz"]);
@ -169,50 +169,50 @@ class SvelteComponent extends SvelteComponentDev {
const { ctx } = this.$$; const { ctx } = this.$$;
const props = options.props || {}; const props = options.props || {};
if (ctx.things === undefined && !('things' in props)) { if (ctx.things === undefined && !('things' in props)) {
console.warn("<SvelteComponent> was created without expected prop 'things'"); console.warn("<Component> was created without expected prop 'things'");
} }
if (ctx.foo === undefined && !('foo' in props)) { if (ctx.foo === undefined && !('foo' in props)) {
console.warn("<SvelteComponent> was created without expected prop 'foo'"); console.warn("<Component> was created without expected prop 'foo'");
} }
if (ctx.bar === undefined && !('bar' in props)) { if (ctx.bar === undefined && !('bar' in props)) {
console.warn("<SvelteComponent> was created without expected prop 'bar'"); console.warn("<Component> was created without expected prop 'bar'");
} }
if (ctx.baz === undefined && !('baz' in props)) { if (ctx.baz === undefined && !('baz' in props)) {
console.warn("<SvelteComponent> was created without expected prop 'baz'"); console.warn("<Component> was created without expected prop 'baz'");
} }
} }
get things() { get things() {
throw new Error("<SvelteComponent>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
set things(value) { set things(value) {
throw new Error("<SvelteComponent>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
get foo() { get foo() {
throw new Error("<SvelteComponent>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
set foo(value) { set foo(value) {
throw new Error("<SvelteComponent>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
get bar() { get bar() {
throw new Error("<SvelteComponent>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
set bar(value) { set bar(value) {
throw new Error("<SvelteComponent>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
get baz() { get baz() {
throw new Error("<SvelteComponent>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
set baz(value) { set baz(value) {
throw new Error("<SvelteComponent>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
} }
export default SvelteComponent; export default Component;

@ -159,7 +159,7 @@ function instance($$self, $$props, $$invalidate) {
return { things, foo }; return { things, foo };
} }
class SvelteComponent extends SvelteComponentDev { class Component extends SvelteComponentDev {
constructor(options) { constructor(options) {
super(options); super(options);
init(this, options, instance, create_fragment, safe_not_equal, ["things", "foo"]); init(this, options, instance, create_fragment, safe_not_equal, ["things", "foo"]);
@ -167,28 +167,28 @@ class SvelteComponent extends SvelteComponentDev {
const { ctx } = this.$$; const { ctx } = this.$$;
const props = options.props || {}; const props = options.props || {};
if (ctx.things === undefined && !('things' in props)) { if (ctx.things === undefined && !('things' in props)) {
console.warn("<SvelteComponent> was created without expected prop 'things'"); console.warn("<Component> was created without expected prop 'things'");
} }
if (ctx.foo === undefined && !('foo' in props)) { if (ctx.foo === undefined && !('foo' in props)) {
console.warn("<SvelteComponent> was created without expected prop 'foo'"); console.warn("<Component> was created without expected prop 'foo'");
} }
} }
get things() { get things() {
throw new Error("<SvelteComponent>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
set things(value) { set things(value) {
throw new Error("<SvelteComponent>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
get foo() { get foo() {
throw new Error("<SvelteComponent>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
set foo(value) { set foo(value) {
throw new Error("<SvelteComponent>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
} }
export default SvelteComponent; export default Component;

@ -6,7 +6,7 @@ import {
escape escape
} from "svelte/internal"; } from "svelte/internal";
const SvelteComponent = create_ssr_component(($$result, $$props, $$bindings, $$slots) => { const Component = create_ssr_component(($$result, $$props, $$bindings, $$slots) => {
let { things, foo } = $$props; let { things, foo } = $$props;
if ($$props.things === void 0 && $$bindings.things && things !== void 0) $$bindings.things(things); if ($$props.things === void 0 && $$bindings.things && things !== void 0) $$bindings.things(things);
@ -18,4 +18,4 @@ const SvelteComponent = create_ssr_component(($$result, $$props, $$bindings, $$s
<p>foo: ${escape(foo)}</p>`; <p>foo: ${escape(foo)}</p>`;
}); });
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
destroy_each, destroy_each,
detach, detach,
@ -123,11 +123,11 @@ function instance($$self, $$props, $$invalidate) {
return { createElement }; return { createElement };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["createElement"]); init(this, options, instance, create_fragment, safe_not_equal, ["createElement"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
init, init,
noop, noop,
safe_not_equal safe_not_equal
@ -32,11 +32,11 @@ function instance($$self, $$props, $$invalidate) {
return { foo }; return { foo };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["foo"]); init(this, options, instance, create_fragment, safe_not_equal, ["foo"]);
} }
} }
export default SvelteComponent; export default Component;

@ -78,7 +78,7 @@ function instance($$self, $$props, $$invalidate) {
return { foo, bar }; return { foo, bar };
} }
class SvelteComponent extends SvelteComponentDev { class Component extends SvelteComponentDev {
constructor(options) { constructor(options) {
super(options); super(options);
init(this, options, instance, create_fragment, safe_not_equal, ["foo"]); init(this, options, instance, create_fragment, safe_not_equal, ["foo"]);
@ -86,17 +86,17 @@ class SvelteComponent extends SvelteComponentDev {
const { ctx } = this.$$; const { ctx } = this.$$;
const props = options.props || {}; const props = options.props || {};
if (ctx.foo === undefined && !('foo' in props)) { if (ctx.foo === undefined && !('foo' in props)) {
console.warn("<SvelteComponent> was created without expected prop 'foo'"); console.warn("<Component> was created without expected prop 'foo'");
} }
} }
get foo() { get foo() {
throw new Error("<SvelteComponent>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
set foo(value) { set foo(value) {
throw new Error("<SvelteComponent>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); throw new Error("<Component>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'");
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
detach, detach,
element, element,
init, init,
@ -57,11 +57,11 @@ function instance($$self, $$props, $$invalidate) {
return { bar }; return { bar };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["bar"]); init(this, options, instance, create_fragment, safe_not_equal, ["bar"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
detach, detach,
element, element,
init, init,
@ -41,11 +41,11 @@ function make_uppercase() {
this.value = this.value.toUpperCase(); this.value = this.value.toUpperCase();
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, null, create_fragment, safe_not_equal, []); init(this, options, null, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
attr, attr,
detach, detach,
element, element,
@ -58,11 +58,11 @@ function instance($$self, $$props, $$invalidate) {
return { bar }; return { bar };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["bar"]); init(this, options, instance, create_fragment, safe_not_equal, ["bar"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
attr, attr,
detach, detach,
@ -56,11 +56,11 @@ function instance($$self, $$props, $$invalidate) {
return { bar }; return { bar };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["bar"]); init(this, options, instance, create_fragment, safe_not_equal, ["bar"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
init, init,
mount_component, mount_component,
noop, noop,
@ -47,11 +47,11 @@ function func() {
return import('./Foo.svelte'); return import('./Foo.svelte');
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, null, create_fragment, safe_not_equal, []); init(this, options, null, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
destroy_each, destroy_each,
detach, detach,
@ -126,11 +126,11 @@ function instance($$self, $$props, $$invalidate) {
return { a, b, c, d, e }; return { a, b, c, d, e };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["a", "b", "c", "d", "e"]); init(this, options, instance, create_fragment, safe_not_equal, ["a", "b", "c", "d", "e"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
destroy_each, destroy_each,
detach, detach,
@ -167,11 +167,11 @@ function instance($$self, $$props, $$invalidate) {
return { comments, elapsed, time, foo }; return { comments, elapsed, time, foo };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["comments", "elapsed", "time", "foo"]); init(this, options, instance, create_fragment, safe_not_equal, ["comments", "elapsed", "time", "foo"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
blank_object, blank_object,
create_animation, create_animation,
@ -142,11 +142,11 @@ function instance($$self, $$props, $$invalidate) {
return { things }; return { things };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["things"]); init(this, options, instance, create_fragment, safe_not_equal, ["things"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
blank_object, blank_object,
destroy_block, destroy_block,
@ -110,11 +110,11 @@ function instance($$self, $$props, $$invalidate) {
return { things }; return { things };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["things"]); init(this, options, instance, create_fragment, safe_not_equal, ["things"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
detach, detach,
element, element,
init, init,
@ -43,11 +43,11 @@ function touchstart_handler(e) {
return e.preventDefault(); return e.preventDefault();
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, null, create_fragment, safe_not_equal, []); init(this, options, null, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
detach, detach,
element, element,
@ -68,11 +68,11 @@ function handleClick() {
// ... // ...
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, null, create_fragment, safe_not_equal, []); init(this, options, null, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
detach, detach,
element, element,
@ -38,11 +38,11 @@ function create_fragment(ctx) {
}; };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, null, create_fragment, safe_not_equal, []); init(this, options, null, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
detach, detach,
element, element,
@ -41,11 +41,11 @@ const ANSWER = 42;
function get_answer() { return ANSWER; } function get_answer() { return ANSWER; }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, null, create_fragment, safe_not_equal, []); init(this, options, null, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
detach, detach,
element, element,
@ -41,11 +41,11 @@ let ANSWER = 42;
function get_answer() { return ANSWER; } function get_answer() { return ANSWER; }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, null, create_fragment, safe_not_equal, []); init(this, options, null, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
detach, detach,
element, element,
empty, empty,
@ -110,11 +110,11 @@ function instance($$self, $$props, $$invalidate) {
return { foo }; return { foo };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["foo"]); init(this, options, instance, create_fragment, safe_not_equal, ["foo"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
detach, detach,
element, element,
empty, empty,
@ -84,11 +84,11 @@ function instance($$self, $$props, $$invalidate) {
return { foo }; return { foo };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["foo"]); init(this, options, instance, create_fragment, safe_not_equal, ["foo"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
detach, detach,
element, element,
init, init,
@ -57,11 +57,11 @@ function instance($$self, $$props, $$invalidate) {
return { color, x, y }; return { color, x, y };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["color", "x", "y"]); init(this, options, instance, create_fragment, safe_not_equal, ["color", "x", "y"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
detach, detach,
element, element,
init, init,
@ -50,11 +50,11 @@ function instance($$self, $$props, $$invalidate) {
return { data }; return { data };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["data"]); init(this, options, instance, create_fragment, safe_not_equal, ["data"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
detach, detach,
element, element,
init, init,
@ -50,11 +50,11 @@ function instance($$self, $$props, $$invalidate) {
return { color }; return { color };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["color"]); init(this, options, instance, create_fragment, safe_not_equal, ["color"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
detach, detach,
element, element,
init, init,
@ -63,11 +63,11 @@ function instance($$self, $$props, $$invalidate) {
return { style, key, value }; return { style, key, value };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["style", "key", "value"]); init(this, options, instance, create_fragment, safe_not_equal, ["style", "key", "value"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
attr, attr,
detach, detach,
element, element,
@ -55,11 +55,11 @@ function instance($$self, $$props, $$invalidate) {
return { files, input_input_handler }; return { files, input_input_handler };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["files"]); init(this, options, instance, create_fragment, safe_not_equal, ["files"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
attr, attr,
detach, detach,
element, element,
@ -65,11 +65,11 @@ function instance($$self, $$props, $$invalidate) {
return { value, input_change_input_handler }; return { value, input_change_input_handler };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["value"]); init(this, options, instance, create_fragment, safe_not_equal, ["value"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
attr, attr,
detach, detach,
element, element,
@ -59,11 +59,11 @@ function instance($$self, $$props, $$invalidate) {
return { foo, input_change_handler }; return { foo, input_change_handler };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["foo"]); init(this, options, instance, create_fragment, safe_not_equal, ["foo"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
detach, detach,
element, element,
@ -67,11 +67,11 @@ function instance($$self, $$props, $$invalidate) {
return { x, foo }; return { x, foo };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, []); init(this, options, instance, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
detach, detach,
element, element,
@ -68,11 +68,11 @@ function instance($$self, $$props, $$invalidate) {
return { things, foo }; return { things, foo };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, []); init(this, options, instance, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
detach, detach,
element, element,
@ -67,11 +67,11 @@ function instance($$self, $$props, $$invalidate) {
return { x, click_handler }; return { x, click_handler };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, []); init(this, options, instance, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
detach, detach,
element, element,
@ -65,11 +65,11 @@ function instance($$self, $$props, $$invalidate) {
return { things, click_handler }; return { things, click_handler };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, []); init(this, options, instance, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
detach, detach,
element, element,
init, init,
@ -35,11 +35,11 @@ function create_fragment(ctx) {
}; };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, null, create_fragment, safe_not_equal, []); init(this, options, null, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
add_render_callback, add_render_callback,
detach, detach,
element, element,
@ -144,11 +144,11 @@ function instance($$self, $$props, $$invalidate) {
}; };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["buffered", "seekable", "played", "currentTime", "duration", "paused", "volume", "playbackRate"]); init(this, options, instance, create_fragment, safe_not_equal, ["buffered", "seekable", "played", "currentTime", "duration", "paused", "volume", "playbackRate"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
detach, detach,
init, init,
insert, insert,
@ -61,11 +61,11 @@ function create_fragment(ctx) {
}; };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, null, create_fragment, safe_not_equal, []); init(this, options, null, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
detach, detach,
element, element,
@ -43,11 +43,11 @@ function create_fragment(ctx) {
let name = 'world'; let name = 'world';
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, null, create_fragment, safe_not_equal, []); init(this, options, null, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
init, init,
noop, noop,
safe_not_equal safe_not_equal
@ -39,11 +39,11 @@ function instance($$self, $$props, $$invalidate) {
return { x }; return { x };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["x"]); init(this, options, instance, create_fragment, safe_not_equal, ["x"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
init, init,
noop, noop,
safe_not_equal safe_not_equal
@ -35,11 +35,11 @@ function instance($$self, $$props, $$invalidate) {
return {}; return {};
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, []); init(this, options, instance, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
detach, detach,
element, element,
@ -76,11 +76,11 @@ function instance($$self, $$props, $$invalidate) {
return { current }; return { current };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["current"]); init(this, options, instance, create_fragment, safe_not_equal, ["current"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
init, init,
noop, noop,
safe_not_equal safe_not_equal
@ -23,7 +23,7 @@ function foo(bar) {
console.log(bar); console.log(bar);
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, null, create_fragment, safe_not_equal, ["foo"]); init(this, options, null, create_fragment, safe_not_equal, ["foo"]);
@ -34,5 +34,5 @@ class SvelteComponent extends SvelteComponent_1 {
} }
} }
export default SvelteComponent; export default Component;
export { SOME_CONSTANT }; export { SOME_CONSTANT };

@ -14,7 +14,7 @@ function swipe(node, callback) {
// TODO implement // TODO implement
} }
const SvelteComponent = create_ssr_component(($$result, $$props, $$bindings, $$slots) => { const Component = create_ssr_component(($$result, $$props, $$bindings, $$slots) => {
onMount(() => { onMount(() => {
console.log('onMount'); console.log('onMount');
}); });
@ -26,5 +26,5 @@ const SvelteComponent = create_ssr_component(($$result, $$props, $$bindings, $$s
return ``; return ``;
}); });
export default SvelteComponent; export default Component;
export { preload }; export { preload };

@ -1,10 +1,10 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { create_ssr_component } from "svelte/internal"; import { create_ssr_component } from "svelte/internal";
const SvelteComponent = create_ssr_component(($$result, $$props, $$bindings, $$slots) => { const Component = create_ssr_component(($$result, $$props, $$bindings, $$slots) => {
return `<div>content</div> return `<div>content</div>
<!-- comment --> <!-- comment -->
<div>more content</div>`; <div>more content</div>`;
}); });
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
detach, detach,
init, init,
@ -39,11 +39,11 @@ function create_fragment(ctx) {
}; };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, null, create_fragment, safe_not_equal, []); init(this, options, null, create_fragment, safe_not_equal, []);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
init, init,
noop, noop,
safe_not_equal safe_not_equal
@ -37,11 +37,11 @@ function instance($$self, $$props, $$invalidate) {
return { custom }; return { custom };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["custom"]); init(this, options, instance, create_fragment, safe_not_equal, ["custom"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
add_render_callback, add_render_callback,
create_in_transition, create_in_transition,
detach, detach,
@ -147,11 +147,11 @@ function instance($$self, $$props, $$invalidate) {
return { x, y }; return { x, y };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["x", "y"]); init(this, options, instance, create_fragment, safe_not_equal, ["x", "y"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
append, append,
detach, detach,
element, element,
@ -271,11 +271,11 @@ function instance($$self, $$props, $$invalidate) {
return { a, b, c, d, e }; return { a, b, c, d, e };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["a", "b", "c", "d", "e"]); init(this, options, instance, create_fragment, safe_not_equal, ["a", "b", "c", "d", "e"]);
} }
} }
export default SvelteComponent; export default Component;

@ -1,6 +1,6 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { import {
SvelteComponent as SvelteComponent_1, SvelteComponent,
add_render_callback, add_render_callback,
append, append,
detach, detach,
@ -78,11 +78,11 @@ function instance($$self, $$props, $$invalidate) {
return { y, onwindowscroll }; return { y, onwindowscroll };
} }
class SvelteComponent extends SvelteComponent_1 { class Component extends SvelteComponent {
constructor(options) { constructor(options) {
super(); super();
init(this, options, instance, create_fragment, safe_not_equal, ["y"]); init(this, options, instance, create_fragment, safe_not_equal, ["y"]);
} }
} }
export default SvelteComponent; export default Component;
Loading…
Cancel
Save