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 ceda5f6 commit dd5da79Copy full SHA for dd5da79
javascript/ql/lib/semmle/javascript/PackageExports.qll
@@ -59,7 +59,7 @@ private DataFlow::Node getAValueExportedByPackage() {
59
func = getAValueExportedByPackage().getALocalSource() and inst = unique( | | func.getAReturn())
60
|
61
clz.getAnInstanceReference() = inst and
62
- result = clz.getAnInstanceMethod()
+ result = clz.getAnInstanceMember(_)
63
)
64
or
65
result = getAValueExportedByPackage().getALocalSource()
0 commit comments