mirror of https://github.com/sveltejs/svelte
preserve async/generator-ness of hoisted function expressions (#3179)
parent
981f30d3e9
commit
bfa0bc98b7
@ -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