node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
This should significantly speed up the part of test that exceeds the maximum call stack size and hopefully deflake it on CI. Might fix: https://github.com/nodejs/node/issues/52630
### Version v22.0.0 ### Platform Darwin 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:10:42 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T6000 arm64 ### Subsystem _No response_ ### What steps will reproduce the bug?...
This is an automated update of cjs-module-lexer to 1.3.1.
### Version v16.20.2 ### Platform Linux ip-172-31-21-119.ap-southeast-1.compute.internal 5.10.209-198.858.amzn2.aarch64 #1 SMP Tue Feb 13 18:46:45 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux ### Subsystem _No response_ ### What steps will reproduce the...
### Version 20.13.0 ### Platform Windows ### Subsystem _No response_ ### What steps will reproduce the bug? Install Node from chocolatey: ``` C:\\ProgramData\\chocolatey\\bin\\choco.exe upgrade nodejs-lts -y ``` (the output confirms...
Closes: https://github.com/nodejs/node/issues/52567 Not completely ready. I have to double check some things because there are reported errors. I'm opening the PR to ask a question: For now, I put the...
Same goal as https://github.com/nodejs/node/pull/45427 but without affecting external consumers of `common.gypi`.
- Set the clang variable in `config.gypi` so it depends on compiler checks made by the configure script. - Replace gyp conditions with `llvm_version` and "0.0" with conditions that use...
This PR adds the names as a comment next to the command to download a release key. Additionally, it updates the name for @RafaelGSS from RafaelGSS to Rafael Gonzaga for...
For certain vsbuild.bat actions, it executes makefile and on PowerShell it was throwing error for me because `uname` doesn't exist. This pull-request doesn't solve all Windows related issues in makefile...