update snapshots

pull/15538/head
Rich Harris 4 months ago
parent 67183ceb8e
commit 173a7f78a2

@ -7,10 +7,12 @@ let c = 3;
let d = 4;
export function update(array) {
(
$.set(a, array[0], true),
$.set(b, array[1], true)
);
{
let [$$1, $$2] = array;
$.set(a, $$1, true);
$.set(b, $$2, true);
};
[c, d] = array;
}

@ -8,7 +8,7 @@ export default function Purity($$anchor) {
var fragment = root();
var p = $.first_child(fragment);
p.textContent = 0;
p.textContent = '0';
var p_1 = $.sibling(p, 2);

Loading…
Cancel
Save