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