mirror of https://github.com/sveltejs/svelte
Merge pull request #3333 from Conduitry/gh-3179
preserve async/generator-ness of hoisted function expressionspull/7738/head
commit
133b1167ae
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
html: `
|
||||
<button>nothing</button>
|
||||
`,
|
||||
};
|
@ -0,0 +1 @@
|
||||
<button on:click={async () => { await null; }}>nothing</button>
|
Loading…
Reference in new issue