Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This bumps the version to 0.1.19 because the type of `AbortController` is not backwards compatible. - Remove obsolete dependencies. - abort-controller; `AbortController` is stable since Node 15.4.0. - source-map-support; `--enable-source-maps` is supported since Node 12.12.0. - Update dependencies. - Enable strict mode in `tsconfig.json`. - Use `which(..., {nothrow: true})` and distinguish between binary-not-in-PATH and binary-access-failed. Log an error. - Check for presence of clangd binary in zip archive before extracting. - Use native promises APIs instead of `promisify`. - Assign severity to all logs (no more `console.log`).
- Loading branch information