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 6e9bc76 commit 867a563Copy full SHA for 867a563
1 file changed
src/util.mjs
@@ -682,6 +682,7 @@ function isSimpleCallArgument(node, depth = 2) {
682
683
return (
684
parts.length <= depth &&
685
+ (node.arguments ?? []).every(isChildSimple) &&
686
parts.every((node) =>
687
isLookupNode(node)
688
? isChildSimple(node.offset)
0 commit comments