node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
### Version 20.0.0 (tested on main at 36e4e3d86b31de7f38125aacad810e40295fd2ae too) ### Platform macOS but probably all platforms ### Subsystem esm ### What steps will reproduce the bug? The following works in...
The paste bracket mode allows REPL to have auto-indentation that is handled differently when the user copy-pastes the code from the clipboard and the code already has an indentation.
Fixes: https://github.com/nodejs/node/issues/43207 **Checklist** - [x] make -j4 test (UNIX), or vcbuild test (Windows) passes - [x] commit message follows [commit guidelines](https://github.com/nodejs/node/blob/HEAD/doc/contributing/pull-requests.md#commit-message-guidelines)
New option `--report-exclude-network`, also available as `report.excludeNetwork`, enables the user to exclude networking interfaces in their diagnostic report. On some systems, this can cause the report to take minutes to...
I know the consensus is that this function shouldn't be optimized, but the [`O(n*70)` worst case complexity of the loop][1] isn't mentioned in the docs. In fact, the comments in...
### Version v20.11.0 ### Platform Linux petrov-dm 6.5.0-15-generic #15~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 12 18:54:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux ### Subsystem _No response_ ### What steps will reproduce...
Refs: https://github.com/libuv/libuv/security/advisories/GHSA-f74f-cvh7-c6q6
These classes are documented in https://nodejs.org/api/fs.html#common-objects as a part of public API. Alternatively, we can add common `fs.classes` object and define these properties on it (similar to `fs.constants`) and maybe...
It is safe to create the console properties for the global console at snapshot build time. Streams must still be created lazily however because they need special synchronization for the...