node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
### Version v22.1.0 ### Platform macos ### Subsystem modules ### What steps will reproduce the bug? ``` $ cat left.mjs import {} from './right.mjs'; $ cat right.mjs import {} from...
This commit adds experimental module mocking to the test runner. Fixes: https://github.com/nodejs/node/issues/51164
Fixes: https://github.com/nodejs/node/issues/34851 ##### Before landing - [ ] Explain why this works on commit message - [ ] Add comments to the code to explain what's going on ##### Checklist...
### What is the problem this feature will solve? As we know, to get the actual window size, we can do: ```js process.stdout.on('resize', () => { console.log(`${process.stdout.columns}x${process.stdout.rows}`); } ``` As...
This update includes the addition of "runArgs" to specify Docker run arguments. Specifically, it allows the Node.js process inside the container to bind to port numbers below 1024 without requiring...
- initiaze variable in similar way down in other constructors
This is an automated update of lint-md-dependencies to [email protected].
Build error with clang on Mac OS X 10.15.7 (wasm-engine.cc:157:19: error: no viable overloaded '=')
### Version v22.1 ### Platform Darwin Tobiass-MBP-2.fritz.box 19.6.0 Darwin Kernel Version 19.6.0: Tue Jun 21 21:18:39 PDT 2022; root:xnu-6153.141.66~1/RELEASE_X86_64 x86_64 ### Subsystem _No response_ ### What steps will reproduce the...
Refs: https://github.com/nodejs/node/issues/52273
This addresses https://github.com/nodejs/node/issues/21723. This is functionally complete and only has a few cosmetic changes to be made hopefully, namely, choosing the the node examples to turn on in this initial...