Skip to content

Commit

Permalink
Modernize
Browse files Browse the repository at this point in the history
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
tamird committed Aug 1, 2024
1 parent 37ee1af commit 68447ea
Show file tree
Hide file tree
Showing 5 changed files with 2,234 additions and 1,803 deletions.
Loading

0 comments on commit 68447ea

Please sign in to comment.