Merge pull request #302 from xiemaisi/js/google-spanner

Approved by esben-semmle
This commit is contained in:
semmle-qlci
2018-10-16 06:48:43 +01:00
committed by GitHub
5 changed files with 150 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
* Support for popular libraries has been improved. Consequently, queries may produce more results on code bases that use the following features:
- file system access, for example through [fs-extra](https://github.com/jprichardson/node-fs-extra) or [globby](https://www.npmjs.com/package/globby)
- the [Google Cloud Spanner](https://cloud.google.com/spanner) database
* The type inference now handles nested imports (that is, imports not appearing at the toplevel). This may yield fewer false-positive results on projects that use this non-standard language feature.