Skip to content

Commit 1228d50

Browse files
committed
update change notes to reflect that library models have improved
1 parent 750e978 commit 1228d50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

change-notes/1.24/analysis-javascript.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
- [react](https://www.npmjs.com/package/react)
1414
- [typeahead.js](https://www.npmjs.com/package/typeahead.js)
1515
- [Handlebars](https://www.npmjs.com/package/handlebars)
16+
- [Electron](https://electronjs.org/)
17+
- [Node.js](https://nodejs.org/)
18+
- [Socket.IO](https://socket.io/)
1619

1720
## New queries
1821

@@ -36,4 +39,4 @@
3639
## Changes to libraries
3740

3841
* 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.
39-
* A model has been added for the NodeJS `EventEmitter`. The `SocketIO` model has been refactored to use this model.
42+
* An extensible model of the `EventEmitter` pattern has been implemented.

0 commit comments

Comments
 (0)