node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
fix(test_runner): improve colored dot reporter readability In this commit, I've enhanced the colored dot reporter for the Node.js test runner. Now, passing test dots are displayed in bold and bright...
Refs: https://github.com/nodejs/node/issues/51772 Refs: https://github.com/nodejs/reliability/issues/784
### Affected URL(s) https://nodejs.org/api/modules.html#all-together ### Description of the problem The following part at the linked page:  Can mean 2 things: 1. Sets `Y` as the file system root, so...
This is an automated update of llhttp to 9.2.0.
### Version v20.5.0 and v18.17.0 and more ### Platform `Linux futpib-desktop 6.1.39-3-lts #1 SMP PREEMPT_DYNAMIC Wed, 02 Aug 2023 10:12:55 +0000 x86_64 GNU/Linux` ### Subsystem net ### What steps will...
### src: implement v8 array iteration using the new callback-based API Using this to iterate over an array can be faster than calling Array::Get repeatedly. Local experiment shows that this...
Fixes https://github.com/nodejs/node/issues/51767
The design is relatively stable now and it's more suitable to describe it as being "in active developement".
Searching the automatically-generated test failure reports in the issues at https://github.com/nodejs/reliability/issues, I don't see `test-worker-message-port-message-before-close` failing any time recently.
Refs: https://github.com/nodejs/node/issues/31727#issuecomment-985589968