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