added spread operator event bindings

pull/6875/head
Tom Shaw 5 years ago
parent 8e8e8dabaf
commit eea1884fde

@ -133,10 +133,10 @@ export default class InlineComponent extends Node {
} }
if (info.children.some(node => not_whitespace_text(node))) { if (info.children.some(node => not_whitespace_text(node))) {
children.push({ children.push({
start: info.start, start: info.start,
end: info.end, end: info.end,
type: 'SlotTemplate', type: 'SlotTemplate',
name: 'svelte:fragment', name: 'svelte:fragment',
attributes: [], attributes: [],
children: info.children children: info.children

Loading…
Cancel
Save