mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
move change notes to extractor-javascript.md
This commit is contained in:
@@ -27,4 +27,3 @@
|
||||
## Changes to libraries
|
||||
|
||||
* 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.
|
||||
* `import.meta` expressions no longer result in a syntax error in JavaScript files.
|
||||
|
||||
7
change-notes/1.24/extractor-javascript.md
Normal file
7
change-notes/1.24/extractor-javascript.md
Normal file
@@ -0,0 +1,7 @@
|
||||
[[ condition: enterprise-only ]]
|
||||
|
||||
# Improvements to JavaScript analysis
|
||||
|
||||
## Changes to code extraction
|
||||
|
||||
* `import.meta` expressions no longer result in a syntax error in JavaScript files.
|
||||
Reference in New Issue
Block a user