pull/6049/head
Tan Li Hau 6 years ago committed by tanhauhau
parent bc115a8731
commit a4fbc314cf

@ -323,8 +323,8 @@ export default class Expression {
const func_expression = func_declaration[0]; const func_expression = func_declaration[0];
if (node.type === 'InlineComponent' || node.type === 'SlotTemplate') { if (node.type === 'SlotTemplate') {
// <Comp let:data /> // <svelte:fragment let:data />
this.replace(func_expression); this.replace(func_expression);
} else { } else {
// {#each}, {#await} // {#each}, {#await}

Loading…
Cancel
Save