update tests

pull/1998/head
Richard Harris 7 years ago
parent 06535d8197
commit 2d1475600d

@ -10,7 +10,7 @@ export default function createDebuggingComment(
let c = node.start; let c = node.start;
if (node.type === 'ElseBlock') { if (node.type === 'ElseBlock') {
while (source[c - 1] !== '{') c -= 1; while (source[c - 1] !== '{') c -= 1;
// while (source[c - 1] === '{') c -= 1; while (source[c - 1] === '{') c -= 1;
} }
let d; let d;
@ -21,7 +21,7 @@ export default function createDebuggingComment(
} else { } else {
d = node.expression ? node.expression.node.end : c; d = node.expression ? node.expression.node.end : c;
while (source[d] !== '}') d += 1; while (source[d] !== '}') d += 1;
// while (source[d] === '}') d += 1; while (source[d] === '}') d += 1;
} }
const start = locate(c); const start = locate(c);

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, createElement, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, createElement, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var button, foo_action; var button, foo_action;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, createElement, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, createElement, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var a, link_action; var a, link_action;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, addResizeListener, add_render_callback, createElement, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, addResizeListener, add_render_callback, createElement, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var div, div_resize_listener; var div, div_resize_listener;
return { return {

@ -8,7 +8,7 @@ function add_css() {
append(document.head, style); append(document.head, style);
} }
function create_fragment($$, ctx) { function create_fragment(ctx) {
var p, text; var p, text;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, init, mount_component, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, init, mount_component, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var current; var current;
var nested = new ctx.Nested({ props: { foo: [1, 2, 3] } }); var nested = new ctx.Nested({ props: { foo: [1, 2, 3] } });

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, init, mount_component, noop, not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, init, mount_component, noop, not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var current; var current;
var nested = new ctx.Nested({ props: { foo: "bar" } }); var nested = new ctx.Nested({ props: { foo: "bar" } });

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, init, mount_component, noop, not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, init, mount_component, noop, not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var current; var current;
var nested = new ctx.Nested({ props: { foo: "bar" } }); var nested = new ctx.Nested({ props: { foo: "bar" } });

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, init, mount_component, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, init, mount_component, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var current; var current;
var nested = new ctx.Nested({ props: { foo: "bar" } }); var nested = new ctx.Nested({ props: { foo: "bar" } });

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, flush, init, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, flush, init, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
return { return {
c: noop, c: noop,
m: noop, m: noop,

@ -8,7 +8,7 @@ function add_css() {
append(document.head, style); append(document.head, style);
} }
function create_fragment($$, ctx) { function create_fragment(ctx) {
var div; var div;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteElement, createElement, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteElement, createElement, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var div; var div;
return { return {

@ -3,7 +3,7 @@ import { SvelteComponentDev, addLoc, append, createElement, createText, detachNo
const file = undefined; const file = undefined;
function create_fragment($$, ctx) { function create_fragment(ctx) {
var h1, text0, text1, text2, text3; var h1, text0, text1, text2, text3;
return { return {

@ -10,7 +10,7 @@ function get_each_context(ctx, list, i) {
} }
// (1:0) {#each things as thing} // (1:0) {#each things as thing}
function create_each_block($$, ctx) { function create_each_block(ctx) {
var span, text0_value = ctx.thing.name, text0, text1; var span, text0_value = ctx.thing.name, text0, text1;
return { return {
@ -54,7 +54,7 @@ function create_each_block($$, ctx) {
}; };
} }
function create_fragment($$, ctx) { function create_fragment(ctx) {
var text0, p, text1, text2; var text0, p, text1, text2;
var each_value = ctx.things; var each_value = ctx.things;
@ -62,7 +62,7 @@ function create_fragment($$, ctx) {
var each_blocks = []; var each_blocks = [];
for (var i = 0; i < each_value.length; i += 1) { for (var i = 0; i < each_value.length; i += 1) {
each_blocks[i] = create_each_block($$, get_each_context(ctx, each_value, i)); each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i));
} }
return { return {
@ -103,7 +103,7 @@ function create_fragment($$, ctx) {
if (each_blocks[i]) { if (each_blocks[i]) {
each_blocks[i].p(changed, child_ctx); each_blocks[i].p(changed, child_ctx);
} else { } else {
each_blocks[i] = create_each_block($$, child_ctx); each_blocks[i] = create_each_block(child_ctx);
each_blocks[i].c(); each_blocks[i].c();
each_blocks[i].m(text0.parentNode, text0); each_blocks[i].m(text0.parentNode, text0);
} }

@ -10,7 +10,7 @@ function get_each_context(ctx, list, i) {
} }
// (1:0) {#each things as thing} // (1:0) {#each things as thing}
function create_each_block($$, ctx) { function create_each_block(ctx) {
var span, text0_value = ctx.thing.name, text0, text1; var span, text0_value = ctx.thing.name, text0, text1;
return { return {
@ -54,7 +54,7 @@ function create_each_block($$, ctx) {
}; };
} }
function create_fragment($$, ctx) { function create_fragment(ctx) {
var text0, p, text1, text2; var text0, p, text1, text2;
var each_value = ctx.things; var each_value = ctx.things;
@ -62,7 +62,7 @@ function create_fragment($$, ctx) {
var each_blocks = []; var each_blocks = [];
for (var i = 0; i < each_value.length; i += 1) { for (var i = 0; i < each_value.length; i += 1) {
each_blocks[i] = create_each_block($$, get_each_context(ctx, each_value, i)); each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i));
} }
return { return {
@ -103,7 +103,7 @@ function create_fragment($$, ctx) {
if (each_blocks[i]) { if (each_blocks[i]) {
each_blocks[i].p(changed, child_ctx); each_blocks[i].p(changed, child_ctx);
} else { } else {
each_blocks[i] = create_each_block($$, child_ctx); each_blocks[i] = create_each_block(child_ctx);
each_blocks[i].c(); each_blocks[i].c();
each_blocks[i].m(text0.parentNode, text0); each_blocks[i].m(text0.parentNode, text0);
} }

@ -8,7 +8,7 @@ function get_each_context(ctx, list, i) {
} }
// (1:0) {#each createElement as node} // (1:0) {#each createElement as node}
function create_each_block($$, ctx) { function create_each_block(ctx) {
var span, text_value = ctx.node, text; var span, text_value = ctx.node, text;
return { return {
@ -36,7 +36,7 @@ function create_each_block($$, ctx) {
}; };
} }
function create_fragment($$, ctx) { function create_fragment(ctx) {
var each_anchor; var each_anchor;
var each_value = ctx.createElement; var each_value = ctx.createElement;
@ -44,7 +44,7 @@ function create_fragment($$, ctx) {
var each_blocks = []; var each_blocks = [];
for (var i = 0; i < each_value.length; i += 1) { for (var i = 0; i < each_value.length; i += 1) {
each_blocks[i] = create_each_block($$, get_each_context(ctx, each_value, i)); each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i));
} }
return { return {
@ -74,7 +74,7 @@ function create_fragment($$, ctx) {
if (each_blocks[i]) { if (each_blocks[i]) {
each_blocks[i].p(changed, child_ctx); each_blocks[i].p(changed, child_ctx);
} else { } else {
each_blocks[i] = create_each_block($$, child_ctx); each_blocks[i] = create_each_block(child_ctx);
each_blocks[i].c(); each_blocks[i].c();
each_blocks[i].m(each_anchor.parentNode, each_anchor); each_blocks[i].m(each_anchor.parentNode, each_anchor);
} }

@ -2,7 +2,7 @@
import { SvelteComponent as SvelteComponent_1, flush, init, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, flush, init, noop, safe_not_equal } from "svelte/internal";
import { onMount } from "svelte"; import { onMount } from "svelte";
function create_fragment($$, ctx) { function create_fragment(ctx) {
return { return {
c: noop, c: noop,
m: noop, m: noop,

@ -3,7 +3,7 @@ import { SvelteComponentDev, addLoc, append, createElement, createText, detachNo
const file = undefined; const file = undefined;
function create_fragment($$, ctx) { function create_fragment(ctx) {
var p, text0_value = Math.max(0, ctx.foo), text0, text1, text2; var p, text0_value = Math.max(0, ctx.foo), text0, text1, text2;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, createElement, createText, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, createElement, createText, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var div0, text, div1; var div0, text, div1;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, createElement, createText, detachNode, flush, init, insert, noop, safe_not_equal, setAttribute } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, createElement, createText, detachNode, flush, init, insert, noop, safe_not_equal, setAttribute } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var div0, text, div1; var div0, text, div1;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, append, createSvgElement, detachNode, flush, init, insert, noop, safe_not_equal, setAttribute } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, append, createSvgElement, detachNode, flush, init, insert, noop, safe_not_equal, setAttribute } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var svg, g0, g1; var svg, g0, g1;
return { return {

@ -2,7 +2,7 @@
import { SvelteComponent as SvelteComponent_1, init, mount_component, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, init, mount_component, noop, safe_not_equal } from "svelte/internal";
import LazyLoad from "./LazyLoad.html"; import LazyLoad from "./LazyLoad.html";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var current; var current;
var lazyload = new LazyLoad({ props: { load: func } }); var lazyload = new LazyLoad({ props: { load: func } });

@ -9,7 +9,7 @@ function get_each_context(ctx, list, i) {
} }
// (1:0) {#each comments as comment, i} // (1:0) {#each comments as comment, i}
function create_each_block($$, ctx) { function create_each_block(ctx) {
var div, strong, text0, text1, span, text2_value = ctx.comment.author, text2, text3, text4_value = ctx.elapsed(ctx.comment.time, ctx.time), text4, text5, text6, raw_value = ctx.comment.html, raw_before; var div, strong, text0, text1, span, text2_value = ctx.comment.author, text2, text3, text4_value = ctx.elapsed(ctx.comment.time, ctx.time), text4, text5, text6, raw_value = ctx.comment.html, raw_before;
return { return {
@ -67,7 +67,7 @@ function create_each_block($$, ctx) {
}; };
} }
function create_fragment($$, ctx) { function create_fragment(ctx) {
var text0, p, text1; var text0, p, text1;
var each_value = ctx.comments; var each_value = ctx.comments;
@ -75,7 +75,7 @@ function create_fragment($$, ctx) {
var each_blocks = []; var each_blocks = [];
for (var i = 0; i < each_value.length; i += 1) { for (var i = 0; i < each_value.length; i += 1) {
each_blocks[i] = create_each_block($$, get_each_context(ctx, each_value, i)); each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i));
} }
return { return {
@ -109,7 +109,7 @@ function create_fragment($$, ctx) {
if (each_blocks[i]) { if (each_blocks[i]) {
each_blocks[i].p(changed, child_ctx); each_blocks[i].p(changed, child_ctx);
} else { } else {
each_blocks[i] = create_each_block($$, child_ctx); each_blocks[i] = create_each_block(child_ctx);
each_blocks[i].c(); each_blocks[i].c();
each_blocks[i].m(text0.parentNode, text0); each_blocks[i].m(text0.parentNode, text0);
} }

@ -8,7 +8,7 @@ function get_each_context(ctx, list, i) {
} }
// (19:0) {#each things as thing (thing.id)} // (19:0) {#each things as thing (thing.id)}
function create_each_block($$, key_1, ctx) { function create_each_block(key_1, ctx) {
var div, text_value = ctx.thing.name, text, rect, stop_animation = noop; var div, text_value = ctx.thing.name, text, rect, stop_animation = noop;
return { return {
@ -55,7 +55,7 @@ function create_each_block($$, key_1, ctx) {
}; };
} }
function create_fragment($$, ctx) { function create_fragment(ctx) {
var each_blocks = [], each_lookup = blankObject(), each_anchor; var each_blocks = [], each_lookup = blankObject(), each_anchor;
var each_value = ctx.things; var each_value = ctx.things;
@ -65,7 +65,7 @@ function create_fragment($$, ctx) {
for (var i = 0; i < each_value.length; i += 1) { for (var i = 0; i < each_value.length; i += 1) {
let child_ctx = get_each_context(ctx, each_value, i); let child_ctx = get_each_context(ctx, each_value, i);
let key = get_key(child_ctx); let key = get_key(child_ctx);
each_blocks[i] = each_lookup[key] = create_each_block($$, key, child_ctx); each_blocks[i] = each_lookup[key] = create_each_block(key, child_ctx);
} }
return { return {
@ -84,7 +84,7 @@ function create_fragment($$, ctx) {
p(changed, ctx) { p(changed, ctx) {
const each_value = ctx.things; const each_value = ctx.things;
for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].r(); for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].r();
each_blocks = updateKeyedEach(each_blocks, $$, changed, get_key, 1, ctx, each_value, each_lookup, each_anchor.parentNode, fixAndOutroAndDestroyBlock, create_each_block, each_anchor, get_each_context); each_blocks = updateKeyedEach(each_blocks, changed, get_key, 1, ctx, each_value, each_lookup, each_anchor.parentNode, fixAndOutroAndDestroyBlock, create_each_block, each_anchor, get_each_context);
for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].a(); for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].a();
}, },

@ -8,7 +8,7 @@ function get_each_context(ctx, list, i) {
} }
// (1:0) {#each things as thing (thing.id)} // (1:0) {#each things as thing (thing.id)}
function create_each_block($$, key_1, ctx) { function create_each_block(key_1, ctx) {
var div, text_value = ctx.thing.name, text; var div, text_value = ctx.thing.name, text;
return { return {
@ -41,7 +41,7 @@ function create_each_block($$, key_1, ctx) {
}; };
} }
function create_fragment($$, ctx) { function create_fragment(ctx) {
var each_blocks = [], each_lookup = blankObject(), each_anchor; var each_blocks = [], each_lookup = blankObject(), each_anchor;
var each_value = ctx.things; var each_value = ctx.things;
@ -51,7 +51,7 @@ function create_fragment($$, ctx) {
for (var i = 0; i < each_value.length; i += 1) { for (var i = 0; i < each_value.length; i += 1) {
let child_ctx = get_each_context(ctx, each_value, i); let child_ctx = get_each_context(ctx, each_value, i);
let key = get_key(child_ctx); let key = get_key(child_ctx);
each_blocks[i] = each_lookup[key] = create_each_block($$, key, child_ctx); each_blocks[i] = each_lookup[key] = create_each_block(key, child_ctx);
} }
return { return {
@ -69,7 +69,7 @@ function create_fragment($$, ctx) {
p(changed, ctx) { p(changed, ctx) {
const each_value = ctx.things; const each_value = ctx.things;
each_blocks = updateKeyedEach(each_blocks, $$, changed, get_key, 1, ctx, each_value, each_lookup, each_anchor.parentNode, destroyBlock, create_each_block, each_anchor, get_each_context); each_blocks = updateKeyedEach(each_blocks, changed, get_key, 1, ctx, each_value, each_lookup, each_anchor.parentNode, destroyBlock, create_each_block, each_anchor, get_each_context);
}, },
i: noop, i: noop,

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, addListener, createElement, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, addListener, createElement, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var a, dispose; var a, dispose;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, addListener, append, createElement, createText, detachNode, init, insert, noop, preventDefault, run_all, safe_not_equal, stopPropagation } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, addListener, append, createElement, createText, detachNode, init, insert, noop, preventDefault, run_all, safe_not_equal, stopPropagation } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var div, button0, text1, button1, text3, button2, dispose; var div, button0, text1, button1, text3, button2, dispose;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, append, createElement, detachNode, init, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, append, createElement, detachNode, init, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var meta0, meta1; var meta0, meta1;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var b, text_value = get_answer(), text; var b, text_value = get_answer(), text;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var b, text_value = get_answer(), text; var b, text_value = get_answer(), text;
return { return {

@ -2,7 +2,7 @@
import { SvelteComponent as SvelteComponent_1, createComment, createElement, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, createComment, createElement, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal";
// (3:0) {:else} // (3:0) {:else}
function create_else_block($$, ctx) { function create_else_block(ctx) {
var p; var p;
return { return {
@ -24,7 +24,7 @@ function create_else_block($$, ctx) {
} }
// (1:0) {#if foo} // (1:0) {#if foo}
function create_if_block($$, ctx) { function create_if_block(ctx) {
var p; var p;
return { return {
@ -45,7 +45,7 @@ function create_if_block($$, ctx) {
}; };
} }
function create_fragment($$, ctx) { function create_fragment(ctx) {
var if_block_anchor; var if_block_anchor;
function select_block_type(ctx) { function select_block_type(ctx) {
@ -54,7 +54,7 @@ function create_fragment($$, ctx) {
} }
var current_block_type = select_block_type(ctx); var current_block_type = select_block_type(ctx);
var if_block = current_block_type($$, ctx); var if_block = current_block_type(ctx);
return { return {
c() { c() {
@ -70,7 +70,7 @@ function create_fragment($$, ctx) {
p(changed, ctx) { p(changed, ctx) {
if (current_block_type !== (current_block_type = select_block_type(ctx))) { if (current_block_type !== (current_block_type = select_block_type(ctx))) {
if_block.d(1); if_block.d(1);
if_block = current_block_type($$, ctx); if_block = current_block_type(ctx);
if (if_block) { if (if_block) {
if_block.c(); if_block.c();
if_block.m(if_block_anchor.parentNode, if_block_anchor); if_block.m(if_block_anchor.parentNode, if_block_anchor);

@ -2,7 +2,7 @@
import { SvelteComponent as SvelteComponent_1, createComment, createElement, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, createComment, createElement, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal";
// (1:0) {#if foo} // (1:0) {#if foo}
function create_if_block($$, ctx) { function create_if_block(ctx) {
var p; var p;
return { return {
@ -23,10 +23,10 @@ function create_if_block($$, ctx) {
}; };
} }
function create_fragment($$, ctx) { function create_fragment(ctx) {
var if_block_anchor; var if_block_anchor;
var if_block = (ctx.foo) && create_if_block($$, ctx); var if_block = (ctx.foo) && create_if_block(ctx);
return { return {
c() { c() {
@ -42,7 +42,7 @@ function create_fragment($$, ctx) {
p(changed, ctx) { p(changed, ctx) {
if (ctx.foo) { if (ctx.foo) {
if (!if_block) { if (!if_block) {
if_block = create_if_block($$, ctx); if_block = create_if_block(ctx);
if_block.c(); if_block.c();
if_block.m(if_block_anchor.parentNode, if_block_anchor); if_block.m(if_block_anchor.parentNode, if_block_anchor);
} }

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, createElement, detachNode, flush, init, insert, noop, safe_not_equal, setStyle } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, createElement, detachNode, flush, init, insert, noop, safe_not_equal, setStyle } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var div; var div;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, createElement, detachNode, flush, init, insert, noop, safe_not_equal, setStyle } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, createElement, detachNode, flush, init, insert, noop, safe_not_equal, setStyle } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var div; var div;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, createElement, detachNode, flush, init, insert, noop, safe_not_equal, setStyle } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, createElement, detachNode, flush, init, insert, noop, safe_not_equal, setStyle } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var div; var div;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, createElement, createText, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, createElement, createText, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var div0, text, div1, div1_style_value; var div0, text, div1, div1_style_value;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, addListener, createElement, detachNode, flush, init, insert, noop, safe_not_equal, setAttribute } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, addListener, createElement, detachNode, flush, init, insert, noop, safe_not_equal, setAttribute } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var input, dispose; var input, dispose;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, addListener, createElement, detachNode, flush, init, insert, noop, run_all, safe_not_equal, setAttribute, toNumber } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, addListener, createElement, detachNode, flush, init, insert, noop, run_all, safe_not_equal, setAttribute, toNumber } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var input, dispose; var input, dispose;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, addListener, createElement, detachNode, flush, init, insert, noop, safe_not_equal, setAttribute } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, addListener, createElement, detachNode, flush, init, insert, noop, safe_not_equal, setAttribute } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var input, dispose; var input, dispose;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, addListener, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal, setData } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, addListener, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal, setData } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var button, text1, p, text2, text3, dispose; var button, text1, p, text2, text3, dispose;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, addListener, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal, setData } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, addListener, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal, setData } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var button, text1, p, text2, text3_value = ctx.things.length, text3, dispose; var button, text1, p, text2, text3_value = ctx.things.length, text3, dispose;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, addListener, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal, setData } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, addListener, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal, setData } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var button, text1, p, text2, text3, dispose; var button, text1, p, text2, text3, dispose;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, addListener, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal, setData } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, addListener, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal, setData } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var button, text1, p, text2, text3_value = ctx.things.length, text3, dispose; var button, text1, p, text2, text3_value = ctx.things.length, text3, dispose;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, createElement, detachNode, init, insert, noop, safe_not_equal, setInputType } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, createElement, detachNode, init, insert, noop, safe_not_equal, setInputType } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var input; var input;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, addListener, add_render_callback, createElement, detachNode, flush, init, insert, noop, run_all, safe_not_equal, timeRangesToArray } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, addListener, add_render_callback, createElement, detachNode, flush, init, insert, noop, run_all, safe_not_equal, timeRangesToArray } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var audio, audio_updating = false, audio_animationframe, audio_is_paused = true, dispose; var audio, audio_updating = false, audio_animationframe, audio_is_paused = true, dispose;
function audio_timeupdate_handler() { function audio_timeupdate_handler() {

@ -2,7 +2,7 @@
import { SvelteComponent as SvelteComponent_1, createText, detachNode, init, insert, mount_component, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, createText, detachNode, init, insert, mount_component, noop, safe_not_equal } from "svelte/internal";
import Imported from "Imported.html"; import Imported from "Imported.html";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var text, current; var text, current;
var imported = new Imported({}); var imported = new Imported({});

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var h1, text0, text1, text2; var h1, text0, text1, text2;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, append, createElement, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, append, createElement, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var select, option0, option1, select_value_value; var select, option0, option1, select_value_value;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, init, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, init, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
return { return {
c: noop, c: noop,
m: noop, m: noop,

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, append, createSvgElement, createText, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, append, createSvgElement, createText, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var svg, title, text; var svg, title, text;
return { return {

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, flush, init, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, flush, init, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var title_value; var title_value;
document.title = title_value = "a " + ctx.custom + " title"; document.title = title_value = "a " + ctx.custom + " title";

@ -2,7 +2,7 @@
import { SvelteComponent as SvelteComponent_1, append, createComment, createElement, createText, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, append, createComment, createElement, createText, detachNode, flush, init, insert, noop, safe_not_equal } from "svelte/internal";
// (2:1) {#if a} // (2:1) {#if a}
function create_if_block_4($$, ctx) { function create_if_block_4(ctx) {
var p; var p;
return { return {
@ -24,7 +24,7 @@ function create_if_block_4($$, ctx) {
} }
// (8:1) {#if b} // (8:1) {#if b}
function create_if_block_3($$, ctx) { function create_if_block_3(ctx) {
var p; var p;
return { return {
@ -46,7 +46,7 @@ function create_if_block_3($$, ctx) {
} }
// (12:1) {#if c} // (12:1) {#if c}
function create_if_block_2($$, ctx) { function create_if_block_2(ctx) {
var p; var p;
return { return {
@ -68,7 +68,7 @@ function create_if_block_2($$, ctx) {
} }
// (18:1) {#if d} // (18:1) {#if d}
function create_if_block_1($$, ctx) { function create_if_block_1(ctx) {
var p; var p;
return { return {
@ -90,7 +90,7 @@ function create_if_block_1($$, ctx) {
} }
// (25:0) {#if e} // (25:0) {#if e}
function create_if_block($$, ctx) { function create_if_block(ctx) {
var p; var p;
return { return {
@ -111,18 +111,18 @@ function create_if_block($$, ctx) {
}; };
} }
function create_fragment($$, ctx) { function create_fragment(ctx) {
var div, text0, p0, text2, text3, text4, p1, text6, text7, if_block4_anchor; var div, text0, p0, text2, text3, text4, p1, text6, text7, if_block4_anchor;
var if_block0 = (ctx.a) && create_if_block_4($$, ctx); var if_block0 = (ctx.a) && create_if_block_4(ctx);
var if_block1 = (ctx.b) && create_if_block_3($$, ctx); var if_block1 = (ctx.b) && create_if_block_3(ctx);
var if_block2 = (ctx.c) && create_if_block_2($$, ctx); var if_block2 = (ctx.c) && create_if_block_2(ctx);
var if_block3 = (ctx.d) && create_if_block_1($$, ctx); var if_block3 = (ctx.d) && create_if_block_1(ctx);
var if_block4 = (ctx.e) && create_if_block($$, ctx); var if_block4 = (ctx.e) && create_if_block(ctx);
return { return {
c() { c() {
@ -166,7 +166,7 @@ function create_fragment($$, ctx) {
p(changed, ctx) { p(changed, ctx) {
if (ctx.a) { if (ctx.a) {
if (!if_block0) { if (!if_block0) {
if_block0 = create_if_block_4($$, ctx); if_block0 = create_if_block_4(ctx);
if_block0.c(); if_block0.c();
if_block0.m(div, text0); if_block0.m(div, text0);
} }
@ -177,7 +177,7 @@ function create_fragment($$, ctx) {
if (ctx.b) { if (ctx.b) {
if (!if_block1) { if (!if_block1) {
if_block1 = create_if_block_3($$, ctx); if_block1 = create_if_block_3(ctx);
if_block1.c(); if_block1.c();
if_block1.m(div, text3); if_block1.m(div, text3);
} }
@ -188,7 +188,7 @@ function create_fragment($$, ctx) {
if (ctx.c) { if (ctx.c) {
if (!if_block2) { if (!if_block2) {
if_block2 = create_if_block_2($$, ctx); if_block2 = create_if_block_2(ctx);
if_block2.c(); if_block2.c();
if_block2.m(div, text4); if_block2.m(div, text4);
} }
@ -199,7 +199,7 @@ function create_fragment($$, ctx) {
if (ctx.d) { if (ctx.d) {
if (!if_block3) { if (!if_block3) {
if_block3 = create_if_block_1($$, ctx); if_block3 = create_if_block_1(ctx);
if_block3.c(); if_block3.c();
if_block3.m(div, null); if_block3.m(div, null);
} }
@ -210,7 +210,7 @@ function create_fragment($$, ctx) {
if (ctx.e) { if (ctx.e) {
if (!if_block4) { if (!if_block4) {
if_block4 = create_if_block($$, ctx); if_block4 = create_if_block(ctx);
if_block4.c(); if_block4.c();
if_block4.m(if_block4_anchor.parentNode, if_block4_anchor); if_block4.m(if_block4_anchor.parentNode, if_block4_anchor);
} }

@ -1,7 +1,7 @@
/* generated by Svelte vX.Y.Z */ /* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, addListener, add_render_callback, append, createElement, createText, detachNode, flush, init, insert, noop, safe_not_equal, setData } from "svelte/internal"; import { SvelteComponent as SvelteComponent_1, addListener, add_render_callback, append, createElement, createText, detachNode, flush, init, insert, noop, safe_not_equal, setData } from "svelte/internal";
function create_fragment($$, ctx) { function create_fragment(ctx) {
var scrolling = false, clear_scrolling = () => { scrolling = false }, scrolling_timeout, p, text0, text1, dispose; var scrolling = false, clear_scrolling = () => { scrolling = false }, scrolling_timeout, p, text0, text1, dispose;
add_render_callback(ctx.onwindowscroll); add_render_callback(ctx.onwindowscroll);

Loading…
Cancel
Save