Skip to content

Commit 55636b3

Browse files
committed
JS: Temporarily disable MkTypeUse (too hard to localize for now)
1 parent 9bf54f2 commit 55636b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)