We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b771503 commit fc7b9f7Copy full SHA for fc7b9f7
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