update tests

pull/1647/head
Rich Harris 7 years ago
parent c295fc9018
commit d56b0b007e

@ -259,9 +259,11 @@ function create_each_block(component, ctx) {
text = createText(text_value); text = createText(text_value);
text_1 = createText("\n\t"); text_1 = createText("\n\t");
{
const { foo, bar, baz, thing } = ctx; const { foo, bar, baz, thing } = ctx;
console.log({ foo, bar, baz, thing }); console.log({ foo, bar, baz, thing });
debugger; debugger;
}
addLoc(span, file, 1, 1, 25); addLoc(span, file, 1, 1, 25);
}, },

@ -86,9 +86,11 @@ function create_each_block(component, ctx) {
text = createText(text_value); text = createText(text_value);
text_1 = createText("\n\t"); text_1 = createText("\n\t");
{
const { foo, bar, baz, thing } = ctx; const { foo, bar, baz, thing } = ctx;
console.log({ foo, bar, baz, thing }); console.log({ foo, bar, baz, thing });
debugger; debugger;
}
addLoc(span, file, 1, 1, 25); addLoc(span, file, 1, 1, 25);
}, },

@ -259,9 +259,11 @@ function create_each_block(component, ctx) {
text = createText(text_value); text = createText(text_value);
text_1 = createText("\n\t"); text_1 = createText("\n\t");
{
const { foo } = ctx; const { foo } = ctx;
console.log({ foo }); console.log({ foo });
debugger; debugger;
}
addLoc(span, file, 1, 1, 25); addLoc(span, file, 1, 1, 25);
}, },

@ -86,9 +86,11 @@ function create_each_block(component, ctx) {
text = createText(text_value); text = createText(text_value);
text_1 = createText("\n\t"); text_1 = createText("\n\t");
{
const { foo } = ctx; const { foo } = ctx;
console.log({ foo }); console.log({ foo });
debugger; debugger;
}
addLoc(span, file, 1, 1, 25); addLoc(span, file, 1, 1, 25);
}, },

Loading…
Cancel
Save