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 6, 2024
1 parent 8dc0598 commit 7a474bd
Show file tree
Hide file tree
Showing 5 changed files with 2,297 additions and 1,926 deletions.
Loading

0 comments on commit 7a474bd

Please sign in to comment.