Merge branch 'skip-nodes' of github.com:sveltejs/svelte into skip-nodes

pull/12914/head
Rich Harris 2 years ago
commit ca2ac19b90

@ -146,7 +146,7 @@ function is_static_element(node) {
}
if (node.name.includes('-')) {
return false; // TODO this feels unnecessary, but tests break
return false; // we're setting all attributes on custom elements through properties
}
}

Loading…
Cancel
Save