Merge pull request #2896 from asger-semmle/typescript-3.8

TS: Support Typescript 3.8
This commit is contained in:
Asger F
2020-02-25 08:19:01 +00:00
committed by GitHub
36 changed files with 2926 additions and 28 deletions

View File

@@ -2,6 +2,8 @@
## General improvements
* TypeScript 3.8 is now supported.
* Alert suppression can now be done with single-line block comments (`/* ... */`) as well as line comments (`// ...`).
* Imports with the `.js` extension can now be resolved to a TypeScript file,