mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
add change note for EventEmitter
This commit is contained in:
@@ -36,3 +36,4 @@
|
||||
## Changes to libraries
|
||||
|
||||
* The predicates `RegExpTerm.getSuccessor` and `RegExpTerm.getPredecessor` have been changed to reflect textual, not operational, matching order. This only makes a difference in lookbehind assertions, which are operationally matched backwards. Previously, `getSuccessor` would mimick this, so in an assertion `(?<=ab)` the term `b` would be considered the predecessor, not the successor, of `a`. Textually, however, `a` is still matched before `b`, and this is the order we now follow.
|
||||
* A model has been added for the NodeJS `EventEmitter`. The `SocketIO` model has been refactored to use this model.
|
||||
|
||||
Reference in New Issue
Block a user