Skip to content

Commit 13afd63

Browse files
Napalyserik-krogh
andauthored
Update javascript/ql/lib/change-notes/2024-11-28-regexp-unknown-flags.md
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent d2de9a2 commit 13afd63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
category: majorAnalysis
33
---
4-
* Queries now flag `new RegExp objects`, not just `regex literals`.
5-
* `RegExp` queries in JavaScript now account for unknown flags.
4+
* Queries working with regular expressions now also handle regular expressions constructed using `new RegExp(..)`. Previously some queries didn't handle such regular expressions.
5+
* Regular expression related queries now account for unknown flags.

0 commit comments

Comments
 (0)