|
|
|
|
@ -1,8 +1,16 @@
|
|
|
|
|
/* generated by Svelte vX.Y.Z */
|
|
|
|
|
import { append, assign, createElement, createText, destroyEach, detachAfter, detachNode, init, insert, proto, setData } from "svelte/shared.js";
|
|
|
|
|
|
|
|
|
|
function get_each_context(ctx, list, i) {
|
|
|
|
|
const child_ctx = Object.create(ctx);
|
|
|
|
|
child_ctx.comment = list[i];
|
|
|
|
|
child_ctx.each_value = list;
|
|
|
|
|
child_ctx.i = i;
|
|
|
|
|
return child_ctx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function create_main_fragment(component, ctx) {
|
|
|
|
|
var text, p, text_1;
|
|
|
|
|
var text0, p, text1;
|
|
|
|
|
|
|
|
|
|
var each_value = ctx.comments;
|
|
|
|
|
|
|
|
|
|
@ -18,9 +26,9 @@ function create_main_fragment(component, ctx) {
|
|
|
|
|
each_blocks[i].c();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
text = createText("\n\n");
|
|
|
|
|
text0 = createText("\n\n");
|
|
|
|
|
p = createElement("p");
|
|
|
|
|
text_1 = createText(ctx.foo);
|
|
|
|
|
text1 = createText(ctx.foo);
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
m(target, anchor) {
|
|
|
|
|
@ -28,9 +36,9 @@ function create_main_fragment(component, ctx) {
|
|
|
|
|
each_blocks[i].m(target, anchor);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
insert(target, text, anchor);
|
|
|
|
|
insert(target, text0, anchor);
|
|
|
|
|
insert(target, p, anchor);
|
|
|
|
|
append(p, text_1);
|
|
|
|
|
append(p, text1);
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
p(changed, ctx) {
|
|
|
|
|
@ -45,7 +53,7 @@ function create_main_fragment(component, ctx) {
|
|
|
|
|
} else {
|
|
|
|
|
each_blocks[i] = create_each_block(component, child_ctx);
|
|
|
|
|
each_blocks[i].c();
|
|
|
|
|
each_blocks[i].m(text.parentNode, text);
|
|
|
|
|
each_blocks[i].m(text0.parentNode, text0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -56,7 +64,7 @@ function create_main_fragment(component, ctx) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (changed.foo) {
|
|
|
|
|
setData(text_1, ctx.foo);
|
|
|
|
|
setData(text1, ctx.foo);
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
@ -64,7 +72,7 @@ function create_main_fragment(component, ctx) {
|
|
|
|
|
destroyEach(each_blocks, detach);
|
|
|
|
|
|
|
|
|
|
if (detach) {
|
|
|
|
|
detachNode(text);
|
|
|
|
|
detachNode(text0);
|
|
|
|
|
detachNode(p);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -73,20 +81,20 @@ function create_main_fragment(component, ctx) {
|
|
|
|
|
|
|
|
|
|
// (1:0) {#each comments as comment, i}
|
|
|
|
|
function create_each_block(component, ctx) {
|
|
|
|
|
var div, strong, text, text_1, span, text_2_value = ctx.comment.author, text_2, text_3, text_4_value = ctx.elapsed(ctx.comment.time, ctx.time), text_4, text_5, text_6, 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 {
|
|
|
|
|
c() {
|
|
|
|
|
div = createElement("div");
|
|
|
|
|
strong = createElement("strong");
|
|
|
|
|
text = createText(ctx.i);
|
|
|
|
|
text_1 = createText("\n\n\t\t");
|
|
|
|
|
text0 = createText(ctx.i);
|
|
|
|
|
text1 = createText("\n\n\t\t");
|
|
|
|
|
span = createElement("span");
|
|
|
|
|
text_2 = createText(text_2_value);
|
|
|
|
|
text_3 = createText(" wrote ");
|
|
|
|
|
text_4 = createText(text_4_value);
|
|
|
|
|
text_5 = createText(" ago:");
|
|
|
|
|
text_6 = createText("\n\n\t\t");
|
|
|
|
|
text2 = createText(text2_value);
|
|
|
|
|
text3 = createText(" wrote ");
|
|
|
|
|
text4 = createText(text4_value);
|
|
|
|
|
text5 = createText(" ago:");
|
|
|
|
|
text6 = createText("\n\n\t\t");
|
|
|
|
|
raw_before = createElement('noscript');
|
|
|
|
|
span.className = "meta";
|
|
|
|
|
div.className = "comment";
|
|
|
|
|
@ -95,25 +103,25 @@ function create_each_block(component, ctx) {
|
|
|
|
|
m(target, anchor) {
|
|
|
|
|
insert(target, div, anchor);
|
|
|
|
|
append(div, strong);
|
|
|
|
|
append(strong, text);
|
|
|
|
|
append(div, text_1);
|
|
|
|
|
append(strong, text0);
|
|
|
|
|
append(div, text1);
|
|
|
|
|
append(div, span);
|
|
|
|
|
append(span, text_2);
|
|
|
|
|
append(span, text_3);
|
|
|
|
|
append(span, text_4);
|
|
|
|
|
append(span, text_5);
|
|
|
|
|
append(div, text_6);
|
|
|
|
|
append(span, text2);
|
|
|
|
|
append(span, text3);
|
|
|
|
|
append(span, text4);
|
|
|
|
|
append(span, text5);
|
|
|
|
|
append(div, text6);
|
|
|
|
|
append(div, raw_before);
|
|
|
|
|
raw_before.insertAdjacentHTML("afterend", raw_value);
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
p(changed, ctx) {
|
|
|
|
|
if ((changed.comments) && text_2_value !== (text_2_value = ctx.comment.author)) {
|
|
|
|
|
setData(text_2, text_2_value);
|
|
|
|
|
if ((changed.comments) && text2_value !== (text2_value = ctx.comment.author)) {
|
|
|
|
|
setData(text2, text2_value);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ((changed.elapsed || changed.comments || changed.time) && text_4_value !== (text_4_value = ctx.elapsed(ctx.comment.time, ctx.time))) {
|
|
|
|
|
setData(text_4, text_4_value);
|
|
|
|
|
if ((changed.elapsed || changed.comments || changed.time) && text4_value !== (text4_value = ctx.elapsed(ctx.comment.time, ctx.time))) {
|
|
|
|
|
setData(text4, text4_value);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ((changed.comments) && raw_value !== (raw_value = ctx.comment.html)) {
|
|
|
|
|
@ -130,14 +138,6 @@ function create_each_block(component, ctx) {
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function get_each_context(ctx, list, i) {
|
|
|
|
|
const child_ctx = Object.create(ctx);
|
|
|
|
|
child_ctx.comment = list[i];
|
|
|
|
|
child_ctx.each_value = list;
|
|
|
|
|
child_ctx.i = i;
|
|
|
|
|
return child_ctx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function SvelteComponent(options) {
|
|
|
|
|
init(this, options);
|
|
|
|
|
this._state = assign({}, options.data);
|
|
|
|
|
|