mirror of https://github.com/sveltejs/svelte
chore: use CustomEvent constructor instead of deprecated createEvent method (#11629)
* chore: use CustomEvent constructor instead of deprecated createEvent method * while we're here... * changeset --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>pull/11617/head
parent
4bedd0e4fb
commit
cac8630de6
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
chore: use `new CustomEvent` instead of deprecated `initCustomEvent`
|
Loading…
Reference in new issue