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

Module PropertyProjection

Provides classes for modeling property projection functions.

Subclass PropertyProjection to refine the behavior of the analysis on existing property projections. Subclass CustomPropertyProjection to introduce new kinds of property projections.

Import path

import semmle.javascript.frameworks.PropertyProjection

Imports

javascript

Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML.

Classes

PropertyProjection

A property projection call such as _.get(o, 'a.b'), which is equivalent to o.a.b.

Modules