mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
JS(extractor): support nullish coalescing operators
This commit is contained in:
21
change-notes/1.20/extractor-javascript.md
Normal file
21
change-notes/1.20/extractor-javascript.md
Normal file
@@ -0,0 +1,21 @@
|
||||
[[ condition: enterprise-only ]]
|
||||
|
||||
# Improvements to JavaScript analysis
|
||||
|
||||
> NOTES
|
||||
>
|
||||
> Please describe your changes in terms that are suitable for
|
||||
> customers to read. These notes will have only minor tidying up
|
||||
> before they are published as part of the release notes.
|
||||
>
|
||||
> This file is written for lgtm users and should contain *only*
|
||||
> notes about changes that affect lgtm enterprise users. Add
|
||||
> any other customer-facing changes to the `studio-java.md`
|
||||
> file.
|
||||
>
|
||||
|
||||
## General improvements
|
||||
|
||||
## Changes to code extraction
|
||||
|
||||
* The extractor now supports [Nullish Coalescing](https://github.com/tc39/proposal-nullish-coalescing) expressions.
|
||||
Reference in New Issue
Block a user