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

Datatype RefKind

Classification of variable references; all references have kind Ref, but only declarations have kind Decl.

Note that references that are not declarations are called accesses elsewhere, but they are not treated specially in this context.

Import path

import Declarations.Declarations

Branch types

Injectors