node
node copied to clipboard
Node.js JavaScript runtime β¨π’πβ¨
### Version v22.0.0 ### Platform Linux penguin 6.6.21-01327-gc9107f2d4947 #1 SMP PREEMPT_DYNAMIC x86_64 GNU/Linux ### Subsystem `node --run` ### What steps will reproduce the bug? ```sh mkdir nodeRunBug cd nodeRunBug echo...
* **Version**: v12.18.3 * **Platform**: Windows 10 Home Version: 1909 Installed on: 08/09/2020 OS Build: 18363.1016 * **Subsystem**: ### What steps will reproduce the bug? ### How often does it...
Following https://github.com/nodejs/node/issues/49148 This PR aims to add support to override local env variables with variables from defined env files. - [x] using CLI - [x] using `loadEnvFile`
Added 1 seconds threshold in keepalive timeout client-side Added 1 second threshold in keepalive timeout server-side (expire the socket timeout 1 sec after the announced timeout) Probably better to use...
### Version 20.12.0 ### Platform x86_64 GNU/Linux ### Subsystem _No response_ ### What steps will reproduce the bug? Build the following Dockerfile ``` FROM node:20.12.0-bookworm WORKDIR /app RUN echo 'foreground-scripts...
### Version v22.0.0 ### Platform Darwin Laurents-MacBook-Air.local 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:59:33 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8112 arm64 ### Subsystem vm ### What steps will reproduce the bug?...
### What is the problem this feature will solve? Since Node.js v22, with this PR: https://github.com/nodejs/node/pull/51912, it is possible to use `fs.promises.glob` for matching file paths based on specified patterns....
Thank you @benjamingr for the idea WIP!!!, fixed most of the tests TODO - [x] fix a lot of TODOs - [x] Extract to files - [ ] Extract files...
Add more information in the API test part doc about shallow error from coverage reporter #52670
Fixes: https://github.com/nodejs/node/issues/42982 Pinging tsc as its a semver major change @nodejs/tsc