Skip to content

Commit dc39f19

Browse files
committed
JS: Temporarily disable MkTypeUse (too hard to localize for now)
1 parent 7fc383a commit dc39f19

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

javascript/ql/lib/semmle/javascript/ApiGraphs.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,8 @@ module API {
765765
MkUse(DataFlow::Node nd) { nd instanceof DataFlow::SourceNode } or
766766
/** A use of a TypeScript type. */
767767
MkTypeUse(string moduleName, string exportName) {
768-
any(TypeAnnotation n).hasUnderlyingType(moduleName, exportName)
768+
// any(TypeAnnotation n).hasUnderlyingType(moduleName, exportName)
769+
none() // TODO
769770
} or
770771
MkSyntheticCallbackArg(DataFlow::InvokeNode nd)
771772

0 commit comments

Comments
 (0)