node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
It used to be impossible to allocate 1e10 bytes but with a v8 update this allocation can succeed. This results in 2x10GB allocations and failure to test the failure :-)...
### Version v20.10.0 ### Platform Darwin 22.2.0 ARM 64 ### What steps will reproduce the bug? create a test folder, and then create a couple of test files. .e.g ```...
Reverts nodejs/node#52940 now that https://github.com/nodejs/node-core-utils/pull/806 have landed.
### Version v22.2.0 ### Platform Linux 6a770f0f664c 6.6.26-linuxkit #1 SMP Sat Apr 27 04:13:19 UTC 2024 aarch64 GNU/Linux ### Subsystem test_runner ### What steps will reproduce the bug? Create a...
### Version v20.13.1 ### Platform Darwin chaos.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000 arm64 ### Subsystem _No response_ ### What steps will reproduce the...
### Node.js Version v18.17.1 ### NPM Version 9.6.7 ### Operating System 23.2.0 Darwin ### Subsystem fs ### Description I would like to watch changes on a file storing JSON stringified...
### Version 18.20.1 ### Platform Linux h4ad 6.5.0-27-generic #28~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 15 10:51:06 UTC 2 x86_64 x86_64 x86_64 GNU/Linux ### Subsystem fs/promise ### What steps will reproduce the...
# Summary This PR introduces an overhauled REPL for Node.js, building upon the groundwork laid by @devsnek and their team on [nodejs/repl](https://github.com/nodejs/repl). While significant changes have been made to the...
This commits allows users to send `--expose-gc` via `NODE_OPTIONS` environment variable. Using `node --expose-gc` is possible but via `NODE_OPTIONS` won't work. ```sh NODE_OPTIONS='--expose-gc' node node: --expose-gc is not allowed in...
### Version v22.0.0 ### Platform Linux laharl 6.9.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 17 May 2024 16:56:38 +0000 x86_64 GNU/Linux ### Subsystem node-gyp ### What steps will reproduce the bug? 1)...