update JS tests

pull/2232/head
Richard Harris 6 years ago
parent 9ea663e312
commit b162de80ce

@ -54,7 +54,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["bar"]);
}
get bar() {

@ -48,7 +48,7 @@ function link(node) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, null, create_fragment, safe_not_equal);
init(this, options, null, create_fragment, safe_not_equal, []);
}
}

@ -51,7 +51,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["w", "h"]);
}
get w() {

@ -54,7 +54,7 @@ class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
if (!document.getElementById("svelte-1a7i8ec-style")) add_css();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["foo"]);
}
get foo() {

@ -45,7 +45,7 @@ function instance($$self) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, []);
}
}

@ -45,7 +45,7 @@ function instance($$self) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, not_equal);
init(this, options, instance, create_fragment, not_equal, []);
}
}

@ -45,7 +45,7 @@ function instance($$self) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, not_equal);
init(this, options, instance, create_fragment, not_equal, []);
}
}

@ -45,7 +45,7 @@ function instance($$self) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, []);
}
}

@ -33,7 +33,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["x", "a", "b"]);
}
get x() {

@ -37,7 +37,7 @@ class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
if (!document.getElementById("svelte-1slhpfn-style")) add_css();
init(this, options, null, create_fragment, safe_not_equal);
init(this, options, null, create_fragment, safe_not_equal, []);
}
}

@ -33,7 +33,7 @@ class SvelteComponent extends SvelteElement {
this.shadowRoot.innerHTML = `<style>div{animation:foo 1s}@keyframes foo{0%{opacity:0}100%{opacity:1}}</style>`;
init(this, { target: this.shadowRoot }, null, create_fragment, safe_not_equal);
init(this, { target: this.shadowRoot }, null, create_fragment, safe_not_equal, []);
if (options) {
if (options.target) {

@ -62,7 +62,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponentDev {
constructor(options) {
super(options);
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["name"]);
const { ctx } = this.$$;
const props = options.props || {};

@ -150,7 +150,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponentDev {
constructor(options) {
super(options);
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["things", "foo", "bar", "baz"]);
const { ctx } = this.$$;
const props = options.props || {};

@ -148,7 +148,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponentDev {
constructor(options) {
super(options);
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["things", "foo"]);
const { ctx } = this.$$;
const props = options.props || {};

@ -113,7 +113,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["createElement"]);
}
get createElement() {

@ -30,7 +30,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["foo"]);
}
get foo() {

@ -68,7 +68,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponentDev {
constructor(options) {
super(options);
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["foo"]);
const { ctx } = this.$$;
const props = options.props || {};

@ -51,7 +51,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["bar"]);
}
get bar() {

@ -35,7 +35,7 @@ function make_uppercase() {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, null, create_fragment, safe_not_equal);
init(this, options, null, create_fragment, safe_not_equal, []);
}
}

@ -51,7 +51,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["bar"]);
}
get bar() {

@ -49,7 +49,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["bar"]);
}
get bar() {

@ -44,7 +44,7 @@ function func() {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, null, create_fragment, safe_not_equal);
init(this, options, null, create_fragment, safe_not_equal, []);
}
}

@ -116,7 +116,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["a", "b", "c", "d", "e"]);
}
get a() {

@ -156,7 +156,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["comments", "elapsed", "time", "foo"]);
}
get comments() {

@ -128,7 +128,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["things"]);
}
get things() {

@ -98,7 +98,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["things"]);
}
get things() {

@ -37,7 +37,7 @@ function touchstart_handler(e) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, null, create_fragment, safe_not_equal);
init(this, options, null, create_fragment, safe_not_equal, []);
}
}

@ -57,7 +57,7 @@ function handleClick() {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, null, create_fragment, safe_not_equal);
init(this, options, null, create_fragment, safe_not_equal, []);
}
}

@ -33,7 +33,7 @@ function create_fragment(ctx) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, null, create_fragment, safe_not_equal);
init(this, options, null, create_fragment, safe_not_equal, []);
}
}

@ -34,7 +34,7 @@ function get_answer() { return ANSWER; }
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, null, create_fragment, safe_not_equal);
init(this, options, null, create_fragment, safe_not_equal, []);
}
}

@ -34,7 +34,7 @@ function get_answer() { return ANSWER; }
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, null, create_fragment, safe_not_equal);
init(this, options, null, create_fragment, safe_not_equal, []);
}
}

@ -104,7 +104,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["foo"]);
}
get foo() {

@ -78,7 +78,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["foo"]);
}
get foo() {

@ -51,7 +51,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["color", "x", "y"]);
}
get color() {

@ -44,7 +44,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["data"]);
}
get data() {

@ -44,7 +44,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["color"]);
}
get color() {

@ -57,7 +57,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["style", "key", "value"]);
}
get style() {

@ -48,7 +48,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["files"]);
}
get files() {

@ -56,7 +56,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["value"]);
}
get value() {

@ -52,7 +52,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["foo"]);
}
get foo() {

@ -57,7 +57,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, []);
}
}

@ -58,7 +58,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, []);
}
}

@ -57,7 +57,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, []);
}
}

@ -55,7 +55,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, []);
}
}

@ -29,7 +29,7 @@ function create_fragment(ctx) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, null, create_fragment, safe_not_equal);
init(this, options, null, create_fragment, safe_not_equal, []);
}
}

@ -123,7 +123,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["buffered", "seekable", "played", "currentTime", "duration", "paused", "volume"]);
}
get buffered() {

@ -55,7 +55,7 @@ function create_fragment(ctx) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, null, create_fragment, safe_not_equal);
init(this, options, null, create_fragment, safe_not_equal, []);
}
}

@ -36,7 +36,7 @@ let name = 'world';
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, null, create_fragment, safe_not_equal);
init(this, options, null, create_fragment, safe_not_equal, []);
}
}

@ -37,7 +37,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["x"]);
}
get x() {

@ -33,7 +33,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, []);
}
}

@ -70,7 +70,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["current"]);
}
get current() {

@ -21,7 +21,7 @@ function foo(bar) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, null, create_fragment, safe_not_equal);
init(this, options, null, create_fragment, safe_not_equal, ["foo"]);
}
get foo() {

@ -32,7 +32,7 @@ function create_fragment(ctx) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, null, create_fragment, safe_not_equal);
init(this, options, null, create_fragment, safe_not_equal, []);
}
}

@ -35,7 +35,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["custom"]);
}
get custom() {

@ -139,7 +139,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["x", "y"]);
}
get x() {

@ -263,7 +263,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["a", "b", "c", "d", "e"]);
}
get a() {

@ -68,7 +68,7 @@ function instance($$self, $$props, $$invalidate) {
class SvelteComponent extends SvelteComponent_1 {
constructor(options) {
super();
init(this, options, instance, create_fragment, safe_not_equal);
init(this, options, instance, create_fragment, safe_not_equal, ["y"]);
}
get y() {

Loading…
Cancel
Save