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 9bf54f2 commit 55636b3Copy full SHA for 55636b3
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