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 599e08d commit 8e9e5a9Copy full SHA for 8e9e5a9
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -770,6 +770,8 @@ module API {
770
nd = DataFlow::valueNode(any(ExportNamedDeclaration decl).getOperand())
771
or
772
nd = DataFlow::valueNode(any(ExportDefaultDeclaration decl).getOperand())
773
+ or
774
+ nd = any(ExportNamedDeclaration decl).getOperand().(DeclStmt).getADecl().getInit().flow()
775
} or
776
MkUse(DataFlow::Node nd) { nd instanceof DataFlow::SourceNode } or
777
/** A use of a TypeScript type. */
0 commit comments