mirror of https://github.com/sveltejs/svelte
fix: replace `undefined` with `void 0` to avoid edge case (#15511)
* replace 'undefined' with 'void 0' * lint * YALF * reuse expression * oops --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>pull/15513/head
parent
5d3aa2bda4
commit
489f463d7b
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: replace `undefined` with `void 0` to avoid edge case
|
Loading…
Reference in new issue