node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
This patch fixes #51308. It includes commit to re-enable the test by reverting #52821. Explanation This test suite is a dependency-free port of `test/v8-updates/test-linux-perf.js`. In both cases, js code is...
### What is the problem this feature will solve? It is great that now in Node 22 there is `fs.glob`. But it seems that also replacement for [`minimatch`](https://github.com/isaacs/minimatch) is required....
### Details Hello, I recently updated my project (fastify server running on AWS) to Node 18 (previously Node 16). I'm experiencing something very strange: I have an unit test suite...
### Version v20.9.0 ### Platform Linux executive 6.5.0-10-generic #10-Ubuntu SMP PREEMPT_DYNAMIC Fri Oct 13 13:49:38 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ### Subsystem assert ### What steps will reproduce the...
Backport for https://github.com/nodejs/node/pull/52010
### Version v18.15.0 ### Platform Running this in a Kubernetes cluster inside nodejs:lts container. Details for K8s node "nodeInfo": { "architecture": "amd64", "bootID": "a5847523-d870-4bc0-9f1a-7a4ed9885ca3", "containerRuntimeVersion": "docker://20.10.12", "kernelVersion": "3.10.0-1160.53.1.el7.x86_64", "kubeProxyVersion": "v1.21.12",...
fix #46347 ## TODO - [ ] add tests? how could I test that the memory usage is not rising? 🤔 ---- Cc @mcollina
### Version v21.1.0 ### Platform Microsoft Windows NT 10.0.22631.0 x64 ### Subsystem _No response_ ### What steps will reproduce the bug? Running `node --import ./bootstrap.mjs ./index.mjs` will hang with the...
### Version v19.5.0 ### Platform Darwin dzieni 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:35 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T8101 arm64 ### Subsystem stream ### What steps will reproduce the bug?...
I did some experiments with `--experimental-detect-module` and I've found that the added cost of "typeless" `package.json` is almost negligible, around 1ms on my system. I recommend we remove the warning.