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 c2f0039 commit 7483ba4Copy full SHA for 7483ba4
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -764,6 +764,8 @@ module API {
764
nd = DataFlow::valueNode(any(ExportDefaultDeclaration decl).getOperand())
765
or
766
nd = any(ExportNamedDeclaration decl).getOperand().(DeclStmt).getADecl().getInit().flow()
767
+ or
768
+ nd = any(ExportNamespaceSpecifier spec | exists(spec.getExportedName())).flow()
769
} or
770
MkUse(DataFlow::Node nd) { nd instanceof DataFlow::SourceNode } or
771
/** A use of a TypeScript type. */
0 commit comments