JS: add additional SystemCommandExecutors

This commit is contained in:
Esben Sparre Andreasen
2019-06-05 14:10:07 +02:00
parent 58285c08dd
commit 299d4c6e93
5 changed files with 135 additions and 20 deletions

View File

@@ -0,0 +1,26 @@
# Improvements to JavaScript analysis
## General improvements
* Support for the following frameworks and libraries has been improved:
- [cross-spawn](https://www.npmjs.com/package/cross-spawn)
- [cross-spawn-async](https://www.npmjs.com/package/cross-spawn-async)
- [exec](https://www.npmjs.com/package/exec)
- [execa](https://www.npmjs.com/package/execa)
- [exec-async](https://www.npmjs.com/package/exec-async)
- [remote-exec](https://www.npmjs.com/package/remote-exec)
## New queries
| **Query** | **Tags** | **Purpose** |
|-----------|----------|-------------|
| | | |
## Changes to existing queries
| **Query** | **Expected impact** | **Change** |
|--------------------------------|------------------------------|---------------------------------------------------------------------------|
## Changes to QL libraries