Ari Perkkiö
Ari Perkkiö
Add support for `resultParser: 'html'`. Similar as `istanbul-reports` has for coverage results: https://github.com/istanbuljs/istanbuljs/tree/master/packages/istanbul-reports/lib/html. Results should be HTML files which can easily be viewed in browser, e.g. with `npx serve ./eslint-remote-tester-results`....
## Bug Description When `undici` is run inside `worker_threads` it may prevent the worker from terminating and makes the whole process hang. ## Reproducible By This Node script runs `undici`...
- Failing test case for #2026  Example of failure on CI: https://github.com/AriPerkkio/undici/actions/runs/4551514748/jobs/8025677893#step:14:12832 Somehow `tap` is able to kill the process even though workers cannot terminate. I'm not sure how...
### Description Include arguments of rpc calls in timeout error messages. This helps when debugging cases like https://github.com/vitest-dev/vitest/discussions/4357. Example of (intentional) error thrown in Vitest with this fix: ``` ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯...
- Published node executable must be lf Fixes #394. ```bash $ grep version node_modules/live-server/package.json "version": "1.2.2", $ file node_modules/.bin/live-server node_modules/.bin/live-server: a /usr/bin/env node script text executable, ASCII text, with very...
### Description - ⚠️ Semver major - ⚠️ Early draft, requires more work before landing to next major Switches defaut `pool` option from `'threads'` to `'forks'`. Adds new documentation pages...
- Fixes #705 Tested the fix with reproduction case from downstream (https://github.com/vitest-dev/vitest/issues/2239) by modifying `./node_modules/istanbul-lib-source-maps/lib/transformer.js` on the fly. ``` ----------|---------|----------|---------|---------|------------------- File | % Stmts | % Branch | % Funcs...
When the coverage map is mapped back to sources using `istanbul-lib-source-maps` the implicit `else` gets dropped in the process. Here is the line that checks whether the branch exists in...
- Adds documentation of the CLI flags to the README. Currently only some of the options are documented and most are just missing. - Fixes duplicate id of anchor link...
- Instead of using Node APIs like in #70, use Bun's native Workers API Benchmarking ``` $ bun isolate-benchmark.mjs > Options: { THREADS: 8, ROUNDS: 2000, IS_BUN: true } >...