node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
### Test `test-stream-readable-unpipe-resume` ### Platform Linux x64 ### Console output ```console 14:09:40 not ok 3695 parallel/test-stream-readable-unpipe-resume 14:09:40 --- 14:09:40 duration_ms: 120099.24600 14:09:40 severity: fail 14:09:40 exitcode: -15 14:09:40 stack: |-...
### Test `test-performance-measure` ### Platform Linux x64 ### Console output ```console --- duration_ms: 1225.808 exitcode: 1 severity: fail stack: |- node:internal/assert/utils:281 throw err; ^ AssertionError [ERR_ASSERTION]: The expression evaluated to...
Follow-up #45098 This PR removes the unused error code `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM`, and stops skipping some of the watch mode tests on Linux machines.
CC @jasnell (who appears to have contributed most of this work) If these files are maintained in this repository, should they not follow the same linting / formatting rules? This...
Ref: https://github.com/nodejs/node/pull/55126#issuecomment-2380711582
This PR refactors the REPL module by eliminating the deprecated `node:domain` module. It replaces its functionality with a modern approach using a `try/catch` block and `process` listener. ### Why? The...
## Bug Description Passing a signal to Request() and aborting it does not cause the underlying request signal to be aborted after it's been garbage collected. This leads to issues...
### Version v22.9.0, v23.0.0 ### Platform ```text Windows 11 x64 Microsoft Windows NT 10.0.22631.0 x64 ``` ### Subsystem Buffer ### What steps will reproduce the bug? ```js const largeBuffer =...
### Version v23.0.0 ### Platform ```text Darwin ....local 23.6.0 Darwin Kernel Version 23.6.0: Wed Jul 31 20:48:44 PDT 2024; root:xnu-10063.141.1.700.5~1/RELEASE_X86_64 x86_64 ``` same in CI ``` Ubuntu 22.04.5 LTS ```...