|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
/* generated by Svelte vX.Y.Z */
|
|
|
|
|
import {
|
|
|
|
|
HtmlTag,
|
|
|
|
|
SvelteComponent,
|
|
|
|
@ -22,6 +23,7 @@ function get_each_context(ctx, list, i) {
|
|
|
|
|
return child_ctx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// (8:0) {#each comments as comment, i}
|
|
|
|
|
function create_each_block(ctx) {
|
|
|
|
|
let div;
|
|
|
|
|
let strong;
|
|
|
|
@ -163,13 +165,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
|
|
|
class Component extends SvelteComponent {
|
|
|
|
|
constructor(options) {
|
|
|
|
|
super();
|
|
|
|
|
|
|
|
|
|
init(this, options, instance, create_fragment, safe_not_equal, {
|
|
|
|
|
comments: 0,
|
|
|
|
|
elapsed: 0,
|
|
|
|
|
time: 0,
|
|
|
|
|
foo: 0
|
|
|
|
|
});
|
|
|
|
|
init(this, options, instance, create_fragment, safe_not_equal, { comments: 0, elapsed: 0, time: 0, foo: 0 });
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|