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.
undefined
1 parent 07c9600 commit bcc6effCopy full SHA for bcc6eff
index.js
@@ -7,7 +7,7 @@ const argumentsInliningVisitor = {
7
if(this.args[i]) {
8
path.replaceWith(this.args[i]);
9
} else {
10
- path.remove();
+ path.replaceWithSourceString('undefined');
11
}
12
13
};
0 commit comments