codeql/javascript-all
2.5.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
import javascript
A property projection call such as _.get(o, 'a.b'), which is equivalent to o.a.b.
_.get(o, 'a.b')
o.a.b