|
|
@ -165,7 +165,7 @@ function bar({ foo }) {
|
|
|
|
return foo * 2;
|
|
|
|
return foo * 2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
const __file = undefined;
|
|
|
|
const file = undefined;
|
|
|
|
|
|
|
|
|
|
|
|
function create_main_fragment(component, ctx) {
|
|
|
|
function create_main_fragment(component, ctx) {
|
|
|
|
var p, text_value = ctx.Math.max(0, ctx.foo), text, text_1, text_2;
|
|
|
|
var p, text_value = ctx.Math.max(0, ctx.foo), text, text_1, text_2;
|
|
|
@ -176,7 +176,7 @@ function create_main_fragment(component, ctx) {
|
|
|
|
text = createText(text_value);
|
|
|
|
text = createText(text_value);
|
|
|
|
text_1 = createText("\n\t");
|
|
|
|
text_1 = createText("\n\t");
|
|
|
|
text_2 = createText(ctx.bar);
|
|
|
|
text_2 = createText(ctx.bar);
|
|
|
|
addLoc(p, __file, 0, 0, 0);
|
|
|
|
addLoc(p, file, 0, 0, 0);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
m: function mount(target, anchor) {
|
|
|
|
m: function mount(target, anchor) {
|
|
|
|