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

Module EventEmitter

Import path

import javascript

Predicates

chainableMethod

Gets the name of a method on EventEmitter that returns this.

on

Gets the name of a method on EventEmitter that registers an event handler.

trackEventEmitter

Gets a node that refers to an EventEmitter object.

Classes

Range

An object that implements the EventEmitter API. Extending this class does nothing, its mostly to indicate intent.