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

Member predicate Decorator::getElement

Gets the element this decorator is applied to.

For example, in the class declaration @A class C { }, the element decorator @A is applied to is C.

Decoratable getElement()