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 cc83832 commit 7149ad8Copy full SHA for 7149ad8
javascript/ql/lib/semmle/javascript/PackageExports.qll
@@ -167,4 +167,6 @@ private DataFlow::Node getAnExportFromModule(Module mod) {
167
result = mod.getAnExportedValue(_)
168
or
169
result = mod.getABulkExportedNode()
170
+ or
171
+ result.analyze().getAValue() = TAbstractModuleObject(mod)
172
}
0 commit comments