Commit 263e551
committed
Modernize
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`).1 parent 8dc0598 commit 263e551
File tree
5 files changed
+2585
-1921
lines changed- src
- test
5 files changed
+2585
-1921
lines changed
0 commit comments