Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52e5879

Browse files
author
Max Schaefer
committed
JavaScript: Move extractor change notes.
1 parent 4c4920c commit 52e5879

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[[ condition: enterprise-only ]]
2+
3+
# Improvements to JavaScript analysis
4+
5+
> NOTES
6+
>
7+
> Please describe your changes in terms that are suitable for
8+
> customers to read. These notes will have only minor tidying up
9+
> before they are published as part of the release notes.
10+
>
11+
> This file is written for lgtm users and should contain *only*
12+
> notes about changes that affect lgtm enterprise users. Add
13+
> any other customer-facing changes to the `studio-java.md`
14+
> file.
15+
>
16+
17+
## General improvements
18+
19+
> Changes that affect alerts in many files or from many queries
20+
> For example, changes to file classification
21+
22+
## Changes to code extraction
23+
24+
* Destructuring assignments are now modeled more precisely, which fixes both false-negative and false-positive results for the rules
25+
"Missing variable declaration" and "Useless assignment to local variable" in certain corner cases.
26+
* The TypeScript compiler is now bundled with the distribution, and no longer needs to be installed manually.
27+
Should the compiler version need to be overridden, set the `SEMMLE_TYPESCRIPT_HOME` environment variable to
28+
point to an installation of the `typescript` NPM package.

0 commit comments

Comments
 (0)