We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc383a commit dc39f19Copy full SHA for dc39f19
1 file changed
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -765,7 +765,8 @@ module API {
765
MkUse(DataFlow::Node nd) { nd instanceof DataFlow::SourceNode } or
766
/** A use of a TypeScript type. */
767
MkTypeUse(string moduleName, string exportName) {
768
- any(TypeAnnotation n).hasUnderlyingType(moduleName, exportName)
+ // any(TypeAnnotation n).hasUnderlyingType(moduleName, exportName)
769
+ none() // TODO
770
} or
771
MkSyntheticCallbackArg(DataFlow::InvokeNode nd)
772
0 commit comments