mirror of https://github.com/sveltejs/svelte
Merge pull request #3333 from Conduitry/gh-3179
preserve async/generator-ness of hoisted function expressionspull/3342/head
commit
21e3db1b72
@ -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