We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66db382 commit 7a489afCopy full SHA for 7a489af
change-notes/1.23/analysis-javascript.md
@@ -53,6 +53,11 @@
53
## Changes to libraries
54
55
* `Expr.getDocumentation()` now handles chain assignments.
56
+* String literals are now parsed as regular expressions.
57
+ Consequently, a `RegExpTerm` may occur as part of a string literal or
58
+ as a regular expression literal. Queries that search for regular expressions may need to
59
+ use `RegExpTerm.isPartOfRegExpLiteral` or `RegExpTerm.isUsedAsRegExp` to restrict the search.
60
+ A regular expression AST can be obtained from a string literal using `StringLiteral.asRegExp`.
61
62
## Removal of deprecated queries
63
0 commit comments