mirror of https://github.com/sveltejs/svelte
fix: replace `undefined` with `void(0)` in CallExpressions (#16693)
* fix: replace `undefined` with `void(0)` in CallExpressions * tweak commentpull/16698/head
parent
be645b4d9f
commit
2344b4052e
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: replace `undefined` with `void(0)` in CallExpressions
|
Loading…
Reference in new issue