File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
javascript/ql/lib/semmle/javascript Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -752,17 +752,13 @@ module API {
752752 imports ( _, m )
753753 or
754754 any ( TypeAnnotation n ) .hasUnderlyingType ( m , _)
755- or
756- any ( Type t ) .hasUnderlyingType ( m , _)
757755 } or
758756 MkClassInstance ( DataFlow:: ClassNode cls ) { needsDefNode ( cls ) } or
759757 MkDef ( DataFlow:: Node nd ) { rhs ( _, _, nd ) } or
760758 MkUse ( DataFlow:: Node nd ) { use ( _, _, nd ) } or
761759 /** A use of a TypeScript type. */
762760 MkTypeUse ( string moduleName , string exportName ) {
763761 any ( TypeAnnotation n ) .hasUnderlyingType ( moduleName , exportName )
764- or
765- any ( Type t ) .hasUnderlyingType ( moduleName , exportName )
766762 } or
767763 MkSyntheticCallbackArg ( DataFlow:: Node src , int bound , DataFlow:: InvokeNode nd ) {
768764 trackUseNode ( src , true , bound , "" ) .flowsTo ( nd .getCalleeNode ( ) )
You can’t perform that action at this time.
0 commit comments