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 741a573 commit 83f785cCopy full SHA for 83f785c
javascript/ql/lib/semmle/javascript/frameworks/data/internal/ApiGraphModelsSpecific.qll
@@ -60,8 +60,6 @@ predicate isPackageUsed(string package) {
60
or
61
package = any(JS::Import imp).getImportedPath().getValue()
62
63
- any(JS::TypeName t).hasQualifiedName(package, _)
64
- or
65
any(JS::TypeAnnotation t).hasUnderlyingType(package, _)
66
67
exists(JS::PackageJson json | json.getPackageName() = package)
0 commit comments