Skip to content

Commit 807664e

Browse files
committed
add change note
1 parent 4fdfa51 commit 807664e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

change-notes/1.24/analysis-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
## Changes to libraries
2828

2929
* 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.
30-
30+
* `import.meta` expressions no longer result in a syntax error in JavaScript files.

0 commit comments

Comments
 (0)