JS: Also mark uses of the exports object as an export in PackageExports

This commit is contained in:
Asger Feldthaus
2021-09-03 13:35:30 +02:00
parent cc838326e1
commit 7149ad8ac4

View File

@@ -167,4 +167,6 @@ private DataFlow::Node getAnExportFromModule(Module mod) {
result = mod.getAnExportedValue(_)
or
result = mod.getABulkExportedNode()
or
result.analyze().getAValue() = TAbstractModuleObject(mod)
}