We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b606f commit 95753ecCopy full SHA for 95753ec
packages/svelte/src/compiler/utils/builders.js
@@ -100,7 +100,7 @@ export function call(callee, ...args) {
100
if (typeof callee === 'string') callee = id(callee);
101
args = args.slice();
102
103
- // replacing missing arguments with `undefined`, unless they're at the end in which case remove them
+ // replacing missing arguments with `void(0)`, unless they're at the end in which case remove them
104
let i = args.length;
105
let popping = true;
106
while (i--) {
0 commit comments