mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
JS: Add change note
This commit is contained in:
@@ -53,6 +53,11 @@
|
||||
## Changes to libraries
|
||||
|
||||
* `Expr.getDocumentation()` now handles chain assignments.
|
||||
* String literals are now parsed as regular expressions.
|
||||
Consequently, a `RegExpTerm` may occur as part of a string literal or
|
||||
as a regular expression literal. Queries that search for regular expressions may need to
|
||||
use `RegExpTerm.isPartOfRegExpLiteral` or `RegExpTerm.isUsedAsRegExp` to restrict the search.
|
||||
A regular expression AST can be obtained from a string literal using `StringLiteral.asRegExp`.
|
||||
|
||||
## Removal of deprecated queries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user