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

Member predicate JSDoc::Environment::isContainerInScope

Holds if the aliases declared in this environment should be in scope within the given container.

Specifically, this holds if this environment declares at least one alias and is an ancestor of container.

predicate isContainerInScope(StmtContainer container)