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 8815c92 commit 7531c41Copy full SHA for 7531c41
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -759,6 +759,8 @@ module API {
759
or
760
nd = any(DataFlow::InvokeNode i).getASpreadArgument()
761
762
+ nd = any(DataFlow::CallNode c).getReceiver()
763
+ or
764
nd = DataFlow::valueNode(any(ExportNamedDeclaration decl).getOperand())
765
766
nd = DataFlow::valueNode(any(ExportDefaultDeclaration decl).getOperand())
0 commit comments