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 9f100ef commit ce8836fCopy full SHA for ce8836f
javascript/ql/lib/semmle/javascript/PackageExports.qll
@@ -201,7 +201,7 @@ private DataFlow::Node getAValueExportedByPackage() {
201
// Object.assign and friends
202
exists(ExtendCall assign |
203
getAValueExportedByPackage() =
204
- [assign, assign.getDestinationOperand(), assign.getDestinationOperand().getALocalSource()]
+ [assign, assign.getDestinationOperand().getALocalSource()]
205
|
206
result = assign.getASourceOperand()
207
)
0 commit comments