Module CanonicalNames
Provides classes for working with name resolution of namespaces and types.
Import path
import semmle.javascript.CanonicalNamesImports
| javascript | Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML. |
Classes
| CanonicalFunctionName | The canonical name for a function. |
| CanonicalName | A fully qualified name relative to a specific root, usually referring to a TypeScript namespace or type. |
| Namespace | The canonical name for a namespace. |
| TypeName | The canonical name for a type. |