CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.13 (changelog, source)
Search

Member predicate QualifiedTypeAccess::getQualifier

Gets the qualifier in front of the name, such as http in http.ServerRequest.

If the prefix consists of multiple identifiers, the qualifier is itself a qualified namespace access. For example, the qualifier of lib.util.List is lib.util.

NamespaceAccess getQualifier()