node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
### Version 16.16.0 ### Platform macOS 11.6.8 5 20G730 ### Subsystem _No response_ ### What steps will reproduce the bug? Examples in our CI: - https://github.com/vitest-dev/vitest/runs/7704223380?check_suite_focus=true - https://github.com/vitest-dev/vitest/runs/7685754161?check_suite_focus=true After all...
Refs: https://github.com/nodejs/node/issues/43946 - Add instructions on updating llhttp version in file maintained only in Node.js repository as it needs to be kept in sync with what is copied from the...
trace fs async api. @jasnell - [x] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes - [x] tests and/or benchmarks are included - [x] documentation is changed or added...
fix gc elapsed time Refs: https://github.com/nodejs/node/issues/44046 - [x] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes - [x] tests and/or benchmarks are included - [x] documentation is changed or...
Previously, calling `ReadableStreamDefaultReader.releaseLock()` or `ReadableStreamBYOBReader.releaseLock()` while there are pending `read()` requests would throw a `TypeError`. The specification has been changed to allow this case, and to reject such pending `read()`...
* **Version**: 10.16 * **Platform**: Mac * **Subsystem**: fs There seems to have been a massive performance decrease in FSWatcher.close() introduced in 10.16. I use `ts-node-dev` as a file watcher...
Add basic tests for providers when using OpenSSL 3.x. --- Intent is to add these basic tests and then extend in a follow up PR to cover e.g. fips. cc...
This PR seeks to resolve an race condition issue while shutting down node with neon bindings. Due to the race, it is possible to call into JavaScript during shutdown while...
After reading the contributing guidelines, in my opinion this is the best place I found to raise this issue. I understand this may not be correct though, sorry in advance...