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 9e9d9d4 commit f7ec06aCopy full SHA for f7ec06a
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -778,6 +778,8 @@ module API {
778
nd = any(ExportDeclaration decl).getDirectSourceNode(_)
779
or
780
nd = any(MemberDeclaration m).getInit().flow()
781
+ or
782
+ nd = any(ClassDefinition cls | exists(cls.getADecorator())).flow()
783
} or
784
MkUse(DataFlow::Node nd) { nd instanceof DataFlow::SourceNode } or
785
/** A use of a TypeScript type. */
0 commit comments