Skip to content

Commit 0611dc3

Browse files
committed
move change notes to extractor-javascript.md
1 parent 43e9d11 commit 0611dc3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

change-notes/1.24/analysis-javascript.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@
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-
* `import.meta` expressions no longer result in a syntax error in JavaScript files.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[[ condition: enterprise-only ]]
2+
3+
# Improvements to JavaScript analysis
4+
5+
## Changes to code extraction
6+
7+
* `import.meta` expressions no longer result in a syntax error in JavaScript files.

0 commit comments

Comments
 (0)