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 c62a592 commit 1340d14Copy full SHA for 1340d14
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -767,6 +767,8 @@ module API {
767
or
768
nd = any(DataFlow::InvokeNode i).getASpreadArgument()
769
770
+ nd = any(DataFlow::CallNode c).getReceiver()
771
+ or
772
nd = DataFlow::valueNode(any(ExportNamedDeclaration decl).getOperand())
773
774
nd = DataFlow::valueNode(any(ExportDefaultDeclaration decl).getOperand())
0 commit comments