JavaScript: Update 1.19 change notes to remove changes that ended up in 1.18.1.

This commit is contained in:
Max Schaefer
2018-11-09 09:17:14 +00:00
parent a7290e5aeb
commit 71bbbb77eb
2 changed files with 1 additions and 6 deletions

View File

@@ -21,8 +21,6 @@
## Changes to code extraction
* Destructuring assignments are now modeled more precisely, which fixes both false-negative and false-positive results for the rules
"Missing variable declaration" and "Useless assignment to local variable" in certain corner cases.
* The TypeScript compiler is now bundled with the distribution, and no longer needs to be installed manually.
Should the compiler version need to be overridden, set the `SEMMLE_TYPESCRIPT_HOME` environment variable to
point to an installation of the `typescript` NPM package.