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

Class AngularJS::AngularModule

An AngularJS module.

Import path

import javascript

Direct supertypes

Fields

Predicates

getADefinition

Get a definition for this module, that is, a call of the form angular.module("name", deps).

getADependency

Gets another module that this module lists as a dependency.

getALookup

Gets a lookup of this module, that is, a call of the form angular.module("name").

getDependencyArray

Get the array of dependencies from this module’s definition.

getName

Gets the name of this module.

toString

Gets a textual representation of this module.

Charpred