Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 30, 2024
1 parent c5d0b7a commit b13322c
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ var root_1 = $.template(`Something`, 1);
var root = $.template(`<!> `, 1);

export default function Bind_component_snippet($$anchor) {
let value = $.source('');
const _snippet = snippet;
var fragment_1 = root();

function snippet($$anchor) {
var snippet = ($$anchor) => {
var fragment = root_1();

$.append($$anchor, fragment);
}
};

let value = $.source('');
const _snippet = snippet;
var fragment_1 = root();
var node = $.first_child(fragment_1);

TextInput(node, {
Expand Down

0 comments on commit b13322c

Please sign in to comment.