File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments