node
node copied to clipboard
Node.js JavaScript runtime β¨π’πβ¨
### Version v25.2.1 ### Platform ```text Microsoft Windows NT 10.0.19045.0 x64 ``` ### Subsystem fs ### What steps will reproduce the bug? I'm using `fs.statfs` to obtain size information on...
Fixes: https://github.com/nodejs/node/issues/58892 Calling readdir with a Buffer argument and the recursive flag produces an ERR_INVALID_ARG_TYPE error. The expected behavior would be for the readdir functions not to error and return...
Opening as draft to test it. Nix changes will be taken to a separate PR. Triggered by https://github.com/nodejs/node/pull/60902
- **deps: update V8 to 14.4.258.6** - **build: reset embedder string to "-node.0"** - **src: update NODE_MODULE_VERSION to 145** - **deps: patch V8 to avoid duplicated zlib symbol** - **deps:...
### What is the problem this feature will solve? Reading the body out of the `http.IncomingMessage` is troublesome without any 3th party package... `Request` on the other hand has features...
issue:#60835 LoongArch64 CI is in a failed state (https://ci.nodejs.org/job/node-test-commit-loongarch64/nodes=clfs23-64/852) After upgrading Brotli to 1.2.0, the LoongArch64 architecture compilation fails with the error "invalid argument of βmodelβ attribute". ``` ../deps/brotli/c/common/constants.h:196:23: error:...
This PR adds support for an `xfail` directive (similar to `skip` and `todo`), whereby a user can flag a test-case as expected to fail.
### Version 22.14.0 ### Platform ```text macOS Sequoia 15.1.1 ``` ### Subsystem process ### What steps will reproduce the bug? ```sh ~/Code/platformatic via ξ v22.14.0 on βοΈ (us-east-1) β― mkdir...
for: https://github.com/nodejs/node/issues/49296#issuecomment-3457576883 I try a draft development for new logger api, and i try create some benchmark for pino and node:logger package